1. 362532b Fix OS X installer build script to handle the pretty-printed _sysconfigdata.py by Ned Deily · 11 years ago
  2. 284e5ce Fix the RLIMIT_CORE resource lowering logic in test_subprocess. by Antoine Pitrou · 11 years ago
  3. 84f31a5 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 11 years ago
  4. a68cbfa Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  5. 39668f5 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  6. 932ff83 Issue #18608: Avoid keeping a strong reference to the locale module inside the _io module. by Antoine Pitrou · 11 years ago
  7. 2d350fd Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, and make it GC-aware. by Antoine Pitrou · 11 years ago
  8. 7a2572c test_capi: make a specific test case for the subinterpreter test by Antoine Pitrou · 11 years ago
  9. f93c7b8 Remove Lib/site.py hack to unregister patched builtins. by Antoine Pitrou · 11 years ago
  10. 4ed328c Add a test for module weakrefability by Antoine Pitrou · 11 years ago
  11. 5284f80 Issue #18569: The installer now adds .py to the PATHEXT variable by Martin v. Löwis · 11 years ago
  12. 85a4847 Add UUID for 3.4. by Martin v. Löwis · 11 years ago
  13. 0df35b0 - Issue #18257: Fix readlink usage in python-config. Install the python by doko@ubuntu.com · 11 years ago
  14. b2fcebb issue9035: Prevent Windows-specific tests from running on non-Windows platforms by Tim Golden · 11 years ago
  15. 6b52806 Issue #9035: os.path.ismount now recognises volumes mounted below by Tim Golden · 11 years ago
  16. 536ffe1 #17616: Improve context manager tests, fix bugs in close method and mode docs. by R David Murray · 11 years ago
  17. abe639f Initialize utime with 0. It fixes a couple of compiler warnung: by Christian Heimes · 11 years ago
  18. b3c8724 Initialize utime with 0. It fixes a couple of compiler warnung: by Christian Heimes · 11 years ago
  19. 6b6a5ab merge by Christian Heimes · 11 years ago
  20. 294b93d merge by Christian Heimes · 11 years ago
  21. 1289565 Silence warning about set but unused variable inside compile_atom() in non-debug builds by Christian Heimes · 11 years ago
  22. 5e4d372 Silence warning about set but unused variable inside compile_atom() in non-debug builds by Christian Heimes · 11 years ago
  23. a4617cd Fix whitespace by Antoine Pitrou · 11 years ago
  24. dcedaf6 Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases. by Antoine Pitrou · 11 years ago
  25. c27cd71 Merge by Antoine Pitrou · 11 years ago
  26. 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 · 11 years ago
  27. c91d5ee #17616: wave.open now supports the 'with' statement. by R David Murray · 11 years ago
  28. 0ce642e yet another WITH_THREADS typo by Christian Heimes · 11 years ago
  29. 7cd97fc merge by Christian Heimes · 11 years ago
  30. 6ffa5ce Fix _sha3 module to actually release the GIL around its update function. by Christian Heimes · 11 years ago
  31. 92e2a22 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  32. 778cba7 Issue #18573: More copy-paste fixes to assertWarns entry. by Terry Jan Reedy · 11 years ago
  33. 4efdb41 Test Py_IncRef() and Py_DecRef() C functions by Christian Heimes · 11 years ago
  34. 72f455e Fix use of uninitialized scalar variable, see 3f994367a979 CID 1058763 by Christian Heimes · 11 years ago
  35. 49e52f9 Issue #18481: Add C coverage reporting with gcov and lcov. A new make target by Christian Heimes · 11 years ago
  36. 3b998d1 Issue #15494: merge from 3.3 by Ned Deily · 11 years ago
  37. cdc75d9 Issue #15494: Install new test/support directory. by Ned Deily · 11 years ago
  38. bc47d7b Merge: #16273: Fix tutorial discussion of seek/tell (opaque text-mode values). by R David Murray · 11 years ago
  39. 1c4e443 #16273: Fix tutorial discussion of seek/tell (opaque text-mode values). by R David Murray · 11 years ago
  40. f392c60 Merge: #18601: fix error made when difflib example was converted to use 'with'. by R David Murray · 11 years ago
  41. 96433f8 #18601: fix error made when difflib example was converted to use 'with'. by R David Murray · 11 years ago
  42. 9026262 fixed examples to work with changed attribute names by Ethan Furman · 11 years ago
  43. 32d483c Fix style by Antoine Pitrou · 11 years ago
  44. 20ac14f Merge #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1. by R David Murray · 11 years ago
  45. 11bfd32 #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1. by R David Murray · 11 years ago
  46. 8547a0e Merge doc fix by Antoine Pitrou · 11 years ago
  47. 3ab7b0a Simplify example of PyErr_Fetch() use by Antoine Pitrou · 11 years ago
  48. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  49. c5d95b1 Add simple test for repr(lock) by Christian Heimes · 11 years ago
  50. 8ad91cc Add simple test for resource.getpagesize() by Christian Heimes · 11 years ago
  51. 4ebc929 Add simple test for resource.getpagesize() by Christian Heimes · 11 years ago
  52. d49a371 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 11 years ago
  53. 65aa573 Add more tests for hashlib and hash object attributes by Christian Heimes · 11 years ago
  54. 4fec431 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 11 years ago
  55. 580373c Issue #18593: fix typo in comment by Eli Bendersky · 11 years ago
  56. 25f043b Issue #18593: fix typo in comment by Eli Bendersky · 11 years ago
  57. 5bcbdf1 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  58. 4bd3129 Make all idle test case names end with 'Test'. by Terry Jan Reedy · 11 years ago
  59. 299a221 Merge #18584: make doctest examples in email documentation pass. by R David Murray · 11 years ago
  60. fdfb005 #18584: make doctest examples in email documentation pass. by R David Murray · 11 years ago
  61. 00dc61c Merge #15415 from 3.3 (again) by Nick Coghlan · 11 years ago
  62. c06c0ae Third attempt to fix #15415 on Windows by Nick Coghlan · 11 years ago
  63. 4bcb1ec Merge #15415 Windows buildbot change from 3.3 by Nick Coghlan · 11 years ago
  64. 2f253e8 Attempt to fix #15415 on Windows by Nick Coghlan · 11 years ago
  65. 7e6cd29 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  66. 015b453 Update gui section of idle test README. by Terry Jan Reedy · 11 years ago
  67. a315a97 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  68. a9d16c8 Issue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7). by Terry Jan Reedy · 11 years ago
  69. cf67b2a Merge #15415 from 3.3 by Nick Coghlan · 11 years ago
  70. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  71. b8de598 Null merge from 3.3 by Nick Coghlan · 11 years ago
  72. 69e3bda Issue #15494: test.support is now a package rather than a module by Nick Coghlan · 11 years ago
  73. fb15aa1 Close #15494: test.support is now a package rather than a module by Nick Coghlan · 11 years ago
  74. e8c45d6 Close #13266: Add inspect.unwrap by Nick Coghlan · 11 years ago
  75. 7757820 Restore the data block size to 62. by Raymond Hettinger · 11 years ago
  76. 1f1d0a5 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  77. 725d9dd Issue #18441: Make test.support.requires('gui') skip when it should. by Terry Jan Reedy · 11 years ago
  78. b6738df (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag by Victor Stinner · 11 years ago
  79. ae6d05b doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag by Victor Stinner · 11 years ago
  80. 290371d merge 3.3 (#18565) by Benjamin Peterson · 11 years ago
  81. d979c72 add a test for issue #17669 (closes #18565) by Benjamin Peterson · 11 years ago
  82. 937b50c Merge with 3.3 by Terry Jan Reedy · 11 years ago
  83. 9eda66d Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry. by Terry Jan Reedy · 11 years ago
  84. 3223dd5 Assertions key off NDEBUG by Raymond Hettinger · 11 years ago
  85. a44549a null merge (fix already applied to default) by Victor Stinner · 11 years ago
  86. da2cbb4 Issue #15893: Remove dead code by Victor Stinner · 11 years ago
  87. c588fee Issue #15893: Improve error handling in main() and Py_FrozenMain() by Victor Stinner · 11 years ago
  88. 739cf4e Py_FrozenMain() now uses _Py_char2wchar() to decode command line arguments, as by Victor Stinner · 11 years ago
  89. b5245be Issue #18203: Replace PyMem_Malloc() with PyMem_RawMalloc() at Python initialization by Victor Stinner · 11 years ago
  90. 597696c (Merge 3.3) Issue #15893: frozenmain.c now handles PyMem_Malloc() failure by Victor Stinner · 11 years ago
  91. 36577e4 Issue #15893: frozenmain.c now handles PyMem_Malloc() failure by Victor Stinner · 11 years ago
  92. b7f1b38 Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). by Christian Heimes · 11 years ago
  93. 70c94e7 Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). by Christian Heimes · 11 years ago
  94. b318990 (Merge 3.3) Parser/asdl_c.py: use Py_CLEAR() by Victor Stinner · 11 years ago
  95. 1acc129 Parser/asdl_c.py: use Py_CLEAR() by Victor Stinner · 11 years ago
  96. ee4b59c (Merge 3.3) According to the PEP 7, C code must "use 4-space indents" by Victor Stinner · 11 years ago
  97. ce72e1c According to the PEP 7, C code must "use 4-space indents" by Victor Stinner · 11 years ago
  98. f6e7e36 Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. CID 486199 by Christian Heimes · 11 years ago
  99. 6ca8a05 Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. CID 486199 by Christian Heimes · 11 years ago
  100. 4ebf6d7 Issue #18560: Fix potential NULL pointer dereference in sum() by Christian Heimes · 11 years ago