1. 0b61ef6 Update bundled pip to 1.5rc1 by Nick Coghlan · 11 years ago
  2. 8afc8f6 Issue #19619: Update What's New for codec blacklist by Nick Coghlan · 11 years ago
  3. c72e4e6 Issue #19619: Blacklist non-text codecs in method API by Nick Coghlan · 11 years ago
  4. 322f5ba Issue #19553: PEP 453 - "make install" and "make altinstall" now install or by Ned Deily · 11 years ago
  5. b8f944f Issue #19649: On OS X, the same set of file names are now installed by Ned Deily · 11 years ago
  6. c06d6fd Issue #14455: Fix maybe_open typo in Plist.fromFile(). by Ned Deily · 11 years ago
  7. f6de9eb #19688: add back and deprecate the internal HTMLParser.unescape() method. by Ezio Melotti · 11 years ago
  8. 32f0c7a or VERIFY_CRL_CHECK_LEAF to verify_flags by Christian Heimes · 11 years ago
  9. d5b200c Issue #19664: fix another flake test_userdict test by Christian Heimes · 11 years ago
  10. f22e8e5 Issue #18147: Add missing documentation for SSLContext.get_ca_certs(). by Christian Heimes · 11 years ago
  11. 44109d7 Issue #17134: Finalize interface to Windows' certificate store. Cert and by Christian Heimes · 11 years ago
  12. d062892 Issue #19681: Apply a quick and minimal band-aid. by Christian Heimes · 11 years ago
  13. 3591587 merge by Christian Heimes · 11 years ago
  14. 5f8b0f5 Issue #19664: test_userdict's repr test no longer depends on the order by Christian Heimes · 11 years ago
  15. 99fc416 trunk merge by Barry Warsaw · 11 years ago
  16. 197a770 - Issue #19555: Restore sysconfig.get_config_var('SO'), with a by Barry Warsaw · 11 years ago
  17. ba72320 silence an overflow warning. slen is smaller than 1MB by Christian Heimes · 11 years ago
  18. d6dc952 one CERT_REQUIRED is enough by Christian Heimes · 11 years ago
  19. 1dbf61f downcast len to int. The code has already checked that len < INT_MAX by Christian Heimes · 11 years ago
  20. 18fc7be lst might be NULL here by Christian Heimes · 11 years ago
  21. 2258779 Issue #8813: Add SSLContext.verify_flags to change the verification flags by Christian Heimes · 11 years ago
  22. e079edd Close #18294: Fix the zlib module to make it 64-bit safe by Victor Stinner · 11 years ago
  23. 8820c23 Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye. by Guido van Rossum · 11 years ago
  24. 9c55a58 asyncio: Make Semaphore(0) work properly. by Guido van Rossum · 11 years ago
  25. d88c6f9 Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  26. 0b1386d Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  27. 1b62760 merge by Christian Heimes · 11 years ago
  28. 949ec14 Issue #19682: Fix compatibility issue with old version of OpenSSL that by Christian Heimes · 11 years ago
  29. c5cf797 Issue #14455: plistlib now supports binary plists and has an updated API. by Ronald Oussoren · 11 years ago
  30. 8455723 Close #19568: Fix bytearray_setslice_linear(), fix handling of by Victor Stinner · 11 years ago
  31. 35f2803 Close #19578: Fix list_ass_subscript(), handle list_resize() failure by Victor Stinner · 11 years ago
  32. a282825 Issue #19183: Simplify test_gdb by Victor Stinner · 11 years ago
  33. f4fd257 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 11 years ago
  34. d9a0182 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 11 years ago
  35. bd3a7f9 Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP by Christian Heimes · 11 years ago
  36. efff706 Issue #18138: Implement cadata argument of SSLContext.load_verify_location() by Christian Heimes · 11 years ago
  37. e6e2d9b Clarify where "Documenting Python" can be found. by Guido van Rossum · 11 years ago
  38. abc716b Issue #19474: Argument Clinic now always specifies a default value for by Larry Hastings · 11 years ago
  39. f3bf35e Issue #16632: Enable DEP and ASLR on Windows. by Christian Heimes · 11 years ago
  40. 552e6c7 Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h by Christian Heimes · 11 years ago
  41. c4ab110 Issue #18775: Add name and block_size attribute to HMAC object. They now by Christian Heimes · 11 years ago
  42. 634919a Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC by Christian Heimes · 11 years ago
  43. 7f48396 Print Tk patchlevel in test_tcl in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  44. 8db1823 Print Tk patchlevel in test_tcl in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  45. 680dc21 update siphash24 test values by Christian Heimes · 11 years ago
  46. a5bcd7c Issue #19183: too many tests depend on the sort order of repr(). by Christian Heimes · 11 years ago
  47. 5132493 Issue #19183: Fix repr() tests of test_gdb, hash() is now platform dependent by Victor Stinner · 11 years ago
  48. 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
  49. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  50. fe32aec configure: use AC_MSG_NOTICE() instead of AC_MSG_WARN() to inform user about C++ compiler. by Christian Heimes · 11 years ago
  51. 0bedc97 configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null. by Christian Heimes · 11 years ago
  52. 75ed890 configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null. by Christian Heimes · 11 years ago
  53. 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
  54. 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
  55. 6715828 _msi.c: Fix compiler warnings on Windows 64-bit by Victor Stinner · 11 years ago
  56. f8e3221 Issue #9566, #19617: Fix more compiler warnings in compile.c on Windows 64-bit by Victor Stinner · 11 years ago
  57. 5323fb0 Issue #19637: fix test_undecodable_env() of test_subprocess on AIX by Victor Stinner · 11 years ago
  58. 85fe8a6 Issue #9566, #19617: New try to fix compilation on Windows by Victor Stinner · 11 years ago
  59. b679a2e Issue #9566, #19617: Fix compilation on Windows by Victor Stinner · 11 years ago
  60. ad9a066 Issue #9566: compile.c uses Py_ssize_t instead of int to store sizes to fix by Victor Stinner · 11 years ago
  61. 1540b16 asyncio: Add streams.start_server(), by Gustavo Carneiro. by Guido van Rossum · 11 years ago
  62. 4a9ee26 #2927: Added the unescape() function to the html module. by Ezio Melotti · 11 years ago
  63. 5160da1 Merge: #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 11 years ago
  64. fb099c9 #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 11 years ago
  65. 0e60f85 Merge from 3.3 by Andrew Kuchling · 11 years ago
  66. 30c5ad2 #1098749: re-word gettext docs to not encourage using pygettext so much. by Andrew Kuchling · 11 years ago
  67. dd7436c Issue #19550: Implement Windows installer changes of PEP 453 (ensurepip). by Martin v. Löwis · 11 years ago
  68. dc2fd51 Remove dead code committed in issue #12892. by Serhiy Storchaka · 11 years ago
  69. f1de55f Also chain codec exceptions that allow weakrefs by Nick Coghlan · 11 years ago
  70. a726192 oops, remove _PyObject_ReprWriter() definition (unwanted change) by Victor Stinner · 11 years ago
  71. f91929b Issue #19646: repr(dict) now uses _PyUnicodeWriter API for better performances by Victor Stinner · 11 years ago
  72. 88a9cd9 Issue #19513: repr(tuple) now uses _PyUnicodeWriter for better performances by Victor Stinner · 11 years ago
  73. 4a58707 Add _PyUnicodeWriter_WriteASCIIString() function by Victor Stinner · 11 years ago
  74. 4d3f109 Issue #19513: Disable overallocation of the PyUnicodeWriter before the last write by Victor Stinner · 11 years ago
  75. 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 11 years ago
  76. a938bcf - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py by doko@ubuntu.com · 11 years ago
  77. 7ad11bf - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py by doko@ubuntu.com · 11 years ago
  78. 61b3dbd - Update config.{guess,sub} for new ports. by doko@ubuntu.com · 11 years ago
  79. ecf4193 - Update config.{guess,sub} for new ports. by doko@ubuntu.com · 11 years ago
  80. d2a5cfa Issue #19596: Null merge with 3.3 by Zachary Ware · 11 years ago
  81. 4accf45 Issue #19596: Set untestable tests in test_importlib to None by Zachary Ware · 11 years ago
  82. b8fb197 Issue #19513: Simplify list_repr() by Victor Stinner · 11 years ago
  83. 99b7b1c null merge (already in 3.4) by Gregory P. Smith · 11 years ago
  84. 30d8e16 Cleanup this test's modification of os.environ in teardown (this already by Gregory P. Smith · 11 years ago
  85. 5c73347 Issue #19513: repr(list) now uses the PyUnicodeWriter API, it is faster than by Victor Stinner · 11 years ago
  86. 6989ba0 Issue #19581: Change the overallocation factor of _PyUnicodeWriter on Windows by Victor Stinner · 11 years ago
  87. f47981f selectors: use a single return. by Charles-François Natali · 11 years ago
  88. e106e5c Issue #19437: Fix error handling of PyCArrayType_new(), don't decreases the by Victor Stinner · 11 years ago
  89. 2399ad5 Issue #19437: Fix error handling of CDataType_from_buffer() by Victor Stinner · 11 years ago
  90. ed4a1c5 Argument Clinic: rename "self" to "module" for module-level functions. by Larry Hastings · 11 years ago
  91. fd32fff Issue #8402: Added the escape() function to the glob module. by Serhiy Storchaka · 11 years ago
  92. e3010fd Relax timing on test_asyncio for busy (slow) Windows buildbots by Victor Stinner · 11 years ago
  93. 85ba92a GetVolumePathNameW: downcast bufsize to DWORD by Christian Heimes · 11 years ago
  94. b08ff7d Safely downcast SOCKET_T to int in _ssl module by Christian Heimes · 11 years ago
  95. cc6cdce Remove unused code path from PBKDF2 that is causing a warning on Win64 by Christian Heimes · 11 years ago
  96. 162307f Fix test.support.bind_port() to not cause an error when Python was compiled by Gregory P. Smith · 11 years ago
  97. 7f4bf9f Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3 by Zachary Ware · 11 years ago
  98. 136f064 Issue #19634: Fix time_strftime() on AIX, format is a wchar_t* not a PyObject* by Victor Stinner · 11 years ago
  99. 3287905 Skip test_asyncio if concurrent.futures can't be imported. Hopeful fix for issue 19645. by Guido van Rossum · 11 years ago
  100. afccb0a sqlite: Use Py_ssize_t to store a size instead of an int by Victor Stinner · 11 years ago