1. 20c1cdd Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 12 years ago
  2. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 12 years ago
  3. 10e8c49 Re-enabled skipped test. by Vinay Sajip · 12 years ago
  4. 850800f Merge. by Richard Oudkerk · 12 years ago
  5. 90a2427 Close file before reopening to keep Windows happy in test_sax. by Richard Oudkerk · 12 years ago
  6. 25296ce Use PY_FORMAT_SIZE_T because Visual Studio does not understand %zd format. by Richard Oudkerk · 12 years ago
  7. 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 · 12 years ago
  8. 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 · 12 years ago
  9. 1a8c3e2 Issue #17989: element_setattro returned incorrect error value. by Eli Bendersky · 12 years ago
  10. ef9683b Issue #17989: element_setattro returned incorrect error value. by Eli Bendersky · 12 years ago
  11. 163e982 Undo the deprecation of _asdict(). by Raymond Hettinger · 12 years ago
  12. 4e0172f Deprecate nametuple._asdict() by Raymond Hettinger · 12 years ago
  13. 8c03d83 merge by Raymond Hettinger · 12 years ago
  14. 587d3bf Update docstring for _asdict() to indicate it is obsolete. by Raymond Hettinger · 12 years ago
  15. 4d94474 rewrite the parsing of field names to be more consistent wrt recursive expansion by Benjamin Peterson · 12 years ago
  16. 4895363 merge 3.3 by Benjamin Peterson · 12 years ago
  17. 3e26939 FileIO.readall(): remove trailing space from an exception message by Victor Stinner · 12 years ago
  18. af7260e Issue #15758: Fix FileIO.readall() so it no longer has O(n**2) complexity. by Richard Oudkerk · 12 years ago
  19. d2b58a9 only recursively expand in the format spec (closes #17644) by Benjamin Peterson · 12 years ago
  20. a29ac45 reset __class__, so multiple runs don't fail (closes #17999) by Benjamin Peterson · 12 years ago
  21. 2f6fe51 merge by Raymond Hettinger · 12 years ago
  22. 36f74aa Issue #17563: Fix dict resize performance regression. by Raymond Hettinger · 12 years ago
  23. 5c71079 merge by Raymond Hettinger · 12 years ago
  24. b37706f Remove unnecessary exception handler. by Raymond Hettinger · 12 years ago
  25. 4197221 merge by Raymond Hettinger · 12 years ago
  26. 0fe236b Ignore Mac OS X entries for .DS_Store by Raymond Hettinger · 12 years ago
  27. fff61f2 Issue #14596: The struct.Struct() objects now use more compact implementation. by Serhiy Storchaka · 12 years ago
  28. e67f8e7 Fix some bugs in Tools/scripts/abitype.py. by Serhiy Storchaka · 12 years ago
  29. 369d05a Fix some bugs in Tools/scripts/abitype.py. by Serhiy Storchaka · 12 years ago
  30. a07565d merge 3.3 by Benjamin Peterson · 12 years ago
  31. e2135c6 move definition to top of block by Benjamin Peterson · 12 years ago
  32. 84bb1cf Fix compilater warnings on Windows 64-bit by Victor Stinner · 12 years ago
  33. 9ce59bb Fix a compilater warning on Windows 64-bit by Victor Stinner · 12 years ago
  34. 862b15e Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 12 years ago
  35. d3dfd0e Fix a compilater warning on Windows 64-bit by Victor Stinner · 12 years ago
  36. 3a8f510 Closes #17981: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  37. 43b2ab9 make GCC complain about declarations not at the top of blocks by Benjamin Peterson · 12 years ago
  38. aa96588 merge 3.3 by Benjamin Peterson · 12 years ago
  39. 18b7191 C89 declaration compliance by Benjamin Peterson · 12 years ago
  40. 6fdd7b8 Issue #17964: Fix os.sysconf(): the return type of the C sysconf() function by Victor Stinner · 12 years ago
  41. 0b1bc56 fix compilation on Windows by Victor Stinner · 12 years ago
  42. e8e1459 rather than passing locals to the class body, just execute the class body in the proper environment by Benjamin Peterson · 12 years ago
  43. e914123 Merge with 3.3 by Brian Curtin · 12 years ago
  44. 2502ebf Add Nick Sloan for his contribution to #17732 by Brian Curtin · 12 years ago
  45. 3cb0906 Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't accidentally hang. by Giampaolo Rodola' · 12 years ago
  46. 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' · 12 years ago
  47. dd778eb null mege 3.3 with fix not applicable here by Benjamin Peterson · 12 years ago
  48. 1e93b06 complain about "global __class__" in a class body (closes #17983) by Benjamin Peterson · 12 years ago
  49. 312595c hide the __class__ closure from the class body (#12370) by Benjamin Peterson · 12 years ago
  50. fe361df null-merge from 3.3 by Georg Brandl · 12 years ago
  51. c032f16 post-release update. by Georg Brandl · 12 years ago
  52. 94fd53b - Fix typos in the multiprocessing module. by doko@ubuntu.com · 12 years ago
  53. 9df891c - Fix typos in the multiprocessing module. by doko@ubuntu.com · 12 years ago
  54. bcaddf6 - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 12 years ago
  55. ef53558 - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 12 years ago
  56. dbbf4c8 Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 release by doko@ubuntu.com · 12 years ago
  57. 9aed17f null merge 3.3 from backport by Benjamin Peterson · 12 years ago
  58. e1b4cbc when arguments are cells clear the locals slot (backport of #17927) by Benjamin Peterson · 12 years ago
  59. 9396356 Backout c89febab4648 following private feedback by Guido. by Antoine Pitrou · 12 years ago
  60. b710d7e - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 12 years ago
  61. d486707 - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 12 years ago
  62. cde88dc merge 3.3 (#17968) by Benjamin Peterson · 12 years ago
  63. dedac52 prevent double free in cleanup code (#17968) by Benjamin Peterson · 12 years ago
  64. e1970b8 Fix ResourceWarnings in test_sax by Antoine Pitrou · 12 years ago
  65. 2adb6fe Fix ResourceWarnings in test_sax by Antoine Pitrou · 12 years ago
  66. 6599d0d Merge with 3.3 by Terry Jan Reedy · 12 years ago
  67. bf4cba7 Silence unclosed open file ResourceWarning. by Terry Jan Reedy · 12 years ago
  68. 9c60f66 Complete 2 to 3 conversion by Terry Jan Reedy · 12 years ago
  69. 01180d4 Complete 2 to 3 conversion by Terry Jan Reedy · 12 years ago
  70. 5f18791 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 12 years ago
  71. 7f98739 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 12 years ago
  72. f6b687f remove support GCC PyArg_ParseTuple format patch, last seen in 2006 by Benjamin Peterson · 12 years ago
  73. fa6bdc6 merge 3.3 by Benjamin Peterson · 12 years ago
  74. 901a278 use correct format code for exceptions by Benjamin Peterson · 12 years ago
  75. 159ae41 when an argument is a cell, set the local copy to NULL (see #17927) by Benjamin Peterson · 12 years ago
  76. 3bfc5f5 merge with 3.3 by Georg Brandl · 12 years ago
  77. 0ab18e4 Added tag v3.3.2 for changeset d047928ae3f6 by Georg Brandl · 12 years ago
  78. 84fc4ba Closes #17962: Build with OpenSSL 1.0.1e on Windows. by Georg Brandl · 12 years ago
  79. 997d05d merge by Georg Brandl · 12 years ago
  80. 3068aed Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 12 years ago
  81. 3eab6b3 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 12 years ago
  82. 88f4dd6 bump to 3.3.2 by Georg Brandl · 12 years ago
  83. 7025349 merge with 3.3 by Georg Brandl · 12 years ago
  84. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 12 years ago
  85. 3c6ab22 null-merge reversion of #1159051 patch from 3.3 by Georg Brandl · 12 years ago
  86. 2665f21 merge with 3.3 by Georg Brandl · 12 years ago
  87. b3bd624 Back out patch for #1159051, which caused backwards compatibility problems. by Georg Brandl · 12 years ago
  88. 64949fa merge with 3.2 by Georg Brandl · 12 years ago
  89. a9417d7 merge with 3.2 by Georg Brandl · 12 years ago
  90. c502df4 Issue #17915: Fix interoperability of xml.sax with file objects returned by by Georg Brandl · 12 years ago
  91. 93b061b Issue #1159051: Back out a fix for handling corrupted gzip files that by Georg Brandl · 12 years ago
  92. d1ef30f merge by Georg Brandl · 12 years ago
  93. 831ae84 merge heads by Georg Brandl · 12 years ago
  94. fbb9152 Issue #17838: merge with 3.3 by Georg Brandl · 12 years ago
  95. 0d4931e prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 12 years ago
  96. 43473e3 Diagnostics collected, test disabled for now. by Vinay Sajip · 12 years ago
  97. caf9eb8 Re-enabled test with more diagnostics. by Vinay Sajip · 12 years ago
  98. fc6f4cd merge 3.3 by Benjamin Peterson · 12 years ago
  99. aa6f688 only close non-None files by Benjamin Peterson · 12 years ago
  100. 2e8457d remove unused import by Benjamin Peterson · 12 years ago