1. 27a4ac5 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  2. 05ec6ac Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3 by Senthil Kumaran · 11 years ago
  3. 650e322 Issue 17844: Clarify meaning of different codec tables by Nick Coghlan · 11 years ago
  4. c1939b8 Issue #18031: %-formatting isn't dead yet and might pull through. by Raymond Hettinger · 11 years ago
  5. 7f0882c Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  6. 6724612 add test for inequality by Benjamin Peterson · 11 years ago
  7. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  8. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  9. 95ae992 #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  10. caf3024 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 11 years ago
  11. bfc8f26 Issue #17743: Now use extended syntax of set command in .bat files. by Vinay Sajip · 11 years ago
  12. e254751 Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating. by Vinay Sajip · 11 years ago
  13. ea3cfc5 Issue #18026: fix ctypes doc typo by Ned Deily · 11 years ago
  14. bcf06d3 #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  15. 86aecc3 #14097: improve the "introduction" page of the tutorial. by Ezio Melotti · 11 years ago
  16. 611d901 add recursive repr test by Benjamin Peterson · 11 years ago
  17. 6a55dc3 Issue #17989: fix typo in error message by Eli Bendersky · 11 years ago
  18. dc49b2b Try to make test more reliable (saw some sporadic failures on buildbots) by Antoine Pitrou · 11 years ago
  19. 916fc7b Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  20. 2c3f2f1 Issue #17812: Fixed quadratic complexity of base64.b32encode(). by Serhiy Storchaka · 11 years ago
  21. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  22. 90a2427 Close file before reopening to keep Windows happy in test_sax. by Richard Oudkerk · 11 years ago
  23. 636f93c Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099). by Antoine Pitrou · 11 years ago
  24. ef9683b Issue #17989: element_setattro returned incorrect error value. by Eli Bendersky · 11 years ago
  25. 587d3bf Update docstring for _asdict() to indicate it is obsolete. by Raymond Hettinger · 11 years ago
  26. d2b58a9 only recursively expand in the format spec (closes #17644) by Benjamin Peterson · 11 years ago
  27. 36f74aa Issue #17563: Fix dict resize performance regression. by Raymond Hettinger · 11 years ago
  28. b37706f Remove unnecessary exception handler. by Raymond Hettinger · 11 years ago
  29. 0fe236b Ignore Mac OS X entries for .DS_Store by Raymond Hettinger · 11 years ago
  30. 369d05a Fix some bugs in Tools/scripts/abitype.py. by Serhiy Storchaka · 11 years ago
  31. e2135c6 move definition to top of block by Benjamin Peterson · 11 years ago
  32. 862b15e Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
  33. 18b7191 C89 declaration compliance by Benjamin Peterson · 11 years ago
  34. 2502ebf Add Nick Sloan for his contribution to #17732 by Brian Curtin · 11 years ago
  35. 1e93b06 complain about "global __class__" in a class body (closes #17983) by Benjamin Peterson · 11 years ago
  36. c032f16 post-release update. by Georg Brandl · 11 years ago
  37. 9df891c - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  38. ef53558 - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  39. 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
  40. e1b4cbc when arguments are cells clear the locals slot (backport of #17927) by Benjamin Peterson · 11 years ago
  41. d486707 - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  42. dedac52 prevent double free in cleanup code (#17968) by Benjamin Peterson · 11 years ago
  43. 2adb6fe Fix ResourceWarnings in test_sax by Antoine Pitrou · 11 years ago
  44. bf4cba7 Silence unclosed open file ResourceWarning. by Terry Jan Reedy · 11 years ago
  45. 01180d4 Complete 2 to 3 conversion by Terry Jan Reedy · 11 years ago
  46. 7f98739 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 11 years ago
  47. 901a278 use correct format code for exceptions by Benjamin Peterson · 11 years ago
  48. 0ab18e4 Added tag v3.3.2 for changeset d047928ae3f6 by Georg Brandl · 11 years ago
  49. 84fc4ba Closes #17962: Build with OpenSSL 1.0.1e on Windows. by Georg Brandl · 11 years ago
  50. 997d05d merge by Georg Brandl · 11 years ago
  51. 3eab6b3 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  52. 88f4dd6 bump to 3.3.2 by Georg Brandl · 11 years ago
  53. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 11 years ago
  54. b3bd624 Back out patch for #1159051, which caused backwards compatibility problems. by Georg Brandl · 11 years ago
  55. 64949fa merge with 3.2 by Georg Brandl · 11 years ago
  56. a9417d7 merge with 3.2 by Georg Brandl · 11 years ago
  57. c502df4 Issue #17915: Fix interoperability of xml.sax with file objects returned by by Georg Brandl · 11 years ago
  58. 93b061b Issue #1159051: Back out a fix for handling corrupted gzip files that by Georg Brandl · 11 years ago
  59. 831ae84 merge heads by Georg Brandl · 11 years ago
  60. 0d4931e prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 11 years ago
  61. aa6f688 only close non-None files by Benjamin Peterson · 11 years ago
  62. feb5149 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 11 years ago
  63. 8b0e984 Issue #17237: Fix crash in the ASCII decoder on m68k. by Antoine Pitrou · 11 years ago
  64. d8f870d I was confused before. It's correct to not call .close() inside the with by Barry Warsaw · 11 years ago
  65. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 11 years ago
  66. ddcb304 #17700: update the curses HOWTO for 3.x by Andrew Kuchling · 11 years ago
  67. 955382c #17938: remove duplicate paragraphs. by Ezio Melotti · 11 years ago
  68. ce82d57 #17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak. by Ezio Melotti · 11 years ago
  69. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  70. 6bcc0f1 #17877: skip test if the Olson's TZ database is missing. by Ezio Melotti · 11 years ago
  71. babc822 #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 11 years ago
  72. c58a3ea #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 11 years ago
  73. 9c939bc #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. by Ezio Melotti · 11 years ago
  74. 12f588a Issue 17920: Fix-up terminology in the set documentation by Raymond Hettinger · 11 years ago
  75. 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
  76. 002a77d Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  77. d08b210 #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests) by David Malcolm · 11 years ago
  78. 25cd091 #14187: Add glossary entry for 'function annotations'. by R David Murray · 11 years ago
  79. def51ca Issue #17805: Add AsyncResult alias for ApplyResult by Richard Oudkerk · 11 years ago
  80. 9bc7b79 #13495: Avoid loading the color delegator twice in IDLE. by Roger Serwy · 11 years ago
  81. 44571da Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 11 years ago
  82. 5b1ab24 #17798: Allow IDLE to edit new files when specified on command line. by Roger Serwy · 11 years ago
  83. fd417cc Fix crash caused by 8c1385205a35 (thanks Arfrever for reporting). by Antoine Pitrou · 11 years ago
  84. dea2ec4 Fix a test to not use an assertion for something that could be by Brett Cannon · 11 years ago
  85. c8c952c Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  86. 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
  87. 5de183a Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  88. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  89. 28faf03 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 11 years ago
  90. 59115aa Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 11 years ago
  91. 9d0f772 Issue #15902: Fix imp.load_module() to accept None as a file when by Brett Cannon · 11 years ago
  92. b98dcc1 Issue #15535: Fix pickling of named tuples. by Raymond Hettinger · 11 years ago
  93. 8e596a7 #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. by Ezio Melotti · 11 years ago
  94. a771a1b Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 11 years ago
  95. 81641d6 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 11 years ago
  96. aa54e2f #16518: add "bytes-like object" to the glossary. by Ezio Melotti · 11 years ago
  97. ab6ab15 #17881: clarify documentation of plistlib. by Ezio Melotti · 11 years ago
  98. 5d6620d fix the news entry, the description in 3.3 should be different by Gregory P. Smith · 11 years ago
  99. fde108b news entry by Gregory P. Smith · 11 years ago
  100. cf86d94 news entry by Gregory P. Smith · 11 years ago