1. b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 14 years ago
  2. 9c18778 #12017: merge with 3.2. by Ezio Melotti · 14 years ago
  3. 06383ee #12017: merge with 3.1. by Ezio Melotti · 14 years ago
  4. 362b951 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 14 years ago
  5. 7bba62f faulthandler: dump all threads by default by Victor Stinner · 14 years ago
  6. c925617 faulthandler: save/restore errno in the two signal handlers by Victor Stinner · 14 years ago
  7. 97c3eb4 Closes Issue 11916: Add a number of MacOSX specific definitions to the errno module. by Ronald Oussoren · 14 years ago
  8. 35b300c Issue #8407: signal.pthread_sigmask() returns a set instead of a list by Victor Stinner · 14 years ago
  9. d0e516d Issue #8407: pthread_sigmask() checks immediatly if signal handlers have been by Victor Stinner · 14 years ago
  10. 66746cb Removed unused variable by Alexander Belopolsky · 14 years ago
  11. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 14 years ago
  12. 09a98a9 merge by Alexander Belopolsky · 14 years ago
  13. 03163ac Issue #11930: Remove deprecated time.accept2dyear. by Alexander Belopolsky · 14 years ago
  14. 72c53b5 cleanup signalmodule.c: use PyModule_AddIntMacro() by Victor Stinner · 14 years ago
  15. fadeeff (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
  16. 8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
  17. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 14 years ago
  18. a929335 Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch by Victor Stinner · 14 years ago
  19. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 14 years ago
  20. 9ea1c8d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 14 years ago
  21. 0c759fe Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 14 years ago
  22. 66299a4 Fix compilation of _testembed.c without threads by Victor Stinner · 14 years ago
  23. b90db4c Issue #11918: OS/2 and VMS are no more supported because of the lack of by Victor Stinner · 14 years ago
  24. eec6060 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 14 years ago
  25. 8e60577 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 14 years ago
  26. f645451 Issue #11856: Speed up parsing of JSON numbers. by Antoine Pitrou · 14 years ago
  27. c2824d4 Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the by Victor Stinner · 14 years ago
  28. 877509a Issue #11382: Trivial system calls, such as dup() or pipe(), needn't by Antoine Pitrou · 14 years ago
  29. a154b5c Simplify _count_elements() in _collections by Victor Stinner · 14 years ago
  30. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 14 years ago
  31. cf2a807 faulthandler: don't use sigprocmask() by Victor Stinner · 14 years ago
  32. ff1a735 os.sendfile(): on Linux if offset parameter is passed as NULL we were erroneously returning a (bytes_sent, None) tuple instead of bytes_sent by Giampaolo Rodola' · 14 years ago
  33. ce16be9 (Merge 3.2) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
  34. 27026f8 (Merge 3.1) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
  35. 6c9b35b Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
  36. ea4b46f Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor. by Nadeem Vawda · 14 years ago
  37. d60b74c Merge with 3.2. by Ezio Melotti · 14 years ago
  38. fdb2df4 Remove unnecessary call to PyErr_Clear. by Ezio Melotti · 14 years ago
  39. 131a641 Issue #11757: select.select() now raises ValueError when a negative timeout by Antoine Pitrou · 14 years ago
  40. a563286 Fix nit (make spelling consistent in prototype) by Raymond Hettinger · 14 years ago
  41. a4de6d8 Improve faulthandler.enable(all_threads=True) by Victor Stinner · 14 years ago
  42. c790a53 faulthandler: dump_tracebacks_later() displays also the timeout by Victor Stinner · 14 years ago
  43. 9418932 faulthandler: fix variable name, timeout_ms => timeout_us by Victor Stinner · 14 years ago
  44. de10f40 faulthandler: one more time, fix usage of locks in the watchdog thread by Victor Stinner · 14 years ago
  45. cfa7123 faulthandler: fix unregister() if it is called before register() by Victor Stinner · 14 years ago
  46. ff4cd88 faulthandler: fix compilating without threads by Victor Stinner · 14 years ago
  47. 44e31ba faulthandler: we don't use (or need) SA_SIGINFO flag of sigaction() by Victor Stinner · 14 years ago
  48. 9699440 faulthandler: check PyThreadState_Get() result in dump_tracebacks_later() by Victor Stinner · 14 years ago
  49. 736975a merge from 3.2 by Senthil Kumaran · 14 years ago
  50. ae664fb Merge from 3.1 by Senthil Kumaran · 14 years ago
  51. 8f377a3 Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 14 years ago
  52. 28deea1 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 14 years ago
  53. b6f5ec7 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 14 years ago
  54. 3bd9729 implement tp_clear by Benjamin Peterson · 14 years ago
  55. 446c8d5 Issue #11707: Fix compilation errors with Visual Studio by Victor Stinner · 14 years ago
  56. 7ab9e22 Issue #11707: Fast C version of functools.cmp_to_key() by Raymond Hettinger · 14 years ago
  57. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 14 years ago
  58. da9edae Issue #11753: faulthandler thread uses pthread_sigmask() by Victor Stinner · 14 years ago
  59. 5bfa062 Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. by Antoine Pitrou · 14 years ago
  60. a7caec7 Merge fix for issue #11746 by Antoine Pitrou · 14 years ago
  61. 9c25486 Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private keys. by Antoine Pitrou · 14 years ago
  62. 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 14 years ago
  63. 44378d4 Issue #11393: signal of user signal displays tracebacks even if tstate==NULL by Victor Stinner · 14 years ago
  64. a01ca12 Issue #11393: Fix faulthandler.disable() and add a test by Victor Stinner · 14 years ago
  65. d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 14 years ago
  66. bc6a4db Issue #11393: fault handler uses raise(signum) for SIGILL on Windows by Victor Stinner · 14 years ago
  67. f309134 Issue #11393: fix usage of locks in faulthandler by Victor Stinner · 14 years ago
  68. a4d4f1b Issue #11393: New try to fix faulthandler_thread() by Victor Stinner · 14 years ago
  69. 1c76b7f Issue #11393: Fix faulthandler_thread(): release cancel lock before join lock by Victor Stinner · 14 years ago
  70. f048075 Issue #11393: limit stack overflow test to 100 MB by Victor Stinner · 14 years ago
  71. 702624e Issue #11393: Fix the documentation (cancel_dump_traceback_later) by Victor Stinner · 14 years ago
  72. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 14 years ago
  73. 8c5b748 Merge by Kristjan Valur Jonsson · 14 years ago
  74. d055956 Merge 3.1 by Kristjan Valur Jonsson · 14 years ago
  75. 3c136e1 Merge by Kristjan Valur Jonsson · 14 years ago
  76. 978da33 Merge 3.2 by Kristjan Valur Jonsson · 14 years ago
  77. fa3edbe Merge 3.1 by Kristjan Valur Jonsson · 14 years ago
  78. 35722a9 Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. by Kristjan Valur Jonsson · 14 years ago
  79. 010a948 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 14 years ago
  80. 4974705 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 14 years ago
  81. d6c1d57 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 14 years ago
  82. fe55783 merge 3.2 by Benjamin Peterson · 14 years ago
  83. 3077404 merge 3.1 by Benjamin Peterson · 14 years ago
  84. ad45bfe let's keep parenthesis around sizeof by Benjamin Peterson · 14 years ago
  85. 5bf7091 Update docstrings for itertools.accumulate(). by Raymond Hettinger · 14 years ago
  86. 5d44613 Add optional *func* argument to itertools.accumulate(). by Raymond Hettinger · 14 years ago
  87. eb2389b merge 3.2 by Benjamin Peterson · 14 years ago
  88. 1a07f07 merge 3.1 by Benjamin Peterson · 14 years ago
  89. 39530f8 always check return value of PyObject_IsInstance for error by Benjamin Peterson · 14 years ago
  90. 8d6c62d check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 14 years ago
  91. 6ced7c4 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of by Victor Stinner · 14 years ago
  92. 499dfcf Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of by Victor Stinner · 14 years ago
  93. bfc7bf0 _elementtree.c: remove trailing spaces by Victor Stinner · 14 years ago
  94. 161fbea merge 3.2 by Victor Stinner · 14 years ago
  95. 6f0e4f9 time.strftime(): replace PyErr_Format() by PyErr_SetString() by Victor Stinner · 14 years ago
  96. b938bcd (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767 by Victor Stinner · 14 years ago
  97. e0daff1 Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on by Victor Stinner · 14 years ago
  98. bb6eb85 Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a possible crash when calling Py_SetPath() by Antoine Pitrou · 14 years ago
  99. 9befeb3 Issue #5421: merge fix by Antoine Pitrou · 14 years ago
  100. 5e98141 Issue #5421: Fix misleading error message when one of socket.sendto()'s by Antoine Pitrou · 14 years ago