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. 965efe9 merge 3.3 by Benjamin Peterson · 11 years ago
  6. 6724612 add test for inequality by Benjamin Peterson · 11 years ago
  7. 447b6e3 Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  8. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  9. 3ee6dab Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled by Serhiy Storchaka · 11 years ago
  10. b10c71d Backed out changeset c0f2b038fc12 by Charles-François Natali · 11 years ago
  11. c7c333d Issue #17683: socket module: return AF_UNIX addresses in Linux abstract by Charles-François Natali · 11 years ago
  12. 87ff387 #14146: merge with 3.3. by Roger Serwy · 11 years ago
  13. caf3024 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 11 years ago
  14. 067e48b Closes #17743: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  15. bfc8f26 Issue #17743: Now use extended syntax of set command in .bat files. by Vinay Sajip · 11 years ago
  16. 1eae223 Closes #17744: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  17. e254751 Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating. by Vinay Sajip · 11 years ago
  18. d66b10e Issue #17684: Fix some test_socket failures due to limited FD passing support by Charles-Francois Natali · 11 years ago
  19. 44feda3 Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an by Charles-Francois Natali · 11 years ago
  20. d2cef8a merge 3.3 by Benjamin Peterson · 11 years ago
  21. 611d901 add recursive repr test by Benjamin Peterson · 11 years ago
  22. a369923 Get rid of ugly code duplication for ElementTree.parse when the accelerator by Eli Bendersky · 11 years ago
  23. e26fa1b Add some testing to verify which module was imported in ET tests. by Eli Bendersky · 11 years ago
  24. 8687245 normalize whitespace by Eli Bendersky · 11 years ago
  25. e6a951b Cleanup even more dead code by Eli Bendersky · 11 years ago
  26. c4e98a6 Cleanup more old ET library leftovers by Eli Bendersky · 11 years ago
  27. 46955b2 Issue #17988: remove unused alias for Element and rename the used one by Eli Bendersky · 11 years ago
  28. 3a4fbd8 _elementtree.XMLParser._setevents should support any sequence, not just tuples by Eli Bendersky · 11 years ago
  29. 5b6616d Try to make test more reliable (saw some sporadic failures on buildbots) by Antoine Pitrou · 11 years ago
  30. dc49b2b Try to make test more reliable (saw some sporadic failures on buildbots) by Antoine Pitrou · 11 years ago
  31. c52d113 Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  32. 916fc7b Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  33. 87aa7dc Issue #17812: Fixed quadratic complexity of base64.b32encode(). by Serhiy Storchaka · 11 years ago
  34. 2c3f2f1 Issue #17812: Fixed quadratic complexity of base64.b32encode(). by Serhiy Storchaka · 11 years ago
  35. 20c1cdd Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  36. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  37. 10e8c49 Re-enabled skipped test. by Vinay Sajip · 11 years ago
  38. 850800f Merge. by Richard Oudkerk · 11 years ago
  39. 90a2427 Close file before reopening to keep Windows happy in test_sax. by Richard Oudkerk · 11 years ago
  40. 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
  41. 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
  42. 163e982 Undo the deprecation of _asdict(). by Raymond Hettinger · 11 years ago
  43. 4e0172f Deprecate nametuple._asdict() by Raymond Hettinger · 11 years ago
  44. 8c03d83 merge by Raymond Hettinger · 11 years ago
  45. 587d3bf Update docstring for _asdict() to indicate it is obsolete. by Raymond Hettinger · 11 years ago
  46. 4d94474 rewrite the parsing of field names to be more consistent wrt recursive expansion by Benjamin Peterson · 11 years ago
  47. 4895363 merge 3.3 by Benjamin Peterson · 11 years ago
  48. d2b58a9 only recursively expand in the format spec (closes #17644) by Benjamin Peterson · 11 years ago
  49. a29ac45 reset __class__, so multiple runs don't fail (closes #17999) by Benjamin Peterson · 11 years ago
  50. 5c71079 merge by Raymond Hettinger · 11 years ago
  51. b37706f Remove unnecessary exception handler. by Raymond Hettinger · 11 years ago
  52. fff61f2 Issue #14596: The struct.Struct() objects now use more compact implementation. by Serhiy Storchaka · 11 years ago
  53. 862b15e Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
  54. 3a8f510 Closes #17981: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  55. e8e1459 rather than passing locals to the class body, just execute the class body in the proper environment by Benjamin Peterson · 11 years ago
  56. 3cb0906 Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't accidentally hang. by Giampaolo Rodola' · 11 years ago
  57. 0d4f08c ftplib tests: provide a global socket's TIMEOUT variable and use it everywhere so that failing tests won't accidentally hang by Giampaolo Rodola' · 11 years ago
  58. 1e93b06 complain about "global __class__" in a class body (closes #17983) by Benjamin Peterson · 11 years ago
  59. 312595c hide the __class__ closure from the class body (#12370) by Benjamin Peterson · 11 years ago
  60. 94fd53b - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  61. 9df891c - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  62. bcaddf6 - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  63. ef53558 - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  64. e1b4cbc when arguments are cells clear the locals slot (backport of #17927) by Benjamin Peterson · 11 years ago
  65. 9396356 Backout c89febab4648 following private feedback by Guido. by Antoine Pitrou · 11 years ago
  66. e1970b8 Fix ResourceWarnings in test_sax by Antoine Pitrou · 11 years ago
  67. 2adb6fe Fix ResourceWarnings in test_sax by Antoine Pitrou · 11 years ago
  68. 6599d0d Merge with 3.3 by Terry Jan Reedy · 11 years ago
  69. bf4cba7 Silence unclosed open file ResourceWarning. by Terry Jan Reedy · 11 years ago
  70. 9c60f66 Complete 2 to 3 conversion by Terry Jan Reedy · 11 years ago
  71. 01180d4 Complete 2 to 3 conversion by Terry Jan Reedy · 11 years ago
  72. fa6bdc6 merge 3.3 by Benjamin Peterson · 11 years ago
  73. 901a278 use correct format code for exceptions by Benjamin Peterson · 11 years ago
  74. 159ae41 when an argument is a cell, set the local copy to NULL (see #17927) by Benjamin Peterson · 11 years ago
  75. 997d05d merge by Georg Brandl · 11 years ago
  76. 3068aed Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  77. 3eab6b3 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  78. 88f4dd6 bump to 3.3.2 by Georg Brandl · 11 years ago
  79. 7025349 merge with 3.3 by Georg Brandl · 11 years ago
  80. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 11 years ago
  81. 2665f21 merge with 3.3 by Georg Brandl · 11 years ago
  82. b3bd624 Back out patch for #1159051, which caused backwards compatibility problems. by Georg Brandl · 11 years ago
  83. 64949fa merge with 3.2 by Georg Brandl · 11 years ago
  84. c502df4 Issue #17915: Fix interoperability of xml.sax with file objects returned by by Georg Brandl · 11 years ago
  85. 93b061b Issue #1159051: Back out a fix for handling corrupted gzip files that by Georg Brandl · 11 years ago
  86. 831ae84 merge heads by Georg Brandl · 11 years ago
  87. fbb9152 Issue #17838: merge with 3.3 by Georg Brandl · 11 years ago
  88. 0d4931e prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 11 years ago
  89. 43473e3 Diagnostics collected, test disabled for now. by Vinay Sajip · 11 years ago
  90. caf9eb8 Re-enabled test with more diagnostics. by Vinay Sajip · 11 years ago
  91. fc6f4cd merge 3.3 by Benjamin Peterson · 11 years ago
  92. aa6f688 only close non-None files by Benjamin Peterson · 11 years ago
  93. 2e8457d remove unused import by Benjamin Peterson · 11 years ago
  94. 2943cdb simplify #17947 test with weakrefs by Benjamin Peterson · 11 years ago
  95. 6832c81 #17927: Keep frame from referencing cell-ified arguments. by Guido van Rossum · 11 years ago
  96. 79ec9f0 #17809: merge with 3.3. by Ezio Melotti · 11 years ago
  97. ce82d57 #17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak. by Ezio Melotti · 11 years ago
  98. b3c5d85 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  99. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  100. 04e70d1 Issue #17807: Generators can now be finalized even when they are part of a reference cycle. by Antoine Pitrou · 11 years ago