1. e2135c6 move definition to top of block by Benjamin Peterson · 11 years ago
  2. 862b15e Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
  3. 18b7191 C89 declaration compliance by Benjamin Peterson · 11 years ago
  4. 2502ebf Add Nick Sloan for his contribution to #17732 by Brian Curtin · 11 years ago
  5. 1e93b06 complain about "global __class__" in a class body (closes #17983) by Benjamin Peterson · 11 years ago
  6. c032f16 post-release update. by Georg Brandl · 11 years ago
  7. 9df891c - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  8. ef53558 - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  9. dbbf4c8 Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 release by doko@ubuntu.com · 11 years ago
  10. e1b4cbc when arguments are cells clear the locals slot (backport of #17927) by Benjamin Peterson · 11 years ago
  11. d486707 - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  12. dedac52 prevent double free in cleanup code (#17968) by Benjamin Peterson · 11 years ago
  13. 2adb6fe Fix ResourceWarnings in test_sax by Antoine Pitrou · 11 years ago
  14. bf4cba7 Silence unclosed open file ResourceWarning. by Terry Jan Reedy · 11 years ago
  15. 01180d4 Complete 2 to 3 conversion by Terry Jan Reedy · 11 years ago
  16. 7f98739 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 11 years ago
  17. 901a278 use correct format code for exceptions by Benjamin Peterson · 11 years ago
  18. 0ab18e4 Added tag v3.3.2 for changeset d047928ae3f6 by Georg Brandl · 11 years ago
  19. 84fc4ba Closes #17962: Build with OpenSSL 1.0.1e on Windows. by Georg Brandl · 11 years ago
  20. 997d05d merge by Georg Brandl · 11 years ago
  21. 3eab6b3 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  22. 88f4dd6 bump to 3.3.2 by Georg Brandl · 11 years ago
  23. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 11 years ago
  24. b3bd624 Back out patch for #1159051, which caused backwards compatibility problems. by Georg Brandl · 11 years ago
  25. 64949fa merge with 3.2 by Georg Brandl · 11 years ago
  26. a9417d7 merge with 3.2 by Georg Brandl · 11 years ago
  27. c502df4 Issue #17915: Fix interoperability of xml.sax with file objects returned by by Georg Brandl · 11 years ago
  28. 93b061b Issue #1159051: Back out a fix for handling corrupted gzip files that by Georg Brandl · 11 years ago
  29. 831ae84 merge heads by Georg Brandl · 11 years ago
  30. 0d4931e prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 11 years ago
  31. aa6f688 only close non-None files by Benjamin Peterson · 11 years ago
  32. feb5149 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 11 years ago
  33. 8b0e984 Issue #17237: Fix crash in the ASCII decoder on m68k. by Antoine Pitrou · 11 years ago
  34. d8f870d I was confused before. It's correct to not call .close() inside the with by Barry Warsaw · 11 years ago
  35. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 11 years ago
  36. ddcb304 #17700: update the curses HOWTO for 3.x by Andrew Kuchling · 11 years ago
  37. 955382c #17938: remove duplicate paragraphs. by Ezio Melotti · 11 years ago
  38. ce82d57 #17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak. by Ezio Melotti · 11 years ago
  39. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  40. 6bcc0f1 #17877: skip test if the Olson's TZ database is missing. by Ezio Melotti · 11 years ago
  41. babc822 #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 11 years ago
  42. c58a3ea #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 11 years ago
  43. 9c939bc #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. by Ezio Melotti · 11 years ago
  44. 12f588a Issue 17920: Fix-up terminology in the set documentation by Raymond Hettinger · 11 years ago
  45. 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
  46. 002a77d Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  47. d08b210 #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests) by David Malcolm · 11 years ago
  48. 25cd091 #14187: Add glossary entry for 'function annotations'. by R David Murray · 11 years ago
  49. def51ca Issue #17805: Add AsyncResult alias for ApplyResult by Richard Oudkerk · 11 years ago
  50. 9bc7b79 #13495: Avoid loading the color delegator twice in IDLE. by Roger Serwy · 11 years ago
  51. 44571da Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 11 years ago
  52. 5b1ab24 #17798: Allow IDLE to edit new files when specified on command line. by Roger Serwy · 11 years ago
  53. fd417cc Fix crash caused by 8c1385205a35 (thanks Arfrever for reporting). by Antoine Pitrou · 11 years ago
  54. dea2ec4 Fix a test to not use an assertion for something that could be by Brett Cannon · 11 years ago
  55. c8c952c Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  56. 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
  57. 5de183a Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  58. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  59. 28faf03 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 11 years ago
  60. 59115aa Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 11 years ago
  61. 9d0f772 Issue #15902: Fix imp.load_module() to accept None as a file when by Brett Cannon · 11 years ago
  62. b98dcc1 Issue #15535: Fix pickling of named tuples. by Raymond Hettinger · 11 years ago
  63. 8e596a7 #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. by Ezio Melotti · 11 years ago
  64. a771a1b Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 11 years ago
  65. 81641d6 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 11 years ago
  66. aa54e2f #16518: add "bytes-like object" to the glossary. by Ezio Melotti · 11 years ago
  67. ab6ab15 #17881: clarify documentation of plistlib. by Ezio Melotti · 11 years ago
  68. 5d6620d fix the news entry, the description in 3.3 should be different by Gregory P. Smith · 11 years ago
  69. fde108b news entry by Gregory P. Smith · 11 years ago
  70. cf86d94 news entry by Gregory P. Smith · 11 years ago
  71. 671905d null merge by Gregory P. Smith · 11 years ago
  72. 910bfb7 This local change was lost during the fixing of issue17192 to update by Gregory P. Smith · 11 years ago
  73. 5dc268e * Fix remaining bits of issue 17192 for 3.3 - these changes by Gregory P. Smith · 11 years ago
  74. e9d0633 * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patch by Gregory P. Smith · 11 years ago
  75. 9330597 * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone by Gregory P. Smith · 11 years ago
  76. fe1b22a ignore errors when trying to fetch sys.stdin.encoding (closes #17863) by Benjamin Peterson · 11 years ago
  77. 7d11004 raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867) by Benjamin Peterson · 11 years ago
  78. 775ccdf #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 11 years ago
  79. 5a4c233 Issue #17358: imp.load_source() and load_compiled() should now return by Brett Cannon · 11 years ago
  80. 9330a94 Reflow paragraphs. by R David Murray · 11 years ago
  81. 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  82. abac0a7 Added base64 module tests for non-binary files. by Serhiy Storchaka · 11 years ago
  83. 017523c Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 11 years ago
  84. a9217a4 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  85. ba2f8be Issue #17843: Remove bz2 test data that triggers antivirus warnings. by Georg Brandl · 11 years ago
  86. ce654f4 Issue #15535: Fix pickling of named tuples. by Georg Brandl · 11 years ago
  87. d160b12 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  88. 4067aa2 Issue #17357: Use more stern wording for importlib.invalidate_caches(). by Brett Cannon · 11 years ago
  89. 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
  90. 6ae4667 clean the environment from pre-existing PYTHONWARNINGS for test_warnings by Łukasz Langa · 11 years ago
  91. 20ea96f backported rev 79713 from 3.4, test_recursion_limit skipped for -O0 by Łukasz Langa · 11 years ago
  92. fa60818 fix character index in ExtendedInterpolation's exception message by Łukasz Langa · 11 years ago
  93. 326edfd Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 11 years ago
  94. d638381 #17729: remove the Advocacy HOWTO from the index. by Ezio Melotti · 11 years ago
  95. 8bdcaf7 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. by Ezio Melotti · 11 years ago
  96. 81a5855 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 11 years ago
  97. d4cb4b7 Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner by Eli Bendersky · 11 years ago
  98. e917052 Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 11 years ago
  99. 25187e6 #15575: Clarify tutorial description of when modules are executed. by R David Murray · 11 years ago
  100. bebe91a Issue #17670: Provide an example of expandtabs() usage. by Ned Deily · 11 years ago