1. c135fa4 Fix last remaining build issues of _ssl under old OpenSSLs. Patch by Vinay. by Antoine Pitrou · 12 years ago
  2. 7b77188 Create _attr/_attrNS lazily. by Martin v. Löwis · 12 years ago
  3. 14aa280 Use __slots__ throughout instead of __dict__, to reduce the memory usage. by Martin v. Löwis · 12 years ago
  4. b900d6a initialize __dict__ if needed by Benjamin Peterson · 12 years ago
  5. 01d7eba allow arbitrary attributes on classmethod and staticmethod (closes #14051) by Benjamin Peterson · 12 years ago
  6. 14ed7f2 Test for issue #13500 by Jesus Cea · 12 years ago
  7. 3ccc918 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  8. cd96b4f Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  9. ec1712a Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  10. aa2c670 Merge branch '3.2' by Petri Lehtinen · 12 years ago
  11. c86d9e2 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 12 years ago
  12. a9bf2ac Try to really fix compilation failures of the _ssl module under very old OpenSSLs. by Antoine Pitrou · 12 years ago
  13. f1fd388 Branch merge by Éric Araujo · 12 years ago
  14. 2180ee6 Fix code I unwittingly broke in b0e2d6592a1f (#14038) by Éric Araujo · 12 years ago
  15. 082f177 Fix importlib.test.__main__ to only worry about command-line flags when directly executed. by Brett Cannon · 12 years ago
  16. f2e8675 Optimize importlib's case-sensitivity check by wasting as little time as possible under case-sensitive OSs. by Brett Cannon · 12 years ago
  17. 1f14beb Have importlib.test use argparse instead of some hacked up solution. by Brett Cannon · 12 years ago
  18. ba17fe2 Have importlib use os.replace() for atomic renaming. by Brett Cannon · 12 years ago
  19. f58d45c Tweak the handling of the empty string in sys.path for importlib. by Brett Cannon · 12 years ago
  20. 22e7c88 Merge by Brett Cannon · 12 years ago
  21. 3b1a06c importlib.__import__() now raises ValueError when level < 0. by Brett Cannon · 12 years ago
  22. 1639505 fix the _namespace_map cleanup for cElementTree tests. by Florent Xicluna · 12 years ago
  23. e59a306 The C accelerator was not always imported for cElementTree's tests. (there's still an issue with --huntrleaks switch) by Florent Xicluna · 12 years ago
  24. 8e3926a Merge. by Charles-François Natali · 12 years ago
  25. 4a72ebe Issue #13878: Fix random test_sched failures. by Charles-François Natali · 12 years ago
  26. f670ca5 Issue #13878: Fix random test_sched failures. by Charles-François Natali · 12 years ago
  27. 7fab676 Refactor importlib.__import__() and _gcd_import() to facilitate using by Brett Cannon · 12 years ago
  28. e8c5fdb Add test for packaging.util.set_platform (#13974). by Éric Araujo · 12 years ago
  29. 292f9a8 make TestAccelerator[Not]Imported for ElementTree more robust by Eli Bendersky · 12 years ago
  30. 66e6f8e Disabling a test that fails on some bots. Will investigate the failure soon by Eli Bendersky · 12 years ago
  31. 5b791fb Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 12 years ago
  32. a124a68 don't use assertSameElements. by Gregory P. Smith · 12 years ago
  33. 05f5953 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 12 years ago
  34. da57819 in the tests of ElementTree, verify that the C accelerator is imported or not imported as expected by Eli Bendersky · 12 years ago
  35. 4aec776 (Merge 3.2) Issue #13913: Another fix test_pep3120 for the UTF-8 codec name by Victor Stinner · 12 years ago
  36. 5c724a8 Issue #13913: Another fix test_pep3120 for the UTF-8 codec name by Victor Stinner · 12 years ago
  37. cd77815 Issue #11836: document and expose multiprocessing.SimpleQueue by Sandro Tosi · 12 years ago
  38. 10e467c (Merge 3.2) Issue #13913: Fix test_pep3120 for the UTF-8 codec name by Victor Stinner · 12 years ago
  39. 1303298 Issue #13913: Fix test_pep3120 for the UTF-8 codec name by Victor Stinner · 12 years ago
  40. 482ee66 Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body(). by Antoine Pitrou · 12 years ago
  41. 2640b52 Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body(). by Antoine Pitrou · 12 years ago
  42. 43df889 Fix for packaging test failure on shared builds (#1326113) by Éric Araujo · 12 years ago
  43. a76eff7 Merge fix from 3.2 by Éric Araujo · 12 years ago
  44. 2a57a36 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 12 years ago
  45. 4575afc Fix parsing of packaging’s build_ext --libraries option (#1326113) by Éric Araujo · 12 years ago
  46. 1d175f7 Merge fixes for #1326113 and #12297 from 3.2 by Éric Araujo · 12 years ago
  47. b2f5c0a Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 12 years ago
  48. 0568d6f Bring importlib in line w/ changes made in my personal bootstrap branch in the sandbox. by Brett Cannon · 12 years ago
  49. 06b57ef Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode. by Antoine Pitrou · 12 years ago
  50. 7113562 Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode. by Antoine Pitrou · 12 years ago
  51. ffeee35 Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 12 years ago
  52. 53ec8ae re.escape os.sep so that \ is interpreted properly in the regex. by Gregory P. Smith · 12 years ago
  53. a127ecb import re for the previous commit. by Gregory P. Smith · 12 years ago
  54. 9903c70 re.escape os.sep so that \ is interpreted properly in the regex. by Gregory P. Smith · 12 years ago
  55. aed5553 Issue #13930: fix a / to use os.sep so that the test works on Windows. by Gregory P. Smith · 12 years ago
  56. 93b98ca Issue #13930: fix a / to use os.sep so that the test works on Windows. by Gregory P. Smith · 12 years ago
  57. 3634bfb lib2to3 tests: Don't use deprecated API, switch to assertRegex() by Victor Stinner · 12 years ago
  58. 5e4d908 Merge the indexfix and comments clean up. by Ezio Melotti · 12 years ago
  59. e31dded Fix an index and clean up comments. by Ezio Melotti · 12 years ago
  60. 610a0b6 Merge fix for HTMLParser and improvements in declarations handling. by Ezio Melotti · 12 years ago
  61. f4ab491 Improve handling of declarations in HTMLParser. by Ezio Melotti · 12 years ago
  62. 86f6712 Fix htmlparser tests to always use the right collector. by Ezio Melotti · 12 years ago
  63. 6c3da6e Fix xml_etree_c test error (follow up of issue #13988). by Florent Xicluna · 12 years ago
  64. a72a98f Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. by Florent Xicluna · 12 years ago
  65. d1c7b1a #13993: merge with 3.2. by Ezio Melotti · 12 years ago
  66. 5211ffe #13993: HTMLParser is now able to handle broken end tags when strict=False. by Ezio Melotti · 12 years ago
  67. 3dc74c0 fix whitespace normalization before pushing. by Gregory P. Smith · 12 years ago
  68. efc66f9 fix whitespace normalization before pushing. by Gregory P. Smith · 12 years ago
  69. db66310 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 12 years ago
  70. 58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 12 years ago
  71. c7551a1 Merge branch '3.2' by Petri Lehtinen · 12 years ago
  72. 51d04d1 Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 12 years ago
  73. 425b8e8 Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643). by Antoine Pitrou · 12 years ago
  74. 54411c1 Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643). by Antoine Pitrou · 12 years ago
  75. 2f234db Merge with remote. by Ross Lagerwall · 12 years ago
  76. 003c7a3 Fix a typo. by Ross Lagerwall · 12 years ago
  77. ab66d2a Attempt to speed up some subprocess tests (and hopefully keep them reliable). by Ross Lagerwall · 12 years ago
  78. b9df745 Port the fix for #13193 to packaging by Éric Araujo · 12 years ago
  79. a9d2b64 Merge fixes for #13193 and FAQ from 3.2 by Éric Araujo · 12 years ago
  80. 9ce366a Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 12 years ago
  81. ae557d7 Fix seekable() in BZ2File and LZMAFile to check whether the underlying file supports seek(). by Nadeem Vawda · 12 years ago
  82. be66af4 Clean up GzipFile mode string handling code. by Nadeem Vawda · 12 years ago
  83. d1a1071 Merge: #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 12 years ago
  84. 30d94b7 Issue #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 12 years ago
  85. f4bdf4e Issue #13988: move the python bootstrap code to cElementTree.py, and remove obsolete code for Python 2.4 and 2.5. by Florent Xicluna · 12 years ago
  86. 353c107 simplify by Philip Jenvey · 12 years ago
  87. 7347df1 Issue #13590: merge by Ned Deily · 12 years ago
  88. 9937748 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 12 years ago
  89. 176630e #13960: merge with 3.2. by Ezio Melotti · 12 years ago
  90. fa3702d #13960: HTMLParser is now able to handle broken comments when strict=False. by Ezio Melotti · 12 years ago
  91. 9f90a73 Use sys.version_info instead of sys.version in packaging. by Éric Araujo · 12 years ago
  92. ea0b1ed Branch merge by Éric Araujo · 12 years ago
  93. 692a493 Start improving 2to3 code in packaging (#13462). by Éric Araujo · 12 years ago
  94. 1a765f5 Synchronize packaging.tests.support with distutils2 by Éric Araujo · 12 years ago
  95. 6e1f564 More boolean tests for packaging metadata environment markers by Éric Araujo · 12 years ago
  96. ac03a2b Remove unneeded import by Éric Araujo · 12 years ago
  97. bc35beb Undocument and clean up sqlite3.OptimizedUnicode by Petri Lehtinen · 12 years ago
  98. 5c69b66 Group commands by topic in “pysetup run --list-commands” output. by Éric Araujo · 12 years ago
  99. 4a2e1a0 Undo a bad mq management thingy. by Brett Cannon · 12 years ago
  100. 9777109 Whitespace normalization. by Brett Cannon · 12 years ago