1. b3d3ee4 Issue #17810: Add NULL check to save_frozenset by Christian Heimes · 11 years ago
  2. d41c343 asyncio: Use socketpair() from test_utils in tests (Saúl Ibarra Corretgé). by Guido van Rossum · 11 years ago
  3. 488b0da Fix typo. by Guido van Rossum · 11 years ago
  4. 6bdd986 #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by Ezio Melotti · 11 years ago
  5. 7571941 #19639: update the repr of the match objects in the docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  6. 7cd9fbe Fix whitespace by Antoine Pitrou · 11 years ago
  7. c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 11 years ago
  8. 95401c5 #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references. by Ezio Melotti · 11 years ago
  9. e7f87e1 Fixed incorrectly applying a patch for issue19668. by Serhiy Storchaka · 11 years ago
  10. 59b7ff2 Undo (hopefully) buildbot failures by Antoine Pitrou · 11 years ago
  11. 23828f6 Undo (hopefully) buildbot failures by Antoine Pitrou · 11 years ago
  12. 94097b0 Relax timing even more, hopefully again fixes issue 19579. by Guido van Rossum · 11 years ago
  13. 434d27a Merge heads by Serhiy Storchaka · 11 years ago
  14. 0da64f7 Isue #19634: test_y_before_1900() is expected to fail on Solaris by Victor Stinner · 11 years ago
  15. be0c325 Issue #19668: Added support for the cp1125 encoding. by Serhiy Storchaka · 11 years ago
  16. cfc6901 Add news about pdb fix for yield[from]. by Guido van Rossum · 11 years ago
  17. b17d2aa Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago
  18. e50240c Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago
  19. 5bef410 Tweak ssl docs by Antoine Pitrou · 11 years ago
  20. 46c5deb - Modules/_struct.c (unpackiter_type): Define static. by doko@ubuntu.com · 11 years ago
  21. 5de397e merge by Christian Heimes · 11 years ago
  22. 4c05b47 Issue #19689: Add ssl.create_default_context() factory function. It creates by Christian Heimes · 11 years ago
  23. 2cf3917 Issue #19715: try the utime(..., None) approach again, now that it should be more precise under Windows by Antoine Pitrou · 11 years ago
  24. 91a7af3 Issue #19727: os.utime(..., None) is now potentially more precise under Windows. by Antoine Pitrou · 11 years ago
  25. 93965f7 Issue #19634: time.strftime("%y") now raises a ValueError on Solaris when given by Victor Stinner · 11 years ago
  26. 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 11 years ago
  27. 8b78493 Issue #19716: add a test that Path.touch() doesn't change a file's contents. by Antoine Pitrou · 11 years ago
  28. 6b2ff98 Correct documentation clientAuth -> CLIENT_AUTH by Christian Heimes · 11 years ago
  29. 7e45d25 Merge heads by Serhiy Storchaka · 11 years ago
  30. 514afeb Merge by Michael Foord · 11 years ago
  31. e28bb15 Issue 17457: extend test discovery to support namespace packages by Michael Foord · 11 years ago
  32. d311366 Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 11 years ago
  33. c17565e Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 11 years ago
  34. 8933521 Fix refleak introduced by 4f730c045f5f (issue #18408) and unveiled by 95eea8624d05 (issue #16596). by Antoine Pitrou · 11 years ago
  35. 72d2850 Issue #19292: Add SSLContext.load_default_certs() to load default root CA by Christian Heimes · 11 years ago
  36. a30d82f Document create_connection by Antoine Pitrou · 11 years ago
  37. 9a62a19 Start documenting the event loop by Antoine Pitrou · 11 years ago
  38. 4d1046c Document asyncio transport APIs by Antoine Pitrou · 11 years ago
  39. 3728d6c Issue #18874: Remove tracemalloc.set_traceback_limit() by Victor Stinner · 11 years ago
  40. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  41. 0fb6072 merge by Ned Deily · 11 years ago
  42. aa6a212 Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.4.0b1. by Ned Deily · 11 years ago
  43. dec4338 Fix transport docstrings by Antoine Pitrou · 11 years ago
  44. 2427b50 Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+ by Christian Heimes · 11 years ago
  45. 4a281a1 Issue #19551: Update installer Welcome file. by Ned Deily · 11 years ago
  46. 9fa4ced Update third-party libraries for OS X installers: by Ned Deily · 11 years ago
  47. 44a0db0 Issue #19551: Update whatsnew. by Ned Deily · 11 years ago
  48. 41ab6c3 Issue #19551: PEP 453 - OS X installer now installs or upgrades pip by default. by Ned Deily · 11 years ago
  49. 7bc4b3b Update What's New with PEP 453 progress by Nick Coghlan · 11 years ago
  50. d76cdc1 Close #19694: venv now runs ensurepip in isolated mode by Nick Coghlan · 11 years ago
  51. fd66cc5 Merge from 3.3 by Andrew Kuchling · 11 years ago
  52. f92ef9b Update Itamar's name by Andrew Kuchling · 11 years ago
  53. 9c1aed8 Close #7475: Restore binary & text transform codecs by Nick Coghlan · 11 years ago
  54. 12820c0 Revert utime(..., None) strategy (it has too poor resolution under Windows) and restore the previous test workaround by Antoine Pitrou · 11 years ago
  55. c3055be Trying other strategy for #19715: use utime(..., None) by Antoine Pitrou · 11 years ago
  56. f8d0ff9 Add source link for asyncio. by Guido van Rossum · 11 years ago
  57. bb6694d Try to fix issue #19715 (timestamp rounding inconsistencies under Windows?) by Antoine Pitrou · 11 years ago
  58. 74193af Finish protocol documentation by Antoine Pitrou · 11 years ago
  59. a035e1b Start documenting protocols by Antoine Pitrou · 11 years ago
  60. f0f5d38 Mention threadpool interface in asyncio overview. by Guido van Rossum · 11 years ago
  61. bba8682 Issue #19291: add crude stubs to the asyncio docs by Antoine Pitrou · 11 years ago
  62. 6c86181 Issue #19715: Ensure that consecutive calls to monotonic() are monotonic by Victor Stinner · 11 years ago
  63. 0f57564 Try to debug issue #19715 by Antoine Pitrou · 11 years ago
  64. 2dd38fb Issue #19718: add one more globbing test under POSIX by Antoine Pitrou · 11 years ago
  65. b3931d2 Wording changes by Andrew Kuchling · 11 years ago
  66. 02ac74e merge by Brett Cannon · 11 years ago
  67. fe77f4e Issue #19718: Add a case-insensitive FS check to test.support to use by Brett Cannon · 11 years ago
  68. 2f66ffa Merge heads. by Eric Snow · 11 years ago
  69. 2ba66eb Issue #19724: clear out colliding temp module. by Eric Snow · 11 years ago
  70. 7a4e2d1 Wording changes to pathlib docs. by Andrew Kuchling · 11 years ago
  71. e0d641ab trunk merge by Barry Warsaw · 11 years ago
  72. 9121f8d Issue 19555 for distutils, plus a little clean up (pyflakes, line lengths). by Barry Warsaw · 11 years ago
  73. 4da459c Fix markup of notes recommending asyncio. by Guido van Rossum · 11 years ago
  74. 9ae8742 Merge heads by Zachary Ware · 11 years ago
  75. e19e3f0 Issue #18326: merge with 3.3 by Zachary Ware · 11 years ago
  76. e1391a0 Issue #18326: Clarify that list.sort's arguments are keyword-only. by Zachary Ware · 11 years ago
  77. aa40775 Add note to asyncore/asynchat recommending asyncio for new code. by Guido van Rossum · 11 years ago
  78. 5467da8 Move select, selectors, asyncio to section 18 (IPC). by Guido van Rossum · 11 years ago
  79. 58ca93c NEWS entry for module name repr commit by Brett Cannon · 11 years ago
  80. df38a80 merge by Brett Cannon · 11 years ago
  81. 224b261 User the repr for a module name in more places by Brett Cannon · 11 years ago
  82. 7a46564 asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl Ibarra Corretgé (mostly). by Guido van Rossum · 11 years ago
  83. 873d122 Make test_importlib output easier to trace back to the failing test class. by Brett Cannon · 11 years ago
  84. e0c3bd7 Issue #18864: Don't try and use unittest as a testing module for by Brett Cannon · 11 years ago
  85. a24348c Make some tests more verbose in the face of failure by Brett Cannon · 11 years ago
  86. baacf4d Update xz to 5.0.5. by Martin v. Löwis · 11 years ago
  87. bc2f0ba Update SQLite to 3.8.1 on Windows. by Martin v. Löwis · 11 years ago
  88. 175e725 Remove a commented-out line by Brett Cannon · 11 years ago
  89. 330ce59 Hopefully fix test_is_socket_true by Antoine Pitrou · 11 years ago
  90. fddc311 Don't assume trying to find a builtin will succeed (e.g. posix isn't on Windows) by Brett Cannon · 11 years ago
  91. 29eac42 Fix test failure under systems with an incompatible locale by Antoine Pitrou · 11 years ago
  92. 0325a21 Fix whitespace by Antoine Pitrou · 11 years ago
  93. 31119e4 Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). by Antoine Pitrou · 11 years ago
  94. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  95. 9e6097e Trunk merge. by Barry Warsaw · 11 years ago
  96. 87b9637 A fix for issue 19555 on Windows. by Barry Warsaw · 11 years ago
  97. 5398e1a Issue #19448: report name / NID in exception message of ASN1Object by Christian Heimes · 11 years ago
  98. c2d65e1 Issue #17134: check certs of CA and ROOT system store by Christian Heimes · 11 years ago
  99. 50c48b8 Close #17916: dis.Bytecode based replacement for distb by Nick Coghlan · 11 years ago
  100. 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 11 years ago