1. dc3e6cc (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  2. 27a4ac5 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  3. 6a00b6f Issue #17532: merge by Ned Deily · 11 years ago
  4. 7f0882c Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  5. 447b6e3 Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  6. 43e145b Move a NEWS entity to a correct place. by Serhiy Storchaka · 11 years ago
  7. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  8. 549681c Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  9. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  10. 80e1c43 Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX. by Giampaolo Rodola' · 11 years ago
  11. 3ee6dab Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled by Serhiy Storchaka · 11 years ago
  12. b10c71d Backed out changeset c0f2b038fc12 by Charles-François Natali · 11 years ago
  13. c7c333d Issue #17683: socket module: return AF_UNIX addresses in Linux abstract by Charles-François Natali · 11 years ago
  14. 87ff387 #14146: merge with 3.3. by Roger Serwy · 11 years ago
  15. caf3024 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 11 years ago
  16. 44feda3 Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an by Charles-Francois Natali · 11 years ago
  17. 93c6770 #14097: merge with 3.3. by Ezio Melotti · 11 years ago
  18. 86aecc3 #14097: improve the "introduction" page of the tutorial. by Ezio Melotti · 11 years ago
  19. c52d113 Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  20. 916fc7b Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  21. 87aa7dc Issue #17812: Fixed quadratic complexity of base64.b32encode(). by Serhiy Storchaka · 11 years ago
  22. 2c3f2f1 Issue #17812: Fixed quadratic complexity of base64.b32encode(). by Serhiy Storchaka · 11 years ago
  23. fef34e3 Issue #17937: Try harder to collect cyclic garbage at shutdown. by Antoine Pitrou · 11 years ago
  24. 20c1cdd Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  25. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  26. 31fb419 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
  27. 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
  28. 163e982 Undo the deprecation of _asdict(). by Raymond Hettinger · 11 years ago
  29. 4e0172f Deprecate nametuple._asdict() by Raymond Hettinger · 11 years ago
  30. 4895363 merge 3.3 by Benjamin Peterson · 11 years ago
  31. af7260e Issue #15758: Fix FileIO.readall() so it no longer has O(n**2) complexity. by Richard Oudkerk · 11 years ago
  32. d2b58a9 only recursively expand in the format spec (closes #17644) by Benjamin Peterson · 11 years ago
  33. fff61f2 Issue #14596: The struct.Struct() objects now use more compact implementation. by Serhiy Storchaka · 11 years ago
  34. 862b15e Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
  35. 3a8f510 Closes #17981: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  36. 6fdd7b8 Issue #17964: Fix os.sysconf(): the return type of the C sysconf() function by Victor Stinner · 11 years ago
  37. e914123 Merge with 3.3 by Brian Curtin · 11 years ago
  38. 2502ebf Add Nick Sloan for his contribution to #17732 by Brian Curtin · 11 years ago
  39. 3cb0906 Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't accidentally hang. by Giampaolo Rodola' · 11 years ago
  40. 1e93b06 complain about "global __class__" in a class body (closes #17983) by Benjamin Peterson · 11 years ago
  41. 312595c hide the __class__ closure from the class body (#12370) by Benjamin Peterson · 11 years ago
  42. c032f16 post-release update. by Georg Brandl · 11 years ago
  43. 94fd53b - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  44. 9df891c - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  45. bcaddf6 - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  46. ef53558 - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  47. 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
  48. e1b4cbc when arguments are cells clear the locals slot (backport of #17927) by Benjamin Peterson · 11 years ago
  49. 9396356 Backout c89febab4648 following private feedback by Guido. by Antoine Pitrou · 11 years ago
  50. b710d7e - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  51. d486707 - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  52. 5f18791 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 11 years ago
  53. 7f98739 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 11 years ago
  54. 84fc4ba Closes #17962: Build with OpenSSL 1.0.1e on Windows. by Georg Brandl · 11 years ago
  55. 997d05d merge by Georg Brandl · 11 years ago
  56. 3068aed Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  57. 3eab6b3 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  58. 88f4dd6 bump to 3.3.2 by Georg Brandl · 11 years ago
  59. 7025349 merge with 3.3 by Georg Brandl · 11 years ago
  60. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 11 years ago
  61. 2665f21 merge with 3.3 by Georg Brandl · 11 years ago
  62. b3bd624 Back out patch for #1159051, which caused backwards compatibility problems. by Georg Brandl · 11 years ago
  63. 64949fa merge with 3.2 by Georg Brandl · 11 years ago
  64. a9417d7 merge with 3.2 by Georg Brandl · 11 years ago
  65. c502df4 Issue #17915: Fix interoperability of xml.sax with file objects returned by by Georg Brandl · 11 years ago
  66. 93b061b Issue #1159051: Back out a fix for handling corrupted gzip files that by Georg Brandl · 11 years ago
  67. 831ae84 merge heads by Georg Brandl · 11 years ago
  68. fbb9152 Issue #17838: merge with 3.3 by Georg Brandl · 11 years ago
  69. 0d4931e prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 11 years ago
  70. a75a2ec merge 3.3 (#17547) by Benjamin Peterson · 11 years ago
  71. feb5149 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 11 years ago
  72. 7ce35a1 Issue #17237: Fix crash in the ASCII decoder on m68k. by Antoine Pitrou · 11 years ago
  73. 8b0e984 Issue #17237: Fix crash in the ASCII decoder on m68k. by Antoine Pitrou · 11 years ago
  74. 6832c81 #17927: Keep frame from referencing cell-ified arguments. by Guido van Rossum · 11 years ago
  75. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 11 years ago
  76. 79ec9f0 #17809: merge with 3.3. by Ezio Melotti · 11 years ago
  77. ce82d57 #17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak. by Ezio Melotti · 11 years ago
  78. b3c5d85 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  79. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  80. 04e70d1 Issue #17807: Generators can now be finalized even when they are part of a reference cycle. by Antoine Pitrou · 11 years ago
  81. 070cb3c Issue #1545463: At shutdown, defer finalization of codec modules so that stderr remains usable. by Antoine Pitrou · 11 years ago
  82. 7168879 #17871: merge with 3.3. by Ezio Melotti · 11 years ago
  83. 9c939bc #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. by Ezio Melotti · 11 years ago
  84. 8cecc8c Issue #7330: Implement width and precision (ex: "%5.3s") for the format string by Victor Stinner · 11 years ago
  85. 9b5d4d8 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
  86. 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
  87. b1294fa Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  88. 002a77d Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  89. 5f454a0 Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown. by Antoine Pitrou · 11 years ago
  90. 1df37c6 #17833: merge with 3.3 by David Malcolm · 11 years ago
  91. d08b210 #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests) by David Malcolm · 11 years ago
  92. b39fd0c Issue #11816: multiple improvements to the dis module by Nick Coghlan · 11 years ago
  93. 60bb107 Correct issue number for c4f92b597074 in Misc/NEWS from #13813 to #13831 by Richard Oudkerk · 11 years ago
  94. 8575783 Issue #13813: Embed stringification of remote traceback in local by Richard Oudkerk · 11 years ago
  95. 53683f6 #13495: merge with 3.3. by Roger Serwy · 11 years ago
  96. 9bc7b79 #13495: Avoid loading the color delegator twice in IDLE. by Roger Serwy · 11 years ago
  97. 7a3dae0 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 11 years ago
  98. 8408cea Issue #17094: Clear stale thread states after fork(). by Antoine Pitrou · 11 years ago
  99. 39b17c5 Backout 2e446e87ac5b; it breaks the unix buildbots. by Richard Oudkerk · 11 years ago
  100. f359302 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 11 years ago