1. b672888 Issue #20055: Fix test_shutil under Windows with symlink privileges held. by Antoine Pitrou · 11 years ago
  2. 3f48ac9 Issue #20055: Fix test_shutil under Windows with symlink privileges held. by Antoine Pitrou · 11 years ago
  3. d9ddd3f Update setuptools to 2.0.2 by Donald Stufft · 11 years ago
  4. 73777c4 Update pip to 1.5rc4 by Donald Stufft · 11 years ago
  5. bfd488c Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) by Zachary Ware · 11 years ago
  6. efa2e04 Issue19619: skip zlib error test when zlib not available by Zachary Ware · 11 years ago
  7. 2ee2c95 Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) by Zachary Ware · 11 years ago
  8. b6fac24 Backporing the fix from Issue #12692 by Senthil Kumaran · 11 years ago
  9. 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
  10. b5c66f8 Fix breakage in TestSuite.countTestCases() introduced by issue #11798. by Antoine Pitrou · 11 years ago
  11. 156b361 Issue #19918: Fix PurePath.relative_to() under Windows. by Antoine Pitrou · 11 years ago
  12. 68816ef Export asyncio.iscoroutine[function]. by Guido van Rossum · 11 years ago
  13. 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
  14. c1764dd Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin. by Antoine Pitrou · 11 years ago
  15. ecff5e5 #18116: backport fix to 3.3 since real-world failure mode demonstrated. by R David Murray · 11 years ago
  16. 1896dc5 Update bundled pip to 1.5rc3 by Donald Stufft · 11 years ago
  17. 8c4f57d Issue #20046: Locale alias table no longer contains entities which can be by Serhiy Storchaka · 11 years ago
  18. e190fac Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 11 years ago
  19. 5eb0153 Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 11 years ago
  20. 1b97ed5 Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  21. d97c01f Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  22. e575148 - Issue #20070: Don't run test_urllib2net when network resources are not by doko@ubuntu.com · 11 years ago
  23. bb4b7c1 Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been by Zachary Ware · 11 years ago
  24. e80e806 Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been by Zachary Ware · 11 years ago
  25. b5d5518 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  26. a1de906 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  27. cb13194 Issue #19320: test_tcl no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  28. cc4290b Issue #19320: test_tcl no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  29. 81d2be9 Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  30. 848972c Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  31. a7a4b49 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 11 years ago
  32. 0fd5576 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 11 years ago
  33. 3edcc78 #16832: s/integer/object/ in docs/docstring, and add whatsnew entry. by R David Murray · 11 years ago
  34. ae2ee96 Issue #19744: improve ensurepip error when ssl is missing by Nick Coghlan · 11 years ago
  35. f71cae0 Issue #19728: fix ensurepip name clash with submodule by Nick Coghlan · 11 years ago
  36. 23f597e Further increase tolerance for slow buildbots by Nick Coghlan · 11 years ago
  37. ed9af52 Issue #19734: ignore pip env vars in ensurepip._uninstall by Nick Coghlan · 11 years ago
  38. 6256fcb Close #19734: ignore pip env vars in ensurepip by Nick Coghlan · 11 years ago
  39. eaedaec update Barry's email (#19563) by Benjamin Peterson · 11 years ago
  40. 8fb007f merge 3.3 (#19563) by Benjamin Peterson · 11 years ago
  41. 5bf8c34 Fix bootstrap issue by importing the cgi module lazily by Antoine Pitrou · 11 years ago
  42. e62a404 Fix bootstrap issue by importing the cgi module lazily by Antoine Pitrou · 11 years ago
  43. 20d5ade Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  44. 335a512 Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  45. e8d07a9 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  46. f60b7df Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  47. 23b8cd9 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) by Antoine Pitrou · 11 years ago
  48. 6783487 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) by Antoine Pitrou · 11 years ago
  49. 29fd05f Issue #20045: Fix "setup.py register --list-classifiers". by Antoine Pitrou · 11 years ago
  50. 716b722 Issue #20045: Fix "setup.py register --list-classifiers". by Antoine Pitrou · 11 years ago
  51. 492b989 Fix DeprecationWarnings in test suite by Antoine Pitrou · 11 years ago
  52. 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
  53. 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
  54. 266772a merge by Christian Heimes · 11 years ago
  55. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
  56. 712cb73 Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. by Antoine Pitrou · 11 years ago
  57. 5255b86 skip multiprocessing main handling test when Python is built without threads by Christian Heimes · 11 years ago
  58. 68600c7 asyncio: Fix space in log message about poll time. by Guido van Rossum · 11 years ago
  59. 8b36dac Upgrade pip to 1.5rc2 and setuptools to 2.0.1 by Donald Stufft · 11 years ago
  60. e40c078 Issue #19967: Defer the formating of the traceback in asyncio.Future destructor by Victor Stinner · 11 years ago
  61. ac97bf4 asyncio: Export all abstract protocol and transport classes. Fixes issue #20029. by Guido van Rossum · 11 years ago
  62. bdce938 Update test.outstanding_bugs.py by Zachary Ware · 11 years ago
  63. 32e57ef Update test.outstanding_bugs.py by Zachary Ware · 11 years ago
  64. 6e6ec50 Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 11 years ago
  65. 715233c Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 11 years ago
  66. 0538529 Issue #19946: use public API for multiprocessing start methods by Nick Coghlan · 11 years ago
  67. 9ba75db asyncio: Clean up formatting. by Guido van Rossum · 11 years ago
  68. 4c3c699 Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in by Victor Stinner · 11 years ago
  69. 994bf43 Shorten lines. by Guido van Rossum · 11 years ago
  70. bea3534 Don't use sebTest() in tests for issue #5815. by Serhiy Storchaka · 11 years ago
  71. e36e8be Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. by Zachary Ware · 11 years ago
  72. 16f02d2 Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 11 years ago
  73. c8cc42e Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 11 years ago
  74. ed0b87d Fix the C definition of the sys._debugmallocstats() function: the function has by Victor Stinner · 11 years ago
  75. 36e96b8 (Merge 3.3) Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now by Victor Stinner · 11 years ago
  76. 1e81a39 Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a by Victor Stinner · 11 years ago
  77. 08263f1 (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid by Victor Stinner · 11 years ago
  78. cb1f74e Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 11 years ago
  79. cf58fb5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  80. cac23a5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  81. feae73e Issue #19946: appropriately skip new multiprocessing tests by Nick Coghlan · 11 years ago
  82. 61e851b Remove some dead code in importlib, introduced with the PEP 451 patch. by Eric Snow · 11 years ago
  83. fc45f17 merge 3.3 (#20018) by Benjamin Peterson · 11 years ago
  84. ccedc22 update url to spec (closes #20018) by Benjamin Peterson · 11 years ago
  85. 3f5f436 Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  86. 3c02ece Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  87. 0ce3e9d Merge: #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 11 years ago
  88. 4be1e24 #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 11 years ago
  89. 74940dc Issue #20006: Fix sporadic failures in test_weakset. by Antoine Pitrou · 11 years ago
  90. 320b391 Issue #20006: Fix sporadic failures in test_weakset. by Antoine Pitrou · 11 years ago
  91. 0c73fc0 Revert misled test change in f189da5bda26. by Antoine Pitrou · 11 years ago
  92. cac05e2 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  93. 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  94. 9a76735 Close #19946: use runpy as needed in multiprocessing by Nick Coghlan · 11 years ago
  95. 1d006a2 Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows by Victor Stinner · 11 years ago
  96. fffb96b Issue #18283: shutil.which() now supports bytes argument, not only text argument. by Victor Stinner · 11 years ago
  97. a4275b2 (Merge 3.3) Close #19999: tolerate coarse time when testing time.monotonic() on by Victor Stinner · 11 years ago
  98. 1700788 Close #19999: tolerate coarse time when testing time.monotonic() on very by Victor Stinner · 11 years ago
  99. bd9cbb0 Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns by Christian Heimes · 11 years ago
  100. de57074 Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns by Christian Heimes · 11 years ago