1. 3c0481d Close #19798: replace "maximum" term with "peak" in get_traced_memory() by Victor Stinner · 11 years ago
  2. 1314ef7 add SO_PRIORITY (closes #19802) by Benjamin Peterson · 11 years ago
  3. 20c28c1 Combine the FastCall functions in cpickle. by Alexandre Vassalotti · 11 years ago
  4. 687ff0e Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  5. c93329b Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  6. 59463d8 tracemalloc: fix get_traced_memory() docstring for result type by Victor Stinner · 11 years ago
  7. 4dc7420 Issue #18874: Fix typo by Victor Stinner · 11 years ago
  8. 2ead3d2 Issue #18874: make it more explicit than set_reentrant() only accept 0 or 1 by Victor Stinner · 11 years ago
  9. 7a5be14 Issue #18874: tracemalloc: Comment the trace_t structure by Victor Stinner · 11 years ago
  10. de2f132 Issue #18874: tracemalloc: explain the purpose of get_traces.tracebacks in a comment by Victor Stinner · 11 years ago
  11. 000de53 Issue #19752: Fix "HAVE_DEV_PTMX" implementation of os.openpty() by Victor Stinner · 11 years ago
  12. b4a04fb Reverting e39db21df580 eagerly due to buildbot failures. by Alexandre Vassalotti · 11 years ago
  13. f94a041 Combine _Pickler_FastCall and _Unpickler_FastCall in cpickle. by Alexandre Vassalotti · 11 years ago
  14. 1048fb5 Issue #19739: Try to fix compiler warnings on 32-bit Windows. by Alexandre Vassalotti · 11 years ago
  15. 4fbefdb Close #19762: Fix name of _get_traces() and _get_object_traceback() function by Victor Stinner · 11 years ago
  16. ded929b Merge save_int into save_long in cpickle to remove redundant code. by Alexandre Vassalotti · 11 years ago
  17. 8a67f52 Simplify save_bool in cpickle. by Alexandre Vassalotti · 11 years ago
  18. ed8c906 Use Clinic to process arguments in cpickle. by Alexandre Vassalotti · 11 years ago
  19. daa96b7 Merge from 3.3. by Stefan Krah · 11 years ago
  20. 45059eb 1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects by Stefan Krah · 11 years ago
  21. 7587507 Issue #19636: Fix usage of MAX_PATH in posixmodule.c by Victor Stinner · 11 years ago
  22. 6edddfa Issue #19636: Fix posix__getvolumepathname(), raise an OverflowError if by Victor Stinner · 11 years ago
  23. 163d7f0 Cosmetic fixes by Eli Bendersky · 11 years ago
  24. dc6aaec Clinic: fix "self converters" with METH_NOARGS functions. by Larry Hastings · 11 years ago
  25. 08facd2 Issue #19741: cleanup tracemalloc_realloc() by Victor Stinner · 11 years ago
  26. fc91285 Remove code path in cpickle that does not exist in pickle. by Alexandre Vassalotti · 11 years ago
  27. 5296867 Issue #19741: tracemalloc: report tracemalloc_log_alloc() failure to the caller by Victor Stinner · 11 years ago
  28. c49477b Make Ellipsis and NotImplemented picklable through the reduce protocol. by Alexandre Vassalotti · 11 years ago
  29. 4c05d3b Make built-in methods picklable through the reduce protocol. by Alexandre Vassalotti · 11 years ago
  30. d606ba7 Issue #19741: fix tracemalloc_log_alloc(), handle _Py_HASHTABLE_SET() failure by Victor Stinner · 11 years ago
  31. b6a2f2a Make framing optional in pickle protocol 4. by Alexandre Vassalotti · 11 years ago
  32. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  33. ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg by Larry Hastings · 11 years ago
  34. 3a90797 Issue #19722: Added opcode.stack_effect(), which accurately by Larry Hastings · 11 years ago
  35. 32eddc1 Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, by Serhiy Storchaka · 11 years ago
  36. 5c24d0e Issue #13592: Improved the repr for regular expression pattern objects. by Serhiy Storchaka · 11 years ago
  37. c1207c1 Fix signed / unsigned comparison by Antoine Pitrou · 11 years ago
  38. 3062c9a Issue #19641: Added the audioop.byteswap() function to convert big-endian by Serhiy Storchaka · 11 years ago
  39. 2b38fc1 gcc doesn't realize that dummy is always initialized by the function call by Gregory P. Smith · 11 years ago
  40. 310e4c4 merge by Christian Heimes · 11 years ago
  41. e8b1ba1 Issue #17810: Add two missing error checks to save_global by Christian Heimes · 11 years ago
  42. dd52c5a Merge heads by Serhiy Storchaka · 11 years ago
  43. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
  44. 6188d09 Merge by Antoine Pitrou · 11 years ago
  45. 74d8d63 Issue #17810: return -1 on error by Christian Heimes · 11 years ago
  46. 8f2ee6e Fix writing out 64-bit size fields on 32-bit builds by Antoine Pitrou · 11 years ago
  47. b3d3ee4 Issue #17810: Add NULL check to save_frozenset by Christian Heimes · 11 years ago
  48. c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 11 years ago
  49. 46c5deb - Modules/_struct.c (unpackiter_type): Define static. by doko@ubuntu.com · 11 years ago
  50. 91a7af3 Issue #19727: os.utime(..., None) is now potentially more precise under Windows. by Antoine Pitrou · 11 years ago
  51. 93965f7 Issue #19634: time.strftime("%y") now raises a ValueError on Solaris when given by Victor Stinner · 11 years ago
  52. 3728d6c Issue #18874: Remove tracemalloc.set_traceback_limit() by Victor Stinner · 11 years ago
  53. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  54. 2427b50 Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+ by Christian Heimes · 11 years ago
  55. 5398e1a Issue #19448: report name / NID in exception message of ASN1Object by Christian Heimes · 11 years ago
  56. f22e8e5 Issue #18147: Add missing documentation for SSLContext.get_ca_certs(). by Christian Heimes · 11 years ago
  57. 44109d7 Issue #17134: Finalize interface to Windows' certificate store. Cert and by Christian Heimes · 11 years ago
  58. ba72320 silence an overflow warning. slen is smaller than 1MB by Christian Heimes · 11 years ago
  59. 1dbf61f downcast len to int. The code has already checked that len < INT_MAX by Christian Heimes · 11 years ago
  60. 18fc7be lst might be NULL here by Christian Heimes · 11 years ago
  61. 2258779 Issue #8813: Add SSLContext.verify_flags to change the verification flags by Christian Heimes · 11 years ago
  62. e079edd Close #18294: Fix the zlib module to make it 64-bit safe by Victor Stinner · 11 years ago
  63. 949ec14 Issue #19682: Fix compatibility issue with old version of OpenSSL that by Christian Heimes · 11 years ago
  64. bd3a7f9 Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP by Christian Heimes · 11 years ago
  65. efff706 Issue #18138: Implement cadata argument of SSLContext.load_verify_location() by Christian Heimes · 11 years ago
  66. abc716b Issue #19474: Argument Clinic now always specifies a default value for by Larry Hastings · 11 years ago
  67. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  68. e106e5c Issue #19437: Fix error handling of PyCArrayType_new(), don't decreases the by Victor Stinner · 11 years ago
  69. 2399ad5 Issue #19437: Fix error handling of CDataType_from_buffer() by Victor Stinner · 11 years ago
  70. ed4a1c5 Argument Clinic: rename "self" to "module" for module-level functions. by Larry Hastings · 11 years ago
  71. 85ba92a GetVolumePathNameW: downcast bufsize to DWORD by Christian Heimes · 11 years ago
  72. b08ff7d Safely downcast SOCKET_T to int in _ssl module by Christian Heimes · 11 years ago
  73. cc6cdce Remove unused code path from PBKDF2 that is causing a warning on Win64 by Christian Heimes · 11 years ago
  74. 7f4bf9f Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3 by Zachary Ware · 11 years ago
  75. 136f064 Issue #19634: Fix time_strftime() on AIX, format is a wchar_t* not a PyObject* by Victor Stinner · 11 years ago
  76. afccb0a sqlite: Use Py_ssize_t to store a size instead of an int by Victor Stinner · 11 years ago
  77. 3f658be sqlite: raise an OverflowError if a string or a BLOB is longer than INT_MAX by Victor Stinner · 11 years ago
  78. 83e30bf Fix a compiler warning on Windows 64-bit: _sqlite module by Victor Stinner · 11 years ago
  79. 83ed42b sqlite: raise an OverflowError if the result is longer than INT_MAX bytes by Victor Stinner · 11 years ago
  80. 55329f8 Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given a by Victor Stinner · 11 years ago
  81. 61b976f Fix compilation error under gcc of the ctypes module bundled libffi for arm. by Gregory P. Smith · 11 years ago
  82. 7929a1d Fix compilation error under gcc of the ctypes module bundled libffi for arm. by Gregory P. Smith · 11 years ago
  83. a6bc95a Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, NID, short name and long name. by Christian Heimes · 11 years ago
  84. 633db6f Issue #19565: Prevent warnings at shutdown about pending overlapped ops. by Richard Oudkerk · 11 years ago
  85. c610aba Close #19282: Native context management in dbm by Nick Coghlan · 11 years ago
  86. 72967a4 calculate_path() now fails with a fatal error when it fails to allocate memory by Victor Stinner · 11 years ago
  87. 6e51b8f Issue13674 Correct crash with strftime %y format under Windows by Tim Golden · 11 years ago
  88. ce4179d Don't mix wide character strings and byte strings (L"lib/python" VERSION): use by Victor Stinner · 11 years ago
  89. c1a57d3 Fix compiler warnings on Windows 64 bit: add an explicit cast from Py_ssize_t by Victor Stinner · 11 years ago
  90. e990c6e Fix sock_recvfrom_guts(): recvfrom() size is limited to an int on Windows, not by Victor Stinner · 11 years ago
  91. 3b59011 Fix compiler warning on Windows 64 bit: _init_pos_args() result type is by Victor Stinner · 11 years ago
  92. f558778 Fix compiler warning (especially on Windows 64-bit): don't truncate Py_ssize_t by Victor Stinner · 11 years ago
  93. 1109b54 Fix compiler warning on Windows 64-bit: explicit cast size_t to unsigned long by Victor Stinner · 11 years ago
  94. b031427 Issue #19437: Fix parse_envlist() of the posix/nt module, don't call by Victor Stinner · 11 years ago
  95. b80b378 Issue #19437: Fix parse_save_field() of the csv module, handle PyList_Append() by Victor Stinner · 11 years ago
  96. 541067a Issue #19437: Fix array.buffer_info(), handle PyLong_FromVoidPtr() and by Victor Stinner · 11 years ago
  97. 804e05e Issue #19437: Use an identifier for "__name__" string in pickle to improve by Victor Stinner · 11 years ago
  98. 59799a8 Don't use deprecated function PyUnicode_GET_SIZE() by Victor Stinner · 11 years ago
  99. e223439 Issue #19437: Fix ctypes, handle PyCData_GetContainer() and GetKeepedObjects() by Victor Stinner · 11 years ago
  100. 588544d Issue #19437: Fix GetKeepedObjects() of ctypes, handle PyCData_GetContainer() by Victor Stinner · 11 years ago