1. 9a4a750 #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  2. 9e8ac56 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  3. d16eacb #15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  4. 1751968 Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy. by Chris Jerdonek · 12 years ago
  5. 33b9b71 Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  6. 806bfad Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  7. 7dddec4 Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  8. 7ec3a32 Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  9. 24457c9 Branch merge by Éric Araujo · 12 years ago
  10. 367efc2 Branch merge by Éric Araujo · 12 years ago
  11. 8b503c0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  12. 9e06e8d Use proper skip instead of reporting success in one distutils test by Éric Araujo · 12 years ago
  13. 2320fa0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  14. 62a0d6e Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  15. d38c990 Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  16. d61926e Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  17. 26ea4a0 Remove code unneeded after f833e7ec4de1 by Éric Araujo · 12 years ago
  18. 3e4a3dc Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  19. 96bc043 Skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 12 years ago
  20. 539ee5d Issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 12 years ago
  21. 8c7c697 Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Victor Stinner · 12 years ago
  22. 86067c2 Fix test splitting in previous commit. by Antoine Pitrou · 12 years ago
  23. 74635c9 Fix test splitting in previous commit. by Antoine Pitrou · 12 years ago
  24. 1f1888e Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 12 years ago
  25. 735f36e Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 12 years ago
  26. eb0abce Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  27. 43fb54c Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  28. b83575b Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  29. 80e9eed Minor fixups. Early-out for equality test. Inline PREV/NEXT constants. by Raymond Hettinger · 12 years ago
  30. 7196605 fix spelling by Benjamin Peterson · 12 years ago
  31. 8a1a17b Remove redundant check for symlink. (closes #6036) by Benjamin Peterson · 12 years ago
  32. 57af387 enumerate only requires an iterable (closes #16573) by Benjamin Peterson · 12 years ago
  33. ed10a30 enumerate only requires an iterable (closes #16573) by Benjamin Peterson · 12 years ago
  34. ac26a2e Issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  35. 718df1d Issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  36. 4927633 #16549: fix test failures on Windows. by Ezio Melotti · 12 years ago
  37. 43acbf1 #16549: fix test failures on Windows. by Ezio Melotti · 12 years ago
  38. b32512e #16476: Fix json.tool to avoid including trailing whitespace. by Ezio Melotti · 12 years ago
  39. def6ee5 #16476: Fix json.tool to avoid including trailing whitespace. by Ezio Melotti · 12 years ago
  40. 057bcb4 #16549: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka. by Ezio Melotti · 12 years ago
  41. d8feba9 #16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy Storchaka. by Ezio Melotti · 12 years ago
  42. d654ded #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 12 years ago
  43. 3a237eb #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 12 years ago
  44. 8c52370 #16559: Add more tests for the json module. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  45. 282d331 #16559: Add more tests for the json module. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  46. b1cc6aa Issue #9011: AST creation no longer modifies CST for negated numeric literals. by Mark Dickinson · 12 years ago
  47. d27e05d Closes #16521: Improved error handling for basicConfig(), added tests for same. by Vinay Sajip · 12 years ago
  48. 1658797 Issue #16339: Document and test exec(stmt, globals, locals) form in Python 2.7. by Mark Dickinson · 12 years ago
  49. bf6ecf9 Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. by Antoine Pitrou · 12 years ago
  50. 508d7d3 test_winsound should require the "audio" resource, as it does on 3.x. by Antoine Pitrou · 12 years ago
  51. 82e60de Remove debug print. by Ezio Melotti · 12 years ago
  52. a0dd22e #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  53. ec6486d #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  54. 0ec8f48 Remove steps no longer needed once __del__ was removed by Raymond Hettinger · 12 years ago
  55. ec5046b Fit nit: the return got dropped from an earlier check-in by Raymond Hettinger · 12 years ago
  56. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  57. b83ea14 Issue #1160: Fix compiling large regular expressions on UCS2 builds. by Antoine Pitrou · 12 years ago
  58. 39bdad8 Issue #1160: Fix compiling large regular expressions on UCS2 builds. by Antoine Pitrou · 12 years ago
  59. 4a1fdcf #7782: add a test for test_iter. by Ezio Melotti · 12 years ago
  60. 6451497 #7782: add a test for test_iter. by Ezio Melotti · 12 years ago
  61. 7c66319 #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 12 years ago
  62. db5947f #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 12 years ago
  63. 6a5fc4c #14313: zipfile now raises NotImplementedError when the compression type is unknown. by Ezio Melotti · 12 years ago
  64. 9e94972 #14313: zipfile now raises NotImplementedError when the compression type is unknown. by Ezio Melotti · 12 years ago
  65. 02512fb Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module. by Antoine Pitrou · 12 years ago
  66. 17babc5 Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module. by Antoine Pitrou · 12 years ago
  67. e3ae321 Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 12 years ago
  68. e4b86398 Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. by Jesus Cea · 12 years ago
  69. f34e4de Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. by Jesus Cea · 12 years ago
  70. 103f17e #16478: use floor division in tabnanny and fix a ResourceWarning. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  71. b37ac8e don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine) by Philip Jenvey · 12 years ago
  72. 3acc7ef add gc_collects to weakref tests by Philip Jenvey · 12 years ago
  73. cc7715f Merge heads by Antoine Pitrou · 12 years ago
  74. b704eab Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  75. e11fecb Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  76. 027d6fc remove an obsolete comment by Gregory P. Smith · 12 years ago
  77. e27faac Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
  78. f047ba8 Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
  79. 19e568d Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  80. 04050b8 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  81. c319725 whitespace fix by Gregory P. Smith · 12 years ago
  82. 211248b Fix issue #16140 bug that the fix to issue #16327 added - don't double by Gregory P. Smith · 12 years ago
  83. 12489d9 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  84. 3aee222 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  85. f44c9da Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  86. 9d3b6e9 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  87. 3d8e776 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  88. f2705ae Fixes issue #14396: Handle the odd rare case of waitpid returning 0 by Gregory P. Smith · 12 years ago
  89. 2ec8233 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when by Gregory P. Smith · 12 years ago
  90. 7ee9555 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  91. 3c30970 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  92. ee7889d Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  93. 252f4dc Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  94. 5c89b4e Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). by Antoine Pitrou · 12 years ago
  95. 2cc0b07 Bug #16441: avoid excessive memory usage working with large gzip files by Chris Withers · 12 years ago
  96. 9b19c4b #16433: fix docstring of assertNotEqual. by Ezio Melotti · 12 years ago
  97. 90eea97 #16433: fix docstring of assertNotEqual. by Ezio Melotti · 12 years ago
  98. b271b3e Issue #15001: fix segfault on "del sys.modules['__main__']" by Hynek Schlawack · 12 years ago
  99. 5c6b3e2 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
  100. 692b023 Record a known crasher from #6717 by Nick Coghlan · 12 years ago