1. 8b0e984 Issue #17237: Fix crash in the ASCII decoder on m68k. by Antoine Pitrou · 11 years ago
  2. d8f870d I was confused before. It's correct to not call .close() inside the with by Barry Warsaw · 11 years ago
  3. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 11 years ago
  4. ddcb304 #17700: update the curses HOWTO for 3.x by Andrew Kuchling · 11 years ago
  5. 955382c #17938: remove duplicate paragraphs. by Ezio Melotti · 11 years ago
  6. ce82d57 #17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak. by Ezio Melotti · 11 years ago
  7. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  8. 6bcc0f1 #17877: skip test if the Olson's TZ database is missing. by Ezio Melotti · 11 years ago
  9. babc822 #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 11 years ago
  10. c58a3ea #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 11 years ago
  11. 9c939bc #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. by Ezio Melotti · 11 years ago
  12. 12f588a Issue 17920: Fix-up terminology in the set documentation by Raymond Hettinger · 11 years ago
  13. a7f7deb Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. by Antoine Pitrou · 11 years ago
  14. 002a77d Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  15. d08b210 #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests) by David Malcolm · 11 years ago
  16. 25cd091 #14187: Add glossary entry for 'function annotations'. by R David Murray · 11 years ago
  17. def51ca Issue #17805: Add AsyncResult alias for ApplyResult by Richard Oudkerk · 11 years ago
  18. 9bc7b79 #13495: Avoid loading the color delegator twice in IDLE. by Roger Serwy · 11 years ago
  19. 44571da Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 11 years ago
  20. 5b1ab24 #17798: Allow IDLE to edit new files when specified on command line. by Roger Serwy · 11 years ago
  21. fd417cc Fix crash caused by 8c1385205a35 (thanks Arfrever for reporting). by Antoine Pitrou · 11 years ago
  22. dea2ec4 Fix a test to not use an assertion for something that could be by Brett Cannon · 11 years ago
  23. c8c952c Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  24. 957a23b Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. by Antoine Pitrou · 11 years ago
  25. 5de183a Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  26. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  27. 28faf03 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 11 years ago
  28. 59115aa Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 11 years ago
  29. 9d0f772 Issue #15902: Fix imp.load_module() to accept None as a file when by Brett Cannon · 11 years ago
  30. b98dcc1 Issue #15535: Fix pickling of named tuples. by Raymond Hettinger · 11 years ago
  31. 8e596a7 #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. by Ezio Melotti · 11 years ago
  32. a771a1b Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 11 years ago
  33. 81641d6 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 11 years ago
  34. aa54e2f #16518: add "bytes-like object" to the glossary. by Ezio Melotti · 11 years ago
  35. ab6ab15 #17881: clarify documentation of plistlib. by Ezio Melotti · 11 years ago
  36. 5d6620d fix the news entry, the description in 3.3 should be different by Gregory P. Smith · 11 years ago
  37. fde108b news entry by Gregory P. Smith · 11 years ago
  38. cf86d94 news entry by Gregory P. Smith · 11 years ago
  39. 671905d null merge by Gregory P. Smith · 11 years ago
  40. 910bfb7 This local change was lost during the fixing of issue17192 to update by Gregory P. Smith · 11 years ago
  41. 5dc268e * Fix remaining bits of issue 17192 for 3.3 - these changes by Gregory P. Smith · 11 years ago
  42. e9d0633 * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patch by Gregory P. Smith · 11 years ago
  43. 9330597 * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone by Gregory P. Smith · 11 years ago
  44. fe1b22a ignore errors when trying to fetch sys.stdin.encoding (closes #17863) by Benjamin Peterson · 11 years ago
  45. 7d11004 raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867) by Benjamin Peterson · 11 years ago
  46. 775ccdf #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 11 years ago
  47. 5a4c233 Issue #17358: imp.load_source() and load_compiled() should now return by Brett Cannon · 11 years ago
  48. 9330a94 Reflow paragraphs. by R David Murray · 11 years ago
  49. 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  50. abac0a7 Added base64 module tests for non-binary files. by Serhiy Storchaka · 11 years ago
  51. 017523c Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 11 years ago
  52. d160b12 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  53. 4067aa2 Issue #17357: Use more stern wording for importlib.invalidate_caches(). by Brett Cannon · 11 years ago
  54. e1a1674 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 11 years ago
  55. 6ae4667 clean the environment from pre-existing PYTHONWARNINGS for test_warnings by Łukasz Langa · 11 years ago
  56. 20ea96f backported rev 79713 from 3.4, test_recursion_limit skipped for -O0 by Łukasz Langa · 11 years ago
  57. fa60818 fix character index in ExtendedInterpolation's exception message by Łukasz Langa · 11 years ago
  58. 326edfd Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 11 years ago
  59. d638381 #17729: remove the Advocacy HOWTO from the index. by Ezio Melotti · 11 years ago
  60. 8bdcaf7 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. by Ezio Melotti · 11 years ago
  61. 81a5855 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 11 years ago
  62. d4cb4b7 Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner by Eli Bendersky · 11 years ago
  63. e917052 Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 11 years ago
  64. 25187e6 #15575: Clarify tutorial description of when modules are executed. by R David Murray · 11 years ago
  65. bebe91a Issue #17670: Provide an example of expandtabs() usage. by Ned Deily · 11 years ago
  66. 4140fb5 #17065: Use process-unique key for winreg test. by R David Murray · 11 years ago
  67. 637c7c4 Fix reference leak in _pickle. by Alexandre Vassalotti · 11 years ago
  68. 6b02772 Remove trailing whitespace. by Ezio Melotti · 11 years ago
  69. 65f7a9e Remove duplicated tests. by Ezio Melotti · 11 years ago
  70. 67804e9 Issue #17801: fix shebang line of gprof2html.py by Ned Deily · 11 years ago
  71. 1f7492c Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler by Alexandre Vassalotti · 11 years ago
  72. bdf940d #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs. by R David Murray · 11 years ago
  73. 3583761 #17413: make sure settrace funcs get passed exception instances for 'value'. by R David Murray · 11 years ago
  74. 0aa685a Minor typo in example. by Barry Warsaw · 11 years ago
  75. 1b6424f Fix indentation. by Ezio Melotti · 11 years ago
  76. ab5ba79 #17790: test_set now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  77. 3e4a98b #17789: test_random now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  78. aaa5d1c #17779: test_osx_env now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  79. bca1a26 #17135: Add note in imp to use importlib for new programs. by R David Murray · 11 years ago
  80. 0471ac3 Merge. by Richard Oudkerk · 11 years ago
  81. cf8a1e5 - Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long. by Antoine Pitrou · 11 years ago
  82. 409c313 Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 11 years ago
  83. b38897f Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts. by Giampaolo Rodola' · 11 years ago
  84. 643ea53 #14735: Update IDLE docs to omit "Control-z on Windows". by Roger Serwy · 11 years ago
  85. a68c1ab #17771: fix typo. Patch by Andriy Mysyk. by Ezio Melotti · 11 years ago
  86. d13c008 #17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  87. c048d98 #17740: fix links to the socket function. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  88. d34941a Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. by Antoine Pitrou · 11 years ago
  89. 20c08c8 Remove unused import. by Barry Warsaw · 11 years ago
  90. 618738b - Issue #17012: shutil.which() no longer fallbacks to the PATH environment by Barry Warsaw · 11 years ago
  91. 51ce29c remove pointless code (closes #17738) by Benjamin Peterson · 11 years ago
  92. 3034efd Issue #17710: Fix pickle raising a SystemError on bogus input. by Antoine Pitrou · 11 years ago
  93. ed3cd7e #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  94. 45fe62d Issue #17728: Specify default precision for float.format for presentation types e, f, and g. by Eric V. Smith · 11 years ago
  95. f1465f0 Close #17731: Clean up properly in test_import by Nick Coghlan · 11 years ago
  96. 26dfaac9 #17341: Include name in re error message about invalid group name. by R David Murray · 11 years ago
  97. f2fa5fc Issue #17221: Resort Misc/NEWS. by Serhiy Storchaka · 11 years ago
  98. 839e5ea Issue #17702: use assertRaises() for the unit test by Victor Stinner · 11 years ago
  99. 6d10139 Close #17702: os.environ now raises KeyError with the original environment by Victor Stinner · 11 years ago
  100. c4e0d98 Close issue #16163: handle submodules in pkgutil.iter_importers by Nick Coghlan · 11 years ago