1. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  2. fbc7851 Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. by Eric Snow · 11 years ago
  3. 9dee304 Issue #18585: speed zipfile import by only generating zipfile._ZipDecryptor on demand by Daniel Holth · 11 years ago
  4. daeffd2 audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of a by Victor Stinner · 11 years ago
  5. 6f055e7 asyncio: make PY34 symbol private (rename it to _PY34) by Victor Stinner · 11 years ago
  6. 1b02da9 Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix. by Antoine Pitrou · 11 years ago
  7. c22eaec merge 3.3 (closes #20108) by Benjamin Peterson · 11 years ago
  8. 3e6ab17 avoid parameter name clash (closes #20108) by Benjamin Peterson · 11 years ago
  9. 393a942 Issue #20101: Merge with 3.3 by Zachary Ware · 11 years ago
  10. 487aedb Issue #20101: Allow test_monotonic to pass on Windows machines on which by Zachary Ware · 11 years ago
  11. f7f58f8 Update pip to the released 1.5 by Donald Stufft · 11 years ago
  12. 009771e (Merge 3.3) Issue #18829: Add tests for the csv module for invalid characters by Victor Stinner · 11 years ago
  13. 6a31b0f Issue #18829: Add tests for the csv module for invalid characters (delimiter, by Victor Stinner · 11 years ago
  14. b672888 Issue #20055: Fix test_shutil under Windows with symlink privileges held. by Antoine Pitrou · 11 years ago
  15. 3f48ac9 Issue #20055: Fix test_shutil under Windows with symlink privileges held. by Antoine Pitrou · 11 years ago
  16. d9ddd3f Update setuptools to 2.0.2 by Donald Stufft · 11 years ago
  17. 73777c4 Update pip to 1.5rc4 by Donald Stufft · 11 years ago
  18. bfd488c Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) by Zachary Ware · 11 years ago
  19. efa2e04 Issue19619: skip zlib error test when zlib not available by Zachary Ware · 11 years ago
  20. 2ee2c95 Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) by Zachary Ware · 11 years ago
  21. b6fac24 Backporing the fix from Issue #12692 by Senthil Kumaran · 11 years ago
  22. 3e86ba4 Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. by Antoine Pitrou · 11 years ago
  23. b5c66f8 Fix breakage in TestSuite.countTestCases() introduced by issue #11798. by Antoine Pitrou · 11 years ago
  24. 156b361 Issue #19918: Fix PurePath.relative_to() under Windows. by Antoine Pitrou · 11 years ago
  25. 68816ef Export asyncio.iscoroutine[function]. by Guido van Rossum · 11 years ago
  26. e6d2f15 Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. by Antoine Pitrou · 11 years ago
  27. c1764dd Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin. by Antoine Pitrou · 11 years ago
  28. ecff5e5 #18116: backport fix to 3.3 since real-world failure mode demonstrated. by R David Murray · 11 years ago
  29. 1896dc5 Update bundled pip to 1.5rc3 by Donald Stufft · 11 years ago
  30. 8c4f57d Issue #20046: Locale alias table no longer contains entities which can be by Serhiy Storchaka · 11 years ago
  31. e190fac Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 11 years ago
  32. 5eb0153 Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 11 years ago
  33. 1b97ed5 Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  34. d97c01f Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  35. e575148 - Issue #20070: Don't run test_urllib2net when network resources are not by doko@ubuntu.com · 11 years ago
  36. bb4b7c1 Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been by Zachary Ware · 11 years ago
  37. e80e806 Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been by Zachary Ware · 11 years ago
  38. b5d5518 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  39. a1de906 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  40. cb13194 Issue #19320: test_tcl no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  41. cc4290b Issue #19320: test_tcl no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  42. 81d2be9 Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  43. 848972c Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  44. a7a4b49 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 11 years ago
  45. 0fd5576 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 11 years ago
  46. 3edcc78 #16832: s/integer/object/ in docs/docstring, and add whatsnew entry. by R David Murray · 11 years ago
  47. ae2ee96 Issue #19744: improve ensurepip error when ssl is missing by Nick Coghlan · 11 years ago
  48. f71cae0 Issue #19728: fix ensurepip name clash with submodule by Nick Coghlan · 11 years ago
  49. 23f597e Further increase tolerance for slow buildbots by Nick Coghlan · 11 years ago
  50. ed9af52 Issue #19734: ignore pip env vars in ensurepip._uninstall by Nick Coghlan · 11 years ago
  51. 6256fcb Close #19734: ignore pip env vars in ensurepip by Nick Coghlan · 11 years ago
  52. eaedaec update Barry's email (#19563) by Benjamin Peterson · 11 years ago
  53. 8fb007f merge 3.3 (#19563) by Benjamin Peterson · 11 years ago
  54. 5bf8c34 Fix bootstrap issue by importing the cgi module lazily by Antoine Pitrou · 11 years ago
  55. e62a404 Fix bootstrap issue by importing the cgi module lazily by Antoine Pitrou · 11 years ago
  56. 20d5ade Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  57. 335a512 Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  58. e8d07a9 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  59. f60b7df Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  60. 23b8cd9 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) by Antoine Pitrou · 11 years ago
  61. 6783487 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) by Antoine Pitrou · 11 years ago
  62. 29fd05f Issue #20045: Fix "setup.py register --list-classifiers". by Antoine Pitrou · 11 years ago
  63. 716b722 Issue #20045: Fix "setup.py register --list-classifiers". by Antoine Pitrou · 11 years ago
  64. 492b989 Fix DeprecationWarnings in test suite by Antoine Pitrou · 11 years ago
  65. 2b7f698 Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called. by Antoine Pitrou · 11 years ago
  66. 17c9326 Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called. by Antoine Pitrou · 11 years ago
  67. 266772a merge by Christian Heimes · 11 years ago
  68. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
  69. 712cb73 Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. by Antoine Pitrou · 11 years ago
  70. 5255b86 skip multiprocessing main handling test when Python is built without threads by Christian Heimes · 11 years ago
  71. 68600c7 asyncio: Fix space in log message about poll time. by Guido van Rossum · 11 years ago
  72. 8b36dac Upgrade pip to 1.5rc2 and setuptools to 2.0.1 by Donald Stufft · 11 years ago
  73. e40c078 Issue #19967: Defer the formating of the traceback in asyncio.Future destructor by Victor Stinner · 11 years ago
  74. ac97bf4 asyncio: Export all abstract protocol and transport classes. Fixes issue #20029. by Guido van Rossum · 11 years ago
  75. bdce938 Update test.outstanding_bugs.py by Zachary Ware · 11 years ago
  76. 32e57ef Update test.outstanding_bugs.py by Zachary Ware · 11 years ago
  77. 6e6ec50 Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 11 years ago
  78. 715233c Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 11 years ago
  79. 0538529 Issue #19946: use public API for multiprocessing start methods by Nick Coghlan · 11 years ago
  80. 9ba75db asyncio: Clean up formatting. by Guido van Rossum · 11 years ago
  81. 4c3c699 Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in by Victor Stinner · 11 years ago
  82. 994bf43 Shorten lines. by Guido van Rossum · 11 years ago
  83. bea3534 Don't use sebTest() in tests for issue #5815. by Serhiy Storchaka · 11 years ago
  84. e36e8be Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. by Zachary Ware · 11 years ago
  85. 16f02d2 Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 11 years ago
  86. c8cc42e Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 11 years ago
  87. ed0b87d Fix the C definition of the sys._debugmallocstats() function: the function has by Victor Stinner · 11 years ago
  88. 36e96b8 (Merge 3.3) Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now by Victor Stinner · 11 years ago
  89. 1e81a39 Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a by Victor Stinner · 11 years ago
  90. 08263f1 (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid by Victor Stinner · 11 years ago
  91. cb1f74e Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 11 years ago
  92. cf58fb5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  93. cac23a5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  94. feae73e Issue #19946: appropriately skip new multiprocessing tests by Nick Coghlan · 11 years ago
  95. 61e851b Remove some dead code in importlib, introduced with the PEP 451 patch. by Eric Snow · 11 years ago
  96. fc45f17 merge 3.3 (#20018) by Benjamin Peterson · 11 years ago
  97. ccedc22 update url to spec (closes #20018) by Benjamin Peterson · 11 years ago
  98. 3f5f436 Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  99. 3c02ece Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  100. 0ce3e9d Merge: #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 11 years ago