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