1. 7d15b54 Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  2. b1165f0 Issue #15392: Finish news entry. by Terry Jan Reedy · 11 years ago
  3. c70a6ae #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 11 years ago
  4. 9734568 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  5. 37a79a1 Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  6. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  7. 3a09286 Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. by Jason R. Coombs · 11 years ago
  8. db4e5c5 Issue #15392: Create a unittest framework for IDLE. by Terry Jan Reedy · 11 years ago
  9. c3511c1 Issue #17953: document that sys.modules shouldn't be replaced (thanks by Brett Cannon · 11 years ago
  10. 27a4ac5 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  11. 7f0882c Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  12. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  13. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  14. caf3024 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 11 years ago
  15. 86aecc3 #14097: improve the "introduction" page of the tutorial. by Ezio Melotti · 11 years ago
  16. 916fc7b Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  17. 2c3f2f1 Issue #17812: Fixed quadratic complexity of base64.b32encode(). by Serhiy Storchaka · 11 years ago
  18. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  19. 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
  20. d2b58a9 only recursively expand in the format spec (closes #17644) by Benjamin Peterson · 11 years ago
  21. 862b15e Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
  22. 2502ebf Add Nick Sloan for his contribution to #17732 by Brian Curtin · 11 years ago
  23. 1e93b06 complain about "global __class__" in a class body (closes #17983) by Benjamin Peterson · 11 years ago
  24. c032f16 post-release update. by Georg Brandl · 11 years ago
  25. 9df891c - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  26. ef53558 - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  27. 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
  28. e1b4cbc when arguments are cells clear the locals slot (backport of #17927) by Benjamin Peterson · 11 years ago
  29. d486707 - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  30. 7f98739 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 11 years ago
  31. 84fc4ba Closes #17962: Build with OpenSSL 1.0.1e on Windows. by Georg Brandl · 11 years ago
  32. 997d05d merge by Georg Brandl · 11 years ago
  33. 3eab6b3 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  34. 88f4dd6 bump to 3.3.2 by Georg Brandl · 11 years ago
  35. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 11 years ago
  36. b3bd624 Back out patch for #1159051, which caused backwards compatibility problems. by Georg Brandl · 11 years ago
  37. 64949fa merge with 3.2 by Georg Brandl · 11 years ago
  38. a9417d7 merge with 3.2 by Georg Brandl · 11 years ago
  39. c502df4 Issue #17915: Fix interoperability of xml.sax with file objects returned by by Georg Brandl · 11 years ago
  40. 93b061b Issue #1159051: Back out a fix for handling corrupted gzip files that by Georg Brandl · 11 years ago
  41. 831ae84 merge heads by Georg Brandl · 11 years ago
  42. 0d4931e prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 11 years ago
  43. feb5149 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 11 years ago
  44. 8b0e984 Issue #17237: Fix crash in the ASCII decoder on m68k. by Antoine Pitrou · 11 years ago
  45. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 11 years ago
  46. ce82d57 #17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak. by Ezio Melotti · 11 years ago
  47. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  48. 9c939bc #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. by Ezio Melotti · 11 years ago
  49. 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
  50. 002a77d Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  51. d08b210 #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests) by David Malcolm · 11 years ago
  52. 9bc7b79 #13495: Avoid loading the color delegator twice in IDLE. by Roger Serwy · 11 years ago
  53. 5b1ab24 #17798: Allow IDLE to edit new files when specified on command line. by Roger Serwy · 11 years ago
  54. c8c952c Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  55. 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
  56. 28faf03 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 11 years ago
  57. 59115aa Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 11 years ago
  58. 9d0f772 Issue #15902: Fix imp.load_module() to accept None as a file when by Brett Cannon · 11 years ago
  59. b98dcc1 Issue #15535: Fix pickling of named tuples. by Raymond Hettinger · 11 years ago
  60. 8e596a7 #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. by Ezio Melotti · 11 years ago
  61. 81641d6 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 11 years ago
  62. 5d6620d fix the news entry, the description in 3.3 should be different by Gregory P. Smith · 11 years ago
  63. fde108b news entry by Gregory P. Smith · 11 years ago
  64. cf86d94 news entry by Gregory P. Smith · 11 years ago
  65. fe1b22a ignore errors when trying to fetch sys.stdin.encoding (closes #17863) by Benjamin Peterson · 11 years ago
  66. 7d11004 raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867) by Benjamin Peterson · 11 years ago
  67. 5a4c233 Issue #17358: imp.load_source() and load_compiled() should now return by Brett Cannon · 11 years ago
  68. 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  69. a9217a4 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  70. ba2f8be Issue #17843: Remove bz2 test data that triggers antivirus warnings. by Georg Brandl · 11 years ago
  71. ce654f4 Issue #15535: Fix pickling of named tuples. by Georg Brandl · 11 years ago
  72. d160b12 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  73. 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
  74. 326edfd Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 11 years ago
  75. 81a5855 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 11 years ago
  76. d4cb4b7 Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner by Eli Bendersky · 11 years ago
  77. e917052 Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 11 years ago
  78. 4140fb5 #17065: Use process-unique key for winreg test. by R David Murray · 11 years ago
  79. 1f7492c Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler by Alexandre Vassalotti · 11 years ago
  80. 3583761 #17413: make sure settrace funcs get passed exception instances for 'value'. by R David Murray · 11 years ago
  81. ab5ba79 #17790: test_set now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  82. 3e4a98b #17789: test_random now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  83. aaa5d1c #17779: test_osx_env now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  84. 0471ac3 Merge. by Richard Oudkerk · 11 years ago
  85. 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
  86. 409c313 Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 11 years ago
  87. b38897f Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts. by Giampaolo Rodola' · 11 years ago
  88. 643ea53 #14735: Update IDLE docs to omit "Control-z on Windows". by Roger Serwy · 11 years ago
  89. d13c008 #17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  90. 618738b - Issue #17012: shutil.which() no longer fallbacks to the PATH environment by Barry Warsaw · 11 years ago
  91. 3034efd Issue #17710: Fix pickle raising a SystemError on bogus input. by Antoine Pitrou · 11 years ago
  92. ed3cd7e #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  93. 26dfaac9 #17341: Include name in re error message about invalid group name. by R David Murray · 11 years ago
  94. f2fa5fc Issue #17221: Resort Misc/NEWS. by Serhiy Storchaka · 11 years ago
  95. 6d10139 Close #17702: os.environ now raises KeyError with the original environment by Victor Stinner · 11 years ago
  96. c4e0d98 Close issue #16163: handle submodules in pkgutil.iter_importers by Nick Coghlan · 11 years ago
  97. 8db89ca Issue #16550: Update the opcode descriptions of pickletools to use unsigned by Alexandre Vassalotti · 11 years ago
  98. 9a7a811 Issue #16804: Fix 'python -S -m site' failure. by Meador Inge · 11 years ago
  99. 4bb1734 Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 11 years ago
  100. c973448 Issue #17715: Add missing NULL Check to PyNumber_Long. by Mark Dickinson · 11 years ago