1. 74193af Finish protocol documentation by Antoine Pitrou · 11 years ago
  2. a035e1b Start documenting protocols by Antoine Pitrou · 11 years ago
  3. f0f5d38 Mention threadpool interface in asyncio overview. by Guido van Rossum · 11 years ago
  4. bba8682 Issue #19291: add crude stubs to the asyncio docs by Antoine Pitrou · 11 years ago
  5. 6c86181 Issue #19715: Ensure that consecutive calls to monotonic() are monotonic by Victor Stinner · 11 years ago
  6. 0f57564 Try to debug issue #19715 by Antoine Pitrou · 11 years ago
  7. 2dd38fb Issue #19718: add one more globbing test under POSIX by Antoine Pitrou · 11 years ago
  8. b3931d2 Wording changes by Andrew Kuchling · 11 years ago
  9. 02ac74e merge by Brett Cannon · 11 years ago
  10. fe77f4e Issue #19718: Add a case-insensitive FS check to test.support to use by Brett Cannon · 11 years ago
  11. 2f66ffa Merge heads. by Eric Snow · 11 years ago
  12. 2ba66eb Issue #19724: clear out colliding temp module. by Eric Snow · 11 years ago
  13. 7a4e2d1 Wording changes to pathlib docs. by Andrew Kuchling · 11 years ago
  14. e0d641ab trunk merge by Barry Warsaw · 11 years ago
  15. 9121f8d Issue 19555 for distutils, plus a little clean up (pyflakes, line lengths). by Barry Warsaw · 11 years ago
  16. 4da459c Fix markup of notes recommending asyncio. by Guido van Rossum · 11 years ago
  17. 9ae8742 Merge heads by Zachary Ware · 11 years ago
  18. e19e3f0 Issue #18326: merge with 3.3 by Zachary Ware · 11 years ago
  19. e1391a0 Issue #18326: Clarify that list.sort's arguments are keyword-only. by Zachary Ware · 11 years ago
  20. aa40775 Add note to asyncore/asynchat recommending asyncio for new code. by Guido van Rossum · 11 years ago
  21. 5467da8 Move select, selectors, asyncio to section 18 (IPC). by Guido van Rossum · 11 years ago
  22. 58ca93c NEWS entry for module name repr commit by Brett Cannon · 11 years ago
  23. df38a80 merge by Brett Cannon · 11 years ago
  24. 224b261 User the repr for a module name in more places by Brett Cannon · 11 years ago
  25. 7a46564 asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl Ibarra Corretgé (mostly). by Guido van Rossum · 11 years ago
  26. 873d122 Make test_importlib output easier to trace back to the failing test class. by Brett Cannon · 11 years ago
  27. e0c3bd7 Issue #18864: Don't try and use unittest as a testing module for by Brett Cannon · 11 years ago
  28. a24348c Make some tests more verbose in the face of failure by Brett Cannon · 11 years ago
  29. baacf4d Update xz to 5.0.5. by Martin v. Löwis · 11 years ago
  30. bc2f0ba Update SQLite to 3.8.1 on Windows. by Martin v. Löwis · 11 years ago
  31. 175e725 Remove a commented-out line by Brett Cannon · 11 years ago
  32. 330ce59 Hopefully fix test_is_socket_true by Antoine Pitrou · 11 years ago
  33. fddc311 Don't assume trying to find a builtin will succeed (e.g. posix isn't on Windows) by Brett Cannon · 11 years ago
  34. 29eac42 Fix test failure under systems with an incompatible locale by Antoine Pitrou · 11 years ago
  35. 0325a21 Fix whitespace by Antoine Pitrou · 11 years ago
  36. 31119e4 Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). by Antoine Pitrou · 11 years ago
  37. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  38. 9e6097e Trunk merge. by Barry Warsaw · 11 years ago
  39. 87b9637 A fix for issue 19555 on Windows. by Barry Warsaw · 11 years ago
  40. 5398e1a Issue #19448: report name / NID in exception message of ASN1Object by Christian Heimes · 11 years ago
  41. c2d65e1 Issue #17134: check certs of CA and ROOT system store by Christian Heimes · 11 years ago
  42. 50c48b8 Close #17916: dis.Bytecode based replacement for distb by Nick Coghlan · 11 years ago
  43. 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 11 years ago
  44. 0b61ef6 Update bundled pip to 1.5rc1 by Nick Coghlan · 11 years ago
  45. 8afc8f6 Issue #19619: Update What's New for codec blacklist by Nick Coghlan · 11 years ago
  46. c72e4e6 Issue #19619: Blacklist non-text codecs in method API by Nick Coghlan · 11 years ago
  47. 322f5ba Issue #19553: PEP 453 - "make install" and "make altinstall" now install or by Ned Deily · 11 years ago
  48. b8f944f Issue #19649: On OS X, the same set of file names are now installed by Ned Deily · 11 years ago
  49. c06d6fd Issue #14455: Fix maybe_open typo in Plist.fromFile(). by Ned Deily · 11 years ago
  50. f6de9eb #19688: add back and deprecate the internal HTMLParser.unescape() method. by Ezio Melotti · 11 years ago
  51. 32f0c7a or VERIFY_CRL_CHECK_LEAF to verify_flags by Christian Heimes · 11 years ago
  52. d5b200c Issue #19664: fix another flake test_userdict test by Christian Heimes · 11 years ago
  53. f22e8e5 Issue #18147: Add missing documentation for SSLContext.get_ca_certs(). by Christian Heimes · 11 years ago
  54. 44109d7 Issue #17134: Finalize interface to Windows' certificate store. Cert and by Christian Heimes · 11 years ago
  55. d062892 Issue #19681: Apply a quick and minimal band-aid. by Christian Heimes · 11 years ago
  56. 3591587 merge by Christian Heimes · 11 years ago
  57. 5f8b0f5 Issue #19664: test_userdict's repr test no longer depends on the order by Christian Heimes · 11 years ago
  58. 99fc416 trunk merge by Barry Warsaw · 11 years ago
  59. 197a770 - Issue #19555: Restore sysconfig.get_config_var('SO'), with a by Barry Warsaw · 11 years ago
  60. ba72320 silence an overflow warning. slen is smaller than 1MB by Christian Heimes · 11 years ago
  61. d6dc952 one CERT_REQUIRED is enough by Christian Heimes · 11 years ago
  62. 1dbf61f downcast len to int. The code has already checked that len < INT_MAX by Christian Heimes · 11 years ago
  63. 18fc7be lst might be NULL here by Christian Heimes · 11 years ago
  64. 2258779 Issue #8813: Add SSLContext.verify_flags to change the verification flags by Christian Heimes · 11 years ago
  65. e079edd Close #18294: Fix the zlib module to make it 64-bit safe by Victor Stinner · 11 years ago
  66. 8820c23 Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye. by Guido van Rossum · 11 years ago
  67. 9c55a58 asyncio: Make Semaphore(0) work properly. by Guido van Rossum · 11 years ago
  68. d88c6f9 Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  69. 0b1386d Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  70. 1b62760 merge by Christian Heimes · 11 years ago
  71. 949ec14 Issue #19682: Fix compatibility issue with old version of OpenSSL that by Christian Heimes · 11 years ago
  72. c5cf797 Issue #14455: plistlib now supports binary plists and has an updated API. by Ronald Oussoren · 11 years ago
  73. 8455723 Close #19568: Fix bytearray_setslice_linear(), fix handling of by Victor Stinner · 11 years ago
  74. 35f2803 Close #19578: Fix list_ass_subscript(), handle list_resize() failure by Victor Stinner · 11 years ago
  75. a282825 Issue #19183: Simplify test_gdb by Victor Stinner · 11 years ago
  76. f4fd257 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 11 years ago
  77. d9a0182 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 11 years ago
  78. bd3a7f9 Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP by Christian Heimes · 11 years ago
  79. efff706 Issue #18138: Implement cadata argument of SSLContext.load_verify_location() by Christian Heimes · 11 years ago
  80. e6e2d9b Clarify where "Documenting Python" can be found. by Guido van Rossum · 11 years ago
  81. abc716b Issue #19474: Argument Clinic now always specifies a default value for by Larry Hastings · 11 years ago
  82. f3bf35e Issue #16632: Enable DEP and ASLR on Windows. by Christian Heimes · 11 years ago
  83. 552e6c7 Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h by Christian Heimes · 11 years ago
  84. c4ab110 Issue #18775: Add name and block_size attribute to HMAC object. They now by Christian Heimes · 11 years ago
  85. 634919a Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC by Christian Heimes · 11 years ago
  86. 7f48396 Print Tk patchlevel in test_tcl in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  87. 8db1823 Print Tk patchlevel in test_tcl in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  88. 680dc21 update siphash24 test values by Christian Heimes · 11 years ago
  89. a5bcd7c Issue #19183: too many tests depend on the sort order of repr(). by Christian Heimes · 11 years ago
  90. 5132493 Issue #19183: Fix repr() tests of test_gdb, hash() is now platform dependent by Victor Stinner · 11 years ago
  91. 156983a Issue #19183: test_gdb's test_dict was failing on some machines as the order or dict keys has changed again. by Christian Heimes · 11 years ago
  92. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  93. fe32aec configure: use AC_MSG_NOTICE() instead of AC_MSG_WARN() to inform user about C++ compiler. by Christian Heimes · 11 years ago
  94. 0bedc97 configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null. by Christian Heimes · 11 years ago
  95. 75ed890 configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null. by Christian Heimes · 11 years ago
  96. 888dcc3 Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly. by Christian Heimes · 11 years ago
  97. 2658dd7 Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly. by Christian Heimes · 11 years ago
  98. 6715828 _msi.c: Fix compiler warnings on Windows 64-bit by Victor Stinner · 11 years ago
  99. f8e3221 Issue #9566, #19617: Fix more compiler warnings in compile.c on Windows 64-bit by Victor Stinner · 11 years ago
  100. 5323fb0 Issue #19637: fix test_undecodable_env() of test_subprocess on AIX by Victor Stinner · 11 years ago