1. 965efe9 merge 3.3 by Benjamin Peterson · 11 years ago
  2. 6724612 add test for inequality by Benjamin Peterson · 11 years ago
  3. 447b6e3 Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  4. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  5. 3ee6dab Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled by Serhiy Storchaka · 11 years ago
  6. b10c71d Backed out changeset c0f2b038fc12 by Charles-François Natali · 11 years ago
  7. c7c333d Issue #17683: socket module: return AF_UNIX addresses in Linux abstract by Charles-François Natali · 11 years ago
  8. d66b10e Issue #17684: Fix some test_socket failures due to limited FD passing support by Charles-Francois Natali · 11 years ago
  9. 44feda3 Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an by Charles-Francois Natali · 11 years ago
  10. d2cef8a merge 3.3 by Benjamin Peterson · 11 years ago
  11. 611d901 add recursive repr test by Benjamin Peterson · 11 years ago
  12. e26fa1b Add some testing to verify which module was imported in ET tests. by Eli Bendersky · 11 years ago
  13. c4e98a6 Cleanup more old ET library leftovers by Eli Bendersky · 11 years ago
  14. 46955b2 Issue #17988: remove unused alias for Element and rename the used one by Eli Bendersky · 11 years ago
  15. 3a4fbd8 _elementtree.XMLParser._setevents should support any sequence, not just tuples by Eli Bendersky · 11 years ago
  16. 5b6616d Try to make test more reliable (saw some sporadic failures on buildbots) by Antoine Pitrou · 11 years ago
  17. dc49b2b Try to make test more reliable (saw some sporadic failures on buildbots) by Antoine Pitrou · 11 years ago
  18. c52d113 Issue #11995: test_pydoc doesn't import all sys.path modules anymore. 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. 20c1cdd Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  21. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  22. 10e8c49 Re-enabled skipped test. by Vinay Sajip · 11 years ago
  23. 850800f Merge. by Richard Oudkerk · 11 years ago
  24. 90a2427 Close file before reopening to keep Windows happy in test_sax. by Richard Oudkerk · 11 years ago
  25. 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
  26. 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
  27. 163e982 Undo the deprecation of _asdict(). by Raymond Hettinger · 11 years ago
  28. 4e0172f Deprecate nametuple._asdict() by Raymond Hettinger · 11 years ago
  29. 4d94474 rewrite the parsing of field names to be more consistent wrt recursive expansion by Benjamin Peterson · 11 years ago
  30. 4895363 merge 3.3 by Benjamin Peterson · 11 years ago
  31. d2b58a9 only recursively expand in the format spec (closes #17644) by Benjamin Peterson · 11 years ago
  32. a29ac45 reset __class__, so multiple runs don't fail (closes #17999) 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. 3cb0906 Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't accidentally hang. by Giampaolo Rodola' · 11 years ago
  35. 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
  36. 1e93b06 complain about "global __class__" in a class body (closes #17983) by Benjamin Peterson · 11 years ago
  37. 312595c hide the __class__ closure from the class body (#12370) by Benjamin Peterson · 11 years ago
  38. e1b4cbc when arguments are cells clear the locals slot (backport of #17927) by Benjamin Peterson · 11 years ago
  39. 9396356 Backout c89febab4648 following private feedback by Guido. by Antoine Pitrou · 11 years ago
  40. e1970b8 Fix ResourceWarnings in test_sax by Antoine Pitrou · 11 years ago
  41. 2adb6fe Fix ResourceWarnings in test_sax by Antoine Pitrou · 11 years ago
  42. 159ae41 when an argument is a cell, set the local copy to NULL (see #17927) by Benjamin Peterson · 11 years ago
  43. 3068aed Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  44. 3eab6b3 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  45. 2665f21 merge with 3.3 by Georg Brandl · 11 years ago
  46. b3bd624 Back out patch for #1159051, which caused backwards compatibility problems. by Georg Brandl · 11 years ago
  47. 64949fa merge with 3.2 by Georg Brandl · 11 years ago
  48. c502df4 Issue #17915: Fix interoperability of xml.sax with file objects returned by by Georg Brandl · 11 years ago
  49. 93b061b Issue #1159051: Back out a fix for handling corrupted gzip files that by Georg Brandl · 11 years ago
  50. 43473e3 Diagnostics collected, test disabled for now. by Vinay Sajip · 11 years ago
  51. caf9eb8 Re-enabled test with more diagnostics. by Vinay Sajip · 11 years ago
  52. fc6f4cd merge 3.3 by Benjamin Peterson · 11 years ago
  53. aa6f688 only close non-None files by Benjamin Peterson · 11 years ago
  54. 2e8457d remove unused import by Benjamin Peterson · 11 years ago
  55. 2943cdb simplify #17947 test with weakrefs by Benjamin Peterson · 11 years ago
  56. 6832c81 #17927: Keep frame from referencing cell-ified arguments. by Guido van Rossum · 11 years ago
  57. 79ec9f0 #17809: merge with 3.3. by Ezio Melotti · 12 years ago
  58. ce82d57 #17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak. by Ezio Melotti · 12 years ago
  59. b3c5d85 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 12 years ago
  60. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 12 years ago
  61. 04e70d1 Issue #17807: Generators can now be finalized even when they are part of a reference cycle. by Antoine Pitrou · 12 years ago
  62. d62a514 #17877: merge with 3.3. by Ezio Melotti · 12 years ago
  63. 6bcc0f1 #17877: skip test if the Olson's TZ database is missing. by Ezio Melotti · 12 years ago
  64. 577abe1 Skip failing test pending investigation. by Vinay Sajip · 12 years ago
  65. 37c7465 Issue #11816: Add missing test helper by Nick Coghlan · 12 years ago
  66. 8cecc8c Issue #7330: Implement width and precision (ex: "%5.3s") for the format string by Victor Stinner · 12 years ago
  67. 5f454a0 Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown. by Antoine Pitrou · 12 years ago
  68. d624517 Issue #11816: switch test_peepholer to bytecode_helper by Nick Coghlan · 12 years ago
  69. b39fd0c Issue #11816: multiple improvements to the dis module by Nick Coghlan · 12 years ago
  70. 8575783 Issue #13813: Embed stringification of remote traceback in local by Richard Oudkerk · 12 years ago
  71. 7a3dae0 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 12 years ago
  72. 8408cea Issue #17094: Clear stale thread states after fork(). by Antoine Pitrou · 12 years ago
  73. 39b17c5 Backout 2e446e87ac5b; it breaks the unix buildbots. by Richard Oudkerk · 12 years ago
  74. f359302 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 12 years ago
  75. dea2ec4 Fix a test to not use an assertion for something that could be by Brett Cannon · 12 years ago
  76. 8772b18 Change a test assertion to a conditional so the test will pass on Windows. by Brett Cannon · 12 years ago
  77. 9c1334e #17115: Remove what appears to be a useless chunk of code which broke by Brett Cannon · 12 years ago
  78. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 12 years ago
  79. 4e59af7 #7855: merge with 3.3. by Ezio Melotti · 12 years ago
  80. 28faf03 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 12 years ago
  81. 59115aa Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 12 years ago
  82. 95ea11f add trailing newline to file by Brett Cannon · 12 years ago
  83. 1426853 Move test_imp over to unittest.main() by Brett Cannon · 12 years ago
  84. 130e481 Guard more tests in test_imp requiring imp.load_dynamic() to exist. by Brett Cannon · 12 years ago
  85. 2a9c653 #15902: merge w/ 3.3 by Brett Cannon · 12 years ago
  86. 9d0f772 Issue #15902: Fix imp.load_module() to accept None as a file when by Brett Cannon · 12 years ago
  87. 4072875 merge by Raymond Hettinger · 12 years ago
  88. b98dcc1 Issue #15535: Fix pickling of named tuples. by Raymond Hettinger · 12 years ago
  89. 242db72 Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now raise an OSError with ENOTCONN, instead of an AttributeError, when the SSLSocket is not connected. by Antoine Pitrou · 12 years ago
  90. f6ca26f #17802: merge with 3.3. by Ezio Melotti · 12 years ago
  91. 8e596a7 #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. by Ezio Melotti · 12 years ago
  92. ed52f6c #11078: test___all__ now checks for duplicates in __all__. Initial patch by R. David Murray. by Ezio Melotti · 12 years ago
  93. 4c09c2c Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 12 years ago
  94. 81641d6 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 12 years ago
  95. 3b0431d check local class namespace before reaching for cells (closes #17853) by Benjamin Peterson · 12 years ago
  96. d9fec15 refactor traceback.py to reduce code duplication (closes #17646) by Benjamin Peterson · 12 years ago
  97. 5c08931 merge 3.3 by Benjamin Peterson · 12 years ago
  98. 7d11004 raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867) by Benjamin Peterson · 12 years ago
  99. 337f978 Added base64 module tests for non-binary files. by Serhiy Storchaka · 12 years ago
  100. abac0a7 Added base64 module tests for non-binary files. by Serhiy Storchaka · 12 years ago