1. 1f08c77 Bumped version to 3.4.0a1. by Larry Hastings · 12 years ago v3.4.0a1
  2. 4e0f663 Updated pydoc topics for Python 3.4.0a1 release. by Larry Hastings · 12 years ago
  3. d41102d Remove debugging print. by Mark Dickinson · 12 years ago
  4. fb0ffa1 - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). by [email protected] · 12 years ago
  5. 1dfb918 - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). by [email protected] · 12 years ago
  6. 1337130 Merge #18396 from 3.3 by Nick Coghlan · 12 years ago
  7. 60b3ac7 Close #18396: fix spurious test_signal failure on Windows by Nick Coghlan · 12 years ago
  8. 02515f7 Minor consistency fixes for some longobject.c exception messages: by Mark Dickinson · 12 years ago
  9. d36fc43 Fix minor documentation markup error. by Larry Hastings · 12 years ago
  10. 582583b Issue #17046: merge from 3.3 by Ned Deily · 12 years ago
  11. e92dfbf Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case. by Ned Deily · 12 years ago
  12. 95db2e7 Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object. by Antoine Pitrou · 12 years ago
  13. 865d12a Fix warning: ‘ptr2’ may be used uninitialized in this function by Christian Heimes · 12 years ago
  14. 1d7ec8f Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event by Charles-François Natali · 12 years ago
  15. 6ddd265 Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event by Charles-François Natali · 12 years ago
  16. b467d15 Issue #18517: merge from 3.3 by Ned Deily · 12 years ago
  17. cd3d8fb Issue #18517: Move definition of "xxlimited" extension to detect_modules(). by Ned Deily · 12 years ago
  18. 970a87f Closes #18627: merge from 3.3 by Ned Deily · 12 years ago
  19. bd143c3 Issue #18627: Fix typo noticed by Vajrasky Kok. by Ned Deily · 12 years ago
  20. ffb3289 Issue #17557: merge from 3.3 by Ned Deily · 12 years ago
  21. b5dd6d2 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 12 years ago
  22. 2e3e593 Issue #17899: Fix rare file descriptor leak in os.listdir(). by Larry Hastings · 12 years ago
  23. 4dbc95e Issue #17899: Fix rare file descriptor leak in os.listdir(). by Larry Hastings · 12 years ago
  24. ffff763 Issue #18519: Fix test_sqlite on old versions of libsqlite3 by Victor Stinner · 12 years ago
  25. 044c516 Issue #18609, #18408: _ctypes_add_traceback() now clears the current exception by Victor Stinner · 12 years ago
  26. 362532b Fix OS X installer build script to handle the pretty-printed _sysconfigdata.py by Ned Deily · 12 years ago
  27. 284e5ce Fix the RLIMIT_CORE resource lowering logic in test_subprocess. by Antoine Pitrou · 12 years ago
  28. 84f31a5 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 12 years ago
  29. a68cbfa Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 12 years ago
  30. 39668f5 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 12 years ago
  31. 932ff83 Issue #18608: Avoid keeping a strong reference to the locale module inside the _io module. by Antoine Pitrou · 12 years ago
  32. 2d350fd Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, and make it GC-aware. by Antoine Pitrou · 12 years ago
  33. 7a2572c test_capi: make a specific test case for the subinterpreter test by Antoine Pitrou · 12 years ago
  34. f93c7b8 Remove Lib/site.py hack to unregister patched builtins. by Antoine Pitrou · 12 years ago
  35. 4ed328c Add a test for module weakrefability by Antoine Pitrou · 12 years ago
  36. 5284f80 Issue #18569: The installer now adds .py to the PATHEXT variable by Martin v. Löwis · 12 years ago
  37. 85a4847 Add UUID for 3.4. by Martin v. Löwis · 12 years ago
  38. 0df35b0 - Issue #18257: Fix readlink usage in python-config. Install the python by [email protected] · 12 years ago
  39. b2fcebb issue9035: Prevent Windows-specific tests from running on non-Windows platforms by Tim Golden · 12 years ago
  40. 6b52806 Issue #9035: os.path.ismount now recognises volumes mounted below by Tim Golden · 12 years ago
  41. 536ffe1 #17616: Improve context manager tests, fix bugs in close method and mode docs. by R David Murray · 12 years ago
  42. abe639f Initialize utime with 0. It fixes a couple of compiler warnung: by Christian Heimes · 12 years ago
  43. b3c8724 Initialize utime with 0. It fixes a couple of compiler warnung: by Christian Heimes · 12 years ago
  44. 6b6a5ab merge by Christian Heimes · 12 years ago
  45. 294b93d merge by Christian Heimes · 12 years ago
  46. 1289565 Silence warning about set but unused variable inside compile_atom() in non-debug builds by Christian Heimes · 12 years ago
  47. 5e4d372 Silence warning about set but unused variable inside compile_atom() in non-debug builds by Christian Heimes · 12 years ago
  48. a4617cd Fix whitespace by Antoine Pitrou · 12 years ago
  49. dcedaf6 Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases. by Antoine Pitrou · 12 years ago
  50. c27cd71 Merge by Antoine Pitrou · 12 years ago
  51. 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
  52. c91d5ee #17616: wave.open now supports the 'with' statement. by R David Murray · 12 years ago
  53. 0ce642e yet another WITH_THREADS typo by Christian Heimes · 12 years ago
  54. 7cd97fc merge by Christian Heimes · 12 years ago
  55. 6ffa5ce Fix _sha3 module to actually release the GIL around its update function. by Christian Heimes · 12 years ago
  56. 92e2a22 Merge with 3.3 by Terry Jan Reedy · 12 years ago
  57. 778cba7 Issue #18573: More copy-paste fixes to assertWarns entry. by Terry Jan Reedy · 12 years ago
  58. 4efdb41 Test Py_IncRef() and Py_DecRef() C functions by Christian Heimes · 12 years ago
  59. 72f455e Fix use of uninitialized scalar variable, see 3f994367a979 CID 1058763 by Christian Heimes · 12 years ago
  60. 49e52f9 Issue #18481: Add C coverage reporting with gcov and lcov. A new make target by Christian Heimes · 12 years ago
  61. 3b998d1 Issue #15494: merge from 3.3 by Ned Deily · 12 years ago
  62. cdc75d9 Issue #15494: Install new test/support directory. by Ned Deily · 12 years ago
  63. bc47d7b Merge: #16273: Fix tutorial discussion of seek/tell (opaque text-mode values). by R David Murray · 12 years ago
  64. 1c4e443 #16273: Fix tutorial discussion of seek/tell (opaque text-mode values). by R David Murray · 12 years ago
  65. f392c60 Merge: #18601: fix error made when difflib example was converted to use 'with'. by R David Murray · 12 years ago
  66. 96433f8 #18601: fix error made when difflib example was converted to use 'with'. by R David Murray · 12 years ago
  67. 9026262 fixed examples to work with changed attribute names by Ethan Furman · 12 years ago
  68. 32d483c Fix style by Antoine Pitrou · 12 years ago
  69. 20ac14f Merge #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1. by R David Murray · 12 years ago
  70. 11bfd32 #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1. by R David Murray · 12 years ago
  71. 8547a0e Merge doc fix by Antoine Pitrou · 12 years ago
  72. 3ab7b0a Simplify example of PyErr_Fetch() use by Antoine Pitrou · 12 years ago
  73. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 12 years ago
  74. c5d95b1 Add simple test for repr(lock) by Christian Heimes · 12 years ago
  75. 8ad91cc Add simple test for resource.getpagesize() by Christian Heimes · 12 years ago
  76. 4ebc929 Add simple test for resource.getpagesize() by Christian Heimes · 12 years ago
  77. d49a371 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 12 years ago
  78. 65aa573 Add more tests for hashlib and hash object attributes by Christian Heimes · 12 years ago
  79. 4fec431 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 12 years ago
  80. 580373c Issue #18593: fix typo in comment by Eli Bendersky · 12 years ago
  81. 25f043b Issue #18593: fix typo in comment by Eli Bendersky · 12 years ago
  82. 5bcbdf1 Merge with 3.3 by Terry Jan Reedy · 12 years ago
  83. 4bd3129 Make all idle test case names end with 'Test'. by Terry Jan Reedy · 12 years ago
  84. 299a221 Merge #18584: make doctest examples in email documentation pass. by R David Murray · 12 years ago
  85. fdfb005 #18584: make doctest examples in email documentation pass. by R David Murray · 12 years ago
  86. 00dc61c Merge #15415 from 3.3 (again) by Nick Coghlan · 12 years ago
  87. c06c0ae Third attempt to fix #15415 on Windows by Nick Coghlan · 12 years ago
  88. 4bcb1ec Merge #15415 Windows buildbot change from 3.3 by Nick Coghlan · 12 years ago
  89. 2f253e8 Attempt to fix #15415 on Windows by Nick Coghlan · 12 years ago
  90. 7e6cd29 Merge with 3.3 by Terry Jan Reedy · 12 years ago
  91. 015b453 Update gui section of idle test README. by Terry Jan Reedy · 12 years ago
  92. a315a97 Merge with 3.3 by Terry Jan Reedy · 12 years ago
  93. a9d16c8 Issue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7). by Terry Jan Reedy · 12 years ago
  94. cf67b2a Merge #15415 from 3.3 by Nick Coghlan · 12 years ago
  95. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 12 years ago
  96. b8de598 Null merge from 3.3 by Nick Coghlan · 12 years ago
  97. 69e3bda Issue #15494: test.support is now a package rather than a module by Nick Coghlan · 12 years ago
  98. fb15aa1 Close #15494: test.support is now a package rather than a module by Nick Coghlan · 12 years ago
  99. e8c45d6 Close #13266: Add inspect.unwrap by Nick Coghlan · 12 years ago
  100. 7757820 Restore the data block size to 62. by Raymond Hettinger · 12 years ago