1. 697ce55 Fix ResourceWarnings in test_pty by Antoine Pitrou · 12 years ago
  2. 5461558 Issue #16696: fix comparison between bytes and string. Also, improve glob tests. by Antoine Pitrou · 12 years ago
  3. 3d068b2 Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. by Antoine Pitrou · 12 years ago
  4. dec59ec #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  5. 084daa2 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
  6. 87f9b46 #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  7. b9e9f3e #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  8. 9a4a750 #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  9. 9e8ac56 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  10. d16eacb #15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  11. 1751968 Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy. by Chris Jerdonek · 12 years ago
  12. 806bfad Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  13. 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
  14. 24457c9 Branch merge by Éric Araujo · 12 years ago
  15. 8b503c0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  16. 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
  17. d61926e Create ~/.pypirc securely (#13512). 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. 86067c2 Fix test splitting in previous commit. by Antoine Pitrou · 12 years ago
  22. 1f1888e Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 12 years ago
  23. eb0abce Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  24. 43fb54c Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  25. 57af387 enumerate only requires an iterable (closes #16573) by Benjamin Peterson · 12 years ago
  26. 718df1d Issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  27. 4927633 #16549: fix test failures on Windows. by Ezio Melotti · 12 years ago
  28. b32512e #16476: Fix json.tool to avoid including trailing whitespace. by Ezio Melotti · 12 years ago
  29. 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
  30. d654ded #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 12 years ago
  31. 8c52370 #16559: Add more tests for the json module. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  32. d27e05d Closes #16521: Improved error handling for basicConfig(), added tests for same. by Vinay Sajip · 12 years ago
  33. 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
  34. 82e60de Remove debug print. by Ezio Melotti · 12 years ago
  35. a0dd22e #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  36. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  37. 39bdad8 Issue #1160: Fix compiling large regular expressions on UCS2 builds. by Antoine Pitrou · 12 years ago
  38. 4a1fdcf #7782: add a test for test_iter. by Ezio Melotti · 12 years ago
  39. 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
  40. 6a5fc4c #14313: zipfile now raises NotImplementedError when the compression type is unknown. by Ezio Melotti · 12 years ago
  41. 17babc5 Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module. by Antoine Pitrou · 12 years ago
  42. 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
  43. 103f17e #16478: use floor division in tabnanny and fix a ResourceWarning. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  44. b37ac8e don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine) by Philip Jenvey · 12 years ago
  45. 3acc7ef add gc_collects to weakref tests by Philip Jenvey · 12 years ago
  46. cc7715f Merge heads by Antoine Pitrou · 12 years ago
  47. e11fecb Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  48. e27faac Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
  49. 19e568d Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  50. 12489d9 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  51. 3aee222 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  52. f44c9da Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  53. 3d8e776 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  54. 2ec8233 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when by Gregory P. Smith · 12 years ago
  55. 7ee9555 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  56. ee7889d Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  57. 5c89b4e Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). by Antoine Pitrou · 12 years ago
  58. 90eea97 #16433: fix docstring of assertNotEqual. by Ezio Melotti · 12 years ago
  59. 5c6b3e2 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
  60. 692b023 Record a known crasher from #6717 by Nick Coghlan · 12 years ago
  61. 3907994 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  62. 6c5f521 #5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds. by Ezio Melotti · 12 years ago
  63. 8cd1c76 Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method. by Mark Dickinson · 12 years ago
  64. 540da76 #16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  65. c64bcbe #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error. by Ezio Melotti · 12 years ago
  66. 0941d9f #12759: sre_parse now raises a proper error when the name of the group is missing. Initial patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  67. 2cc3b4b #16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder. by Ezio Melotti · 12 years ago
  68. d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  69. e4ad37e Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  70. 9f69e79 Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 12 years ago
  71. 42d5c41 Change docstring for xdrlib.Error to use new style exceptions. by Andrew Svetlov · 12 years ago
  72. bcac6ad Issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  73. eda1f4c Issue #16377: Fix bisect unittest. by Andrew Svetlov · 12 years ago
  74. d1f2cb3 only fast-path fromkeys() when the constructor returns a empty dict (closes #16345) by Benjamin Peterson · 12 years ago
  75. a1952d4 Add test for BZ2Decompressor.decompress("") after end of stream. by Nadeem Vawda · 12 years ago
  76. 21b1024 merge heads by Andrew Svetlov · 12 years ago
  77. 2ec53be Issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  78. fb90c09 Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. by Mark Dickinson · 12 years ago
  79. 579d5cd changeset: 80007:49e4541f2aef by Georg Brandl · 12 years ago
  80. c3bf78a #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
  81. 252cd0e #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  82. f933302 #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  83. cad7b31 Issue #16250: Fix URLError invocation with proper args. by Senthil Kumaran · 12 years ago
  84. 45c4149 bounds check for bad data (thanks amaury) by Philip Jenvey · 12 years ago
  85. fdf0f27 Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu by Ned Deily · 12 years ago
  86. 5f8f0d6 Issue #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 12 years ago
  87. 66510fe Fix whacky spacking in test_wsgiref by Antoine Pitrou · 12 years ago
  88. ae247a5 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  89. 2778d0d Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 12 years ago
  90. 62b4136 Fix broken test and replace redundant generator with a tuple by Nick Coghlan · 12 years ago
  91. c71b4c7 Issue #6074: Actually delete the source file in the test as intended by Nick Coghlan · 12 years ago
  92. 34937ce Issue #6074: Forward port Windows read-only source file fix from 2.7 by Nick Coghlan · 12 years ago
  93. 2d51f68 Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. by Giampaolo Rodola' · 12 years ago
  94. 45bb613 Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  95. 3ed2cb5 Also add tests for TextIOWrapper.writelines() (issue #15744). by Antoine Pitrou · 12 years ago
  96. 131a489 Add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  97. ee892b9 Issue #16244: Remove file mode overrides. by Vinay Sajip · 12 years ago
  98. 7a9953e skip if __doc__ is gone by Benjamin Peterson · 12 years ago
  99. 951a9e3 fix to work if __doc__ is removed by Benjamin Peterson · 12 years ago
  100. 0b960f5 Fix #16176. Properly identify Windows 8 via platform.platform() by Brian Curtin · 12 years ago