1. 1f08c77 Bumped version to 3.4.0a1. by Larry Hastings · 12 years ago v3.4.0a1
  2. fb0ffa1 - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). by doko@ubuntu.com · 12 years ago
  3. 1dfb918 - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). by doko@ubuntu.com · 12 years ago
  4. 1337130 Merge #18396 from 3.3 by Nick Coghlan · 12 years ago
  5. 60b3ac7 Close #18396: fix spurious test_signal failure on Windows by Nick Coghlan · 12 years ago
  6. 582583b Issue #17046: merge from 3.3 by Ned Deily · 12 years ago
  7. e92dfbf Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case. by Ned Deily · 12 years ago
  8. 95db2e7 Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object. by Antoine Pitrou · 12 years ago
  9. ffb3289 Issue #17557: merge from 3.3 by Ned Deily · 12 years ago
  10. b5dd6d2 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 12 years ago
  11. 2e3e593 Issue #17899: Fix rare file descriptor leak in os.listdir(). by Larry Hastings · 12 years ago
  12. 4dbc95e Issue #17899: Fix rare file descriptor leak in os.listdir(). by Larry Hastings · 12 years ago
  13. 84f31a5 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 12 years ago
  14. 932ff83 Issue #18608: Avoid keeping a strong reference to the locale module inside the _io module. by Antoine Pitrou · 12 years ago
  15. 2d350fd Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, and make it GC-aware. by Antoine Pitrou · 12 years ago
  16. 5284f80 Issue #18569: The installer now adds .py to the PATHEXT variable by Martin v. Löwis · 12 years ago
  17. 0df35b0 - Issue #18257: Fix readlink usage in python-config. Install the python by doko@ubuntu.com · 12 years ago
  18. 6b52806 Issue #9035: os.path.ismount now recognises volumes mounted below by Tim Golden · 12 years ago
  19. dcedaf6 Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases. by Antoine Pitrou · 12 years ago
  20. c27cd71 Merge by Antoine Pitrou · 12 years ago
  21. 5c30a75 Issue #15699: The readline module now uses PEP 3121-style module initialization, so as to reclaim allocated resources (Python callbacks) at shutdown. by Antoine Pitrou · 12 years ago
  22. c91d5ee #17616: wave.open now supports the 'with' statement. by R David Murray · 12 years ago
  23. 49e52f9 Issue #18481: Add C coverage reporting with gcov and lcov. A new make target by Christian Heimes · 12 years ago
  24. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 12 years ago
  25. d49a371 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 12 years ago
  26. 4fec431 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 12 years ago
  27. cf67b2a Merge #15415 from 3.3 by Nick Coghlan · 12 years ago
  28. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 12 years ago
  29. 69e3bda Issue #15494: test.support is now a package rather than a module by Nick Coghlan · 12 years ago
  30. fb15aa1 Close #15494: test.support is now a package rather than a module by Nick Coghlan · 12 years ago
  31. e8c45d6 Close #13266: Add inspect.unwrap by Nick Coghlan · 12 years ago
  32. b7f1b38 Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). by Christian Heimes · 12 years ago
  33. 70c94e7 Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). by Christian Heimes · 12 years ago
  34. f6e7e36 Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. CID 486199 by Christian Heimes · 12 years ago
  35. 6ca8a05 Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. CID 486199 by Christian Heimes · 12 years ago
  36. 4ebf6d7 Issue #18560: Fix potential NULL pointer dereference in sum() by Christian Heimes · 12 years ago
  37. 704e2d3 Issue #18560: Fix potential NULL pointer dereference in sum() by Christian Heimes · 12 years ago
  38. f446d21 Issue #18559: Fix NULL pointer dereference error in _pickle module by Christian Heimes · 12 years ago
  39. 9ee5c37 Issue #18559: Fix NULL pointer dereference error in _pickle module by Christian Heimes · 12 years ago
  40. 8cda5e6 Coverity: model PyLong_From*() functions by Christian Heimes · 12 years ago
  41. 5d7c1b1 merge for issue #18556 by Brett Cannon · 12 years ago
  42. 845f784 Issue #18556: Check the return value for PyUnicode_AsWideChar() in by Brett Cannon · 12 years ago
  43. 4d35e75 #17818: aifc.getparams now returns a namedtuple. by R David Murray · 12 years ago
  44. 7c8cd25 Issue #18549: Eliminate dead code in socket_ntohl(). CID 982369 by Christian Heimes · 12 years ago
  45. 9228837 Issue #18549: Eliminate dead code in socket_ntohl(). CID 982369 by Christian Heimes · 12 years ago
  46. 3e1e97a #16937: merge with 3.3. by Ezio Melotti · 12 years ago
  47. 61b0c67 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. by Ezio Melotti · 12 years ago
  48. 52b9fdf Remove duplicate entry for sdigit. by Christian Heimes · 12 years ago
  49. b911cfd Add modeling file for Coverity Scan. by Christian Heimes · 12 years ago
  50. 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 12 years ago
  51. 2a54509 Merge by Brian Curtin · 12 years ago
  52. 06f6fbf Fix #18530. Remove extra stat call from posixpath.ismount by Brian Curtin · 12 years ago
  53. 9068e4d Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 12 years ago
  54. fa6bc29 Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 12 years ago
  55. de0e63b Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], by Christian Heimes · 12 years ago
  56. 60a6067 Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], by Christian Heimes · 12 years ago
  57. db53ad7 Merge with 3.3 by Terry Jan Reedy · 12 years ago
  58. 6e2711b Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. by Terry Jan Reedy · 12 years ago
  59. 7194588 Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() by Christian Heimes · 12 years ago
  60. 8c4c1f6 Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() by Christian Heimes · 12 years ago
  61. 60a26e0 Issue #9177: Calling read() or write() now raises ValueError, not AttributeError, on a closed SSL socket. by Antoine Pitrou · 12 years ago
  62. 60d634a Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results. by Mark Dickinson · 12 years ago
  63. 58ceecf Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results. by Mark Dickinson · 12 years ago
  64. 9007dd7 Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and removed Deactivate.ps1. by Vinay Sajip · 12 years ago
  65. ced1226 (3.3->default): #18480: Add missing PyType_Ready call to _elementtree extension by Ronald Oussoren · 12 years ago
  66. 138d080 #18480: Add missing PyType_Ready call to _elementtree extension by Ronald Oussoren · 12 years ago
  67. e555314 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 12 years ago
  68. c406a12 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 12 years ago
  69. cb478b7 Issue #17767: test_locale now works with unittest test discovery. by Serhiy Storchaka · 12 years ago
  70. 880254e Issue #17767: test_locale now works with unittest test discovery. by Serhiy Storchaka · 12 years ago
  71. b8f602a Issue #18408: Mention changes in Misc/NEWS by Victor Stinner · 12 years ago
  72. 8361617 Issue #18448: Fix a typo in Tools/demo/eiffel.py. by Serhiy Storchaka · 12 years ago
  73. 6a98fe9 Issue #18448: Fix a typo in Tools/demo/eiffel.py. by Serhiy Storchaka · 12 years ago
  74. c9b3f6f Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. by Serhiy Storchaka · 12 years ago
  75. ec7ddd9 Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. by Serhiy Storchaka · 12 years ago
  76. a84a7cb Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 12 years ago
  77. d15642e Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 12 years ago
  78. 224a599 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 12 years ago
  79. 4958f71 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 12 years ago
  80. 0fedb37 Issue #18393: Remove use of deprecated API on OSX by Ronald Oussoren · 12 years ago
  81. 9ba6962 Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). by Richard Oudkerk · 12 years ago
  82. 9ad51ec Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). by Richard Oudkerk · 12 years ago
  83. 24c05bc Close issue 17482: don't overwrite __wrapped__ by Nick Coghlan · 12 years ago
  84. 6180a2f Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 12 years ago
  85. 2670b9a Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 12 years ago
  86. 20f5e37 Issue #9893: remove an outdated mention of the Vim-related files. by Brett Cannon · 12 years ago
  87. 468bcaf merge by Raymond Hettinger · 12 years ago
  88. 889b92d Issue #18432: Fix unintended API change in the sched module by Raymond Hettinger · 12 years ago
  89. 371f746 Merge with 3.3 by Terry Jan Reedy · 12 years ago
  90. 4f133e2 Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 12 years ago
  91. 1f9d24a Merge: #18431: Decode encoded words in atoms in new email parser. by R David Murray · 12 years ago
  92. 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 12 years ago
  93. ae95b4f Issue #17845: Clarify the message setup.py prints upon successfully by Brett Cannon · 12 years ago
  94. a79e4fb Issue #18342: Use the repr of a module name for ``from ... import by Brett Cannon · 12 years ago
  95. 63194a7 Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 12 years ago
  96. 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 12 years ago
  97. f9e6672 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 12 years ago
  98. 3641a74 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 12 years ago
  99. 50ae3f6 Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 12 years ago
  100. 275d5fd Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 12 years ago