1. ca56dd4 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  2. 763a61c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  3. bc62af1 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  4. 5951f23 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  5. d8931c3 Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  6. 08e153a check windows fd validity (closes #16992) by Benjamin Peterson · 12 years ago
  7. c1ce93a Fixes issue #9535: Fix pending signals that have been received but not yet by Gregory P. Smith · 12 years ago
  8. e0e88b0 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 13 years ago
  9. 1f3ff7b Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native by Charles-François Natali · 13 years ago
  10. 4394e0d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  11. 33feeab (Merge 3.1) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 13 years ago
  12. 6b1167c Merged revisions 86214 via svnmerge from by Antoine Pitrou · 14 years ago
  13. 1390dd7 Merged revisions 85140 via svnmerge from by Brian Curtin · 14 years ago
  14. 8426333 Merged revisions 84556 via svnmerge from by Brian Curtin · 14 years ago
  15. 24af0e9 Merged revisions 83763 via svnmerge from by Brian Curtin · 14 years ago
  16. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  17. e54ddf1 Skip signal handler re-installation if it is not necessary. Issue 8354. by Jean-Paul Calderone · 14 years ago
  18. e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 14 years ago
  19. 4b81bc7 #7706: add include guards where they're missing; required for Windows CE by Andrew M. Kuchling · 15 years ago
  20. f466642 comment typo fix by Gregory P. Smith · 15 years ago
  21. 32a66a0 Fixed a couple more C99 comments and one occurence of inline. by Christian Heimes · 16 years ago
  22. 18aa388 Fix: by Neal Norwitz · 16 years ago
  23. 114f7e5 #1683 prevent forking from interfering in threading storage by Benjamin Peterson · 16 years ago
  24. b74d084 Conditionalize sys/time.h inclusion. by Martin v. Löwis · 16 years ago
  25. aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 16 years ago
  26. 7e251e8 Issue 1089358. Adds the siginterrupt() function, that is just a by Facundo Batista · 17 years ago
  27. 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 17 years ago
  28. 137c49c Patch #1643738 by Ulisses Furquim -- make the is_tripped variable by Guido van Rossum · 17 years ago
  29. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  30. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  31. 9ceaa72 Patch #975056 - fixes for restartable signals on *BSD. In addition, by Anthony Baxter · 20 years ago
  32. 24ec211 silly typo by Michael W. Hudson · 20 years ago
  33. f37f37d Patch [ 776725 ] add SIGRTMIN, SIGRTMAX to signalmodule.c by Anthony Baxter · 21 years ago
  34. 43ed43b Take out my (long since disabled) POSIX signal mask handling code. by Michael W. Hudson · 22 years ago
  35. 6297a7a - PyEval_GetFrame() is now declared to return a PyFrameObject * by Guido van Rossum · 22 years ago
  36. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  37. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  38. 4178515 SF # 533070 Silence AIX C Compiler Warnings by Neal Norwitz · 22 years ago
  39. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  40. 34f20ea This is patch by Michael W. Hudson · 22 years ago
  41. ba3a16c Remove METH_OLDARGS: by Neal Norwitz · 22 years ago
  42. 78662cf Add type cast. by Neil Schemenauer · 22 years ago
  43. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  44. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 23 years ago
  45. 175af25 Export SIGINFO. Fixes #502077. by Martin v. Löwis · 23 years ago
  46. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  47. 1ce3cf7 SF patch [#466877] SIGBREAK is missing from signal module. by Tim Peters · 23 years ago
  48. dff3a37 Make more warnings go away on the SGI compiler. by Fred Drake · 23 years ago
  49. f58de1b Document SIG_* warning causes on Solaris. by Martin v. Löwis · 24 years ago
  50. 9e8181b Make better use of GNU Pth -- patch by Andy Dustman. by Guido van Rossum · 24 years ago
  51. d2cd7ad Use typedef PyOS_sighandler_t and APIs PyOS_getsig() and by Guido van Rossum · 24 years ago
  52. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  53. fee3a2d Charles Waldman's patch to reinitialize the interpreter lock after a by Guido van Rossum · 24 years ago
  54. a1abb72 Use METH_OLDARGS instead of numeric constant 0 in method def. tables by Andrew M. Kuchling · 24 years ago
  55. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
  56. 4f1b208 Removed all instances of RETSIGTYPE from the source code: signal by Tim Peters · 24 years ago
  57. e211071 Missed a return from a signal handler -- thanks to /F for pointing it out! by Tim Peters · 24 years ago
  58. 1be4684 Recent ANSIfication introduced a couple instances of by Tim Peters · 24 years ago
  59. 0796b00 Further ANSIfication of functionpointers and declarations. Also, make sure by Thomas Wouters · 24 years ago
  60. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  61. e89b156 ANSI-fication by Peter Schneider-Kamp · 24 years ago
  62. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  63. 8bcfb8a Fixed symbol search for defining NSIG. It now also checks _NSIG by Marc-André Lemburg · 24 years ago
  64. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  65. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  66. 276fa43 Fix another error on AIX by using a proper cast. by Guido van Rossum · 24 years ago
  67. cc6a438 Trent Mick: by Guido van Rossum · 24 years ago
  68. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  69. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  70. 49b5606 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  71. 1b23676 When we have siginterrupt(), use it to disable restarting interrupted by Guido van Rossum · 26 years ago
  72. 1ee36ff (pause_doc): Sun CC complains about newline in string literal by Barry Warsaw · 26 years ago
  73. 911ec18 # Added missing semicolon (was #ifdef'ed out in edit on Windows). by Guido van Rossum · 26 years ago
  74. 1d8fb2d Added doc strings. by Guido van Rossum · 26 years ago
  75. a5e54d0 Use (void) to throw away a function result, not (void *) ! by Guido van Rossum · 26 years ago
  76. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  77. 359bcaa This fix (across 4 files in 3 directories) solves a subtle problem with by Guido van Rossum · 27 years ago
  78. 7ff20ac Change the signal finialization so that it also resets the signal by Guido van Rossum · 27 years ago
  79. 1171ee6 Added configuration tests for presence of alarm(), pause(), and getpwent() by Guido van Rossum · 27 years ago
  80. 08c1661 Add finialization routines; fixed some memory leaks related to this. by Guido van Rossum · 27 years ago
  81. 295b8e5 Add sys/types.h include for pid_t when threading. by Guido van Rossum · 27 years ago
  82. 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 27 years ago
  83. c1cc8ab djgpp fix (SIGMAX). by Guido van Rossum · 28 years ago
  84. fcdd0e4 Arrange for PyErr_CheckSignals() to be called via Py_AddPendingCall(). by Guido van Rossum · 28 years ago
  85. 73a75eb initsignal(): Py_DECREFs really should be Py_XDECREFs in case the by Barry Warsaw · 28 years ago
  86. 9297117 Several changes: by Barry Warsaw · 28 years ago
  87. 14ed5fb initsignal(): Added SIGXCPU and SIGXFSZ. Left in the definitions for by Barry Warsaw · 28 years ago
  88. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  89. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  90. 1835c4f Use correct field of sigaction struct by Guido van Rossum · 28 years ago
  91. fb0df94 Use sigaction if possible by Guido van Rossum · 28 years ago
  92. f4b012a use PyCallable_Check; split some lines by Guido van Rossum · 30 years ago
  93. 06d511d added PyErr_SetInterrupt(); NT ifdefs by Guido van Rossum · 30 years ago
  94. ec25b91 rename sigcheck so signal handling works again by Guido van Rossum · 30 years ago
  95. a3c04b0 cosmetics by Guido van Rossum · 30 years ago
  96. a597dde cosmetic changes so these modules will work with the strict new naming scheme by Guido van Rossum · 30 years ago
  97. 9558825 do not call newmethodobject directly by Guido van Rossum · 30 years ago
  98. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  99. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
  100. 602099a * various modules: #include "Python.h" and remove most remporary by Guido van Rossum · 30 years ago