1. 48b7df7 exclude _hashopenssl.c:_setException() from LCOV coverage by Christian Heimes · 11 years ago
  2. 638aebd Fix broken docstring continuation line for detach(). by Guido van Rossum · 11 years ago
  3. bd306db silence unused-value warnings in libffi's dlmalloc.c by Christian Heimes · 11 years ago
  4. ecb4e6a Silence more PyObject_INIT() unused value warnings. by Christian Heimes · 11 years ago
  5. a3da7c5 make char* const by Christian Heimes · 11 years ago
  6. 47f02e5 ncurses' winch and mvwinch return an unsigned long by Christian Heimes · 11 years ago
  7. abbc8ca ncurses' winch and mvwinch return an unsigned long by Christian Heimes · 11 years ago
  8. 88c2987 Close #19741: tracemalloc_realloc() does not release the table lock anymore by Victor Stinner · 11 years ago
  9. 1511680 Close #19757: Cleanup tracemalloc, move by Victor Stinner · 11 years ago
  10. 9a95483 Close #19827: On UNIX, setblocking() and settimeout() methods of socket.socket by Victor Stinner · 11 years ago
  11. 4b7f7ac Make a couple of parameters constant. by Stefan Krah · 11 years ago
  12. b1e4c9d Make a couple of parameters constant. by Stefan Krah · 11 years ago
  13. 1aa9a75 Issue #19509: Add SSLContext.check_hostname to match the peer's certificate by Christian Heimes · 11 years ago
  14. 708a318 Fixes issue #15798: subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  15. 5abca14 Issue #18994: Add a missing check for a return value in fcntmodule. Patch by by Charles-François Natali · 11 years ago
  16. be0708f Closes #19831: Stop tracemalloc later at Python shutdown to be able to use by Victor Stinner · 11 years ago
  17. 54532c9 Undo supposed fix for Issue #15798 until I understand why this is by Gregory P. Smith · 11 years ago
  18. 361e30c Undo supposed fix for Issue #15798 until I understand why this is by Gregory P. Smith · 11 years ago
  19. 1c27e3c Fixes Issue #15798 - subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  20. 1eda9e7 Fixes Issue #15798 - subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  21. 2ccf8e9 Issue #6477: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  22. 65846c6 Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private. by Alexandre Vassalotti · 11 years ago
  23. 3c23e7a Issue #6477: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  24. 19b6fa6 Issue #6477: Added support for pickling the types of built-in singletons. by Alexandre Vassalotti · 11 years ago
  25. a1eedf9 Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  26. 896414f Fixed _pickle.Unpickler to handle empty persistent IDs correctly. by Alexandre Vassalotti · 11 years ago
  27. 6fe39b7 Issue #17897: Optimized unpickle prefetching. by Serhiy Storchaka · 11 years ago
  28. 9730e33 Issue #3693: Fix array obscure error message when given a str. by Alexandre Vassalotti · 11 years ago
  29. 567eba1 Use PyDict_GetItemWithError instead of PyDict_GetItem in cpickle. by Alexandre Vassalotti · 11 years ago
  30. 6bf41e5 Remove explicit empty tuple reuse in cpickle. by Alexandre Vassalotti · 11 years ago
  31. b13e6bc Remove the tuple reuse optimization in _Pickle_FastCall. by Alexandre Vassalotti · 11 years ago
  32. 8148164 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 11 years ago
  33. 4b79518 Fix indentation from previous commit by Eli Bendersky · 11 years ago
  34. 5dd40e5 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 11 years ago
  35. 470fba1 SNI was added in OpenSSL 0.9.8f [11 Oct 2007], too by Christian Heimes · 11 years ago
  36. 23bdd83 Encapsulate cpickle global state in a dedicated object. by Alexandre Vassalotti · 11 years ago
  37. f28ce60 Closes #19786: tracemalloc, remove the arbitrary limit of 100 frames by Victor Stinner · 11 years ago
  38. 3c0481d Close #19798: replace "maximum" term with "peak" in get_traced_memory() by Victor Stinner · 11 years ago
  39. 1314ef7 add SO_PRIORITY (closes #19802) by Benjamin Peterson · 11 years ago
  40. 20c28c1 Combine the FastCall functions in cpickle. by Alexandre Vassalotti · 11 years ago
  41. 687ff0e Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  42. c93329b Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  43. 59463d8 tracemalloc: fix get_traced_memory() docstring for result type by Victor Stinner · 11 years ago
  44. 4dc7420 Issue #18874: Fix typo by Victor Stinner · 11 years ago
  45. 2ead3d2 Issue #18874: make it more explicit than set_reentrant() only accept 0 or 1 by Victor Stinner · 11 years ago
  46. 7a5be14 Issue #18874: tracemalloc: Comment the trace_t structure by Victor Stinner · 11 years ago
  47. de2f132 Issue #18874: tracemalloc: explain the purpose of get_traces.tracebacks in a comment by Victor Stinner · 11 years ago
  48. 000de53 Issue #19752: Fix "HAVE_DEV_PTMX" implementation of os.openpty() by Victor Stinner · 11 years ago
  49. b4a04fb Reverting e39db21df580 eagerly due to buildbot failures. by Alexandre Vassalotti · 11 years ago
  50. f94a041 Combine _Pickler_FastCall and _Unpickler_FastCall in cpickle. by Alexandre Vassalotti · 11 years ago
  51. 1048fb5 Issue #19739: Try to fix compiler warnings on 32-bit Windows. by Alexandre Vassalotti · 11 years ago
  52. 4fbefdb Close #19762: Fix name of _get_traces() and _get_object_traceback() function by Victor Stinner · 11 years ago
  53. ded929b Merge save_int into save_long in cpickle to remove redundant code. by Alexandre Vassalotti · 11 years ago
  54. 8a67f52 Simplify save_bool in cpickle. by Alexandre Vassalotti · 11 years ago
  55. ed8c906 Use Clinic to process arguments in cpickle. by Alexandre Vassalotti · 11 years ago
  56. daa96b7 Merge from 3.3. by Stefan Krah · 11 years ago
  57. 45059eb 1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects by Stefan Krah · 11 years ago
  58. 7587507 Issue #19636: Fix usage of MAX_PATH in posixmodule.c by Victor Stinner · 11 years ago
  59. 6edddfa Issue #19636: Fix posix__getvolumepathname(), raise an OverflowError if by Victor Stinner · 11 years ago
  60. 163d7f0 Cosmetic fixes by Eli Bendersky · 11 years ago
  61. dc6aaec Clinic: fix "self converters" with METH_NOARGS functions. by Larry Hastings · 11 years ago
  62. 08facd2 Issue #19741: cleanup tracemalloc_realloc() by Victor Stinner · 11 years ago
  63. fc91285 Remove code path in cpickle that does not exist in pickle. by Alexandre Vassalotti · 11 years ago
  64. 5296867 Issue #19741: tracemalloc: report tracemalloc_log_alloc() failure to the caller by Victor Stinner · 11 years ago
  65. c49477b Make Ellipsis and NotImplemented picklable through the reduce protocol. by Alexandre Vassalotti · 11 years ago
  66. 4c05d3b Make built-in methods picklable through the reduce protocol. by Alexandre Vassalotti · 11 years ago
  67. d606ba7 Issue #19741: fix tracemalloc_log_alloc(), handle _Py_HASHTABLE_SET() failure by Victor Stinner · 11 years ago
  68. b6a2f2a Make framing optional in pickle protocol 4. by Alexandre Vassalotti · 11 years ago
  69. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  70. ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg by Larry Hastings · 11 years ago
  71. 3a90797 Issue #19722: Added opcode.stack_effect(), which accurately by Larry Hastings · 11 years ago
  72. 32eddc1 Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, by Serhiy Storchaka · 11 years ago
  73. 5c24d0e Issue #13592: Improved the repr for regular expression pattern objects. by Serhiy Storchaka · 11 years ago
  74. c1207c1 Fix signed / unsigned comparison by Antoine Pitrou · 11 years ago
  75. 3062c9a Issue #19641: Added the audioop.byteswap() function to convert big-endian by Serhiy Storchaka · 11 years ago
  76. 2b38fc1 gcc doesn't realize that dummy is always initialized by the function call by Gregory P. Smith · 11 years ago
  77. 310e4c4 merge by Christian Heimes · 11 years ago
  78. e8b1ba1 Issue #17810: Add two missing error checks to save_global by Christian Heimes · 11 years ago
  79. dd52c5a Merge heads by Serhiy Storchaka · 11 years ago
  80. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
  81. 6188d09 Merge by Antoine Pitrou · 11 years ago
  82. 74d8d63 Issue #17810: return -1 on error by Christian Heimes · 11 years ago
  83. 8f2ee6e Fix writing out 64-bit size fields on 32-bit builds by Antoine Pitrou · 11 years ago
  84. b3d3ee4 Issue #17810: Add NULL check to save_frozenset by Christian Heimes · 11 years ago
  85. c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 11 years ago
  86. 46c5deb - Modules/_struct.c (unpackiter_type): Define static. by doko@ubuntu.com · 11 years ago
  87. 91a7af3 Issue #19727: os.utime(..., None) is now potentially more precise under Windows. by Antoine Pitrou · 11 years ago
  88. 93965f7 Issue #19634: time.strftime("%y") now raises a ValueError on Solaris when given by Victor Stinner · 11 years ago
  89. 3728d6c Issue #18874: Remove tracemalloc.set_traceback_limit() by Victor Stinner · 11 years ago
  90. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  91. 2427b50 Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+ by Christian Heimes · 11 years ago
  92. 5398e1a Issue #19448: report name / NID in exception message of ASN1Object by Christian Heimes · 11 years ago
  93. f22e8e5 Issue #18147: Add missing documentation for SSLContext.get_ca_certs(). by Christian Heimes · 11 years ago
  94. 44109d7 Issue #17134: Finalize interface to Windows' certificate store. Cert and by Christian Heimes · 11 years ago
  95. ba72320 silence an overflow warning. slen is smaller than 1MB by Christian Heimes · 11 years ago
  96. 1dbf61f downcast len to int. The code has already checked that len < INT_MAX by Christian Heimes · 11 years ago
  97. 18fc7be lst might be NULL here by Christian Heimes · 11 years ago
  98. 2258779 Issue #8813: Add SSLContext.verify_flags to change the verification flags by Christian Heimes · 11 years ago
  99. e079edd Close #18294: Fix the zlib module to make it 64-bit safe by Victor Stinner · 11 years ago
  100. 949ec14 Issue #19682: Fix compatibility issue with old version of OpenSSL that by Christian Heimes · 11 years ago