1. ba283e2 This is my patch: by Michael W. Hudson · 19 years ago
  2. 12b6f6c Move exception finalisation later in the shutdown process - this by Anthony Baxter · 19 years ago
  3. 4bf108d Patch #802188: better parser error message for non-EOL following line cont. by Martin v. Löwis · 19 years ago
  4. 9ceaa72 Patch #975056 - fixes for restartable signals on *BSD. In addition, by Anthony Baxter · 20 years ago
  5. 7f468f2 SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick by Tim Peters · 20 years ago
  6. fb09f0e Finalize the freelist of list objects. by Raymond Hettinger · 20 years ago
  7. 336e85f Patch #900727: Add Py_InitializeEx to allow embedding without signals. by Martin v. Löwis · 20 years ago
  8. c2632a5 Patch #984714: Properly diagnose E_DECODE errors. Backported to 2.3. by Martin v. Löwis · 20 years ago
  9. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  10. e5662ae Changed random calls to PyThreadState_Get() to use the macro by Nicholas Bastin · 20 years ago
  11. 5d2c683 Lost reference. by Armin Rigo · 20 years ago
  12. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  13. 1d7323e Py_Finalize(): disabled the second call of cyclic gc, and added extensive by Tim Peters · 21 years ago
  14. eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 21 years ago
  15. fb27656 Getting rid of support for the ancient Apple MPW compiler. by Jack Jansen · 21 years ago
  16. f56d015 Patch #804543: strdup saved locales. Backported to 2.3. by Martin v. Löwis · 21 years ago
  17. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  18. 68debc9 Fix refcounting and cut & paste error (?) in last checkin. by Michael W. Hudson · 21 years ago
  19. a2c17c5 Move initialization of sys.std{in,out}.encoding to Py_Initialize. by Martin v. Löwis · 21 years ago
  20. 5f4e8ca Correct previous patch looking for warnings module: sys.modules, not by Mark Hammond · 21 years ago
  21. edd0773 Fix [ 771097 ] frozen programs fail due to implicit import of "warnings". by Mark Hammond · 21 years ago
  22. 6cb9029 PyGILState cleanup was too early - destructors called via module cleanup may use the API. by Mark Hammond · 21 years ago
  23. cf615b5 handle_system_exit(): This leaked the current exception info, in by Tim Peters · 21 years ago
  24. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  25. 269b2a6 _Py_PrintReferences(): Changed to print object address at start of each by Tim Peters · 21 years ago
  26. e13ddc9 - New C API PyGC_Collect(), same as calling gc.collect(). by Guido van Rossum · 21 years ago
  27. 66ebd91 A missing piece of the PEP 269 patch: add PyParser_SetError(), a by Guido van Rossum · 21 years ago
  28. d08e382 Trimmed trailing whitespace. by Tim Peters · 21 years ago
  29. 9cf25ce Py_Finalize(): Reverted recent changes that tried to move the by Tim Peters · 21 years ago
  30. 0fc8f00 - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() by Guido van Rossum · 21 years ago
  31. d922fa4 Move the call to _Py_PrintReferences() a bit further down. This by Guido van Rossum · 21 years ago
  32. 5c16c7b Move declaration of enc to scope where it is used by Neal Norwitz · 21 years ago
  33. 5ddd4c3 Fixed SF bug #663074. The codec system was using global static by Gustavo Niemeyer · 21 years ago
  34. 6a9a329 Declare all variables at the start of their scope. by Fred Drake · 21 years ago
  35. 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 21 years ago
  36. 5bfba3a Addendum to #683658: by Just van Rossum · 21 years ago
  37. a43fd0c Fix bug 683658 - PyErr_Warn may cause import deadlock. by Mark Hammond · 21 years ago
  38. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 21 years ago
  39. a038270 MacPython-OS9 has had an abort() function for quite a while now, so there's no reason to stall in an endless loop, just call abort() on a fatal error. by Jack Jansen · 22 years ago
  40. d7ceb22 Patch #671459: Invoke import hooks in Py_NewInterpreter. by Martin v. Löwis · 22 years ago
  41. b2501f4 Since the *_Init() are private, prefix with _, suggested by Skip by Neal Norwitz · 22 years ago
  42. c91ed40 SF #561244, Micro optimizations by Neal Norwitz · 22 years ago
  43. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  44. 72f3b7a Added missing casts. by Jack Jansen · 22 years ago
  45. 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 22 years ago
  46. 89350a4 Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makes by Neil Schemenauer · 22 years ago
  47. 8ed0204 If we have a filename and __main__.__file__ hasn't already been set, by Fred Drake · 22 years ago
  48. 92e4dd8 s/_alloca/alloca/g; Windows doesn't need the former, at least not unless by Tim Peters · 22 years ago
  49. 118ec70 provide less mysterious error messages when seeing end-of-line in by Skip Montanaro · 22 years ago
  50. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  51. 34b2569 _Py_AskYesNo(): Removed this function. It was defined only in a by Tim Peters · 22 years ago
  52. 6b17abf Fix SF Bug 564931: compile() traceback must include filename. by Thomas Heller · 22 years ago
  53. 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 22 years ago
  54. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  55. 1b0bf9b Ignore SIGXFSZ. by Jeremy Hylton · 22 years ago
  56. 0e87118 _PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats. by Tim Peters · 22 years ago
  57. 95de5c1 Move Unicode finalization further down in the chain. Fixes bug #525620. by Marc-André Lemburg · 22 years ago
  58. 7829335 Get rid of another use of PyArg_Parse() by Neal Norwitz · 22 years ago
  59. c24ea08 Disable the parser hacks that enabled the "yield" keyword using a future by Neil Schemenauer · 22 years ago
  60. cfeb3b6 Patch #50002: Display line information for bad \x escapes: by Martin v. Löwis · 22 years ago
  61. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  62. 0702858 Missing DECREFs when exception is raised in sys.excepthook. by Jeremy Hylton · 23 years ago
  63. 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 23 years ago
  64. 518ab1c Use PyOS_snprintf instead of sprintf. by Jeremy Hylton · 23 years ago
  65. afeb2a4 PyOS_getsig(), PyOS_setsig(): The minimal amount of work to avoid the by Barry Warsaw · 23 years ago
  66. 9abaf4d SF patch #467455 : Enhanced environment variables, by Toby Dickenson. by Guido van Rossum · 23 years ago
  67. 393661d Add warning mode for classic division, almost exactly as specified in by Guido van Rossum · 23 years ago
  68. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  69. f6309e8 Oops. Two fixes for SF bug #422004 are not needed. :-) by Guido van Rossum · 23 years ago
  70. 70d893a Bunchathings: by Guido van Rossum · 23 years ago
  71. 5821bc5 Py_Initialize(): Apply patch by Jürgen Hermann to call by Barry Warsaw · 23 years ago
  72. b857ba2 Refactor future feature handling by Jeremy Hylton · 23 years ago
  73. 92e2d5c Apply SF patch #424554: check for PYTHONDUMPREFS to be set instead of by Guido van Rossum · 23 years ago
  74. 528b7eb - Rename PyType_InitDict() to PyType_Ready(). by Guido van Rossum · 23 years ago
  75. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  76. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
  77. a1b3a47 PyRun_StringFlags(): forgot to pass the flags on to by Guido van Rossum · 23 years ago
  78. fe2127d Ugly. A pile of new xxxFlags() functions, to communicate to the parser by Tim Peters · 23 years ago
  79. 51d76f1 future.c: insert a cosmetic space. by Tim Peters · 23 years ago
  80. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  81. 464fe3a Temporarily disable the message to stderr. Jeremy will know what to do by Marc-André Lemburg · 23 years ago
  82. 673a4fd Bug fix: compile() called from a nested-scopes-enable Python was not by Jeremy Hylton · 23 years ago
  83. 66e8e86 Finishing touch to Ping's changes. This is a patch that Ping sent me by Guido van Rossum · 23 years ago
  84. 6a12d8d call_sys_exitfunc(): Remove unused variable f. by Fred Drake · 23 years ago
  85. 26fabb0 Allow sys.excepthook and sys.exitfunc to quietly exit with a sys.exit(). by Ka-Ping Yee · 23 years ago
  86. 4131830 Fix memory leak with SyntaxError. (The DECREF was originally hidden by Guido van Rossum · 23 years ago
  87. b5c5132 Add sys.excepthook. by Ka-Ping Yee · 23 years ago
  88. bc32024 Extend support for from __future__ import nested_scopes by Jeremy Hylton · 23 years ago
  89. 9f324e9 Useful future statement support for the interactive interpreter by Jeremy Hylton · 23 years ago
  90. b797f1f Now that Jeremy is asking about this code, it looks really bogus to me, by Fred Drake · 23 years ago
  91. 9f1b993 Print the offending line of code in the traceback for SyntaxErrors by Jeremy Hylton · 23 years ago
  92. 6f5a4ef Bug #132850 unix line terminator on windows. by Tim Peters · 23 years ago
  93. 3e87656 Ugly fix for SF bug 131239 (-x flag busted). by Tim Peters · 23 years ago
  94. 4b38da6 Move a bunch of definitions that were internal to compile.c to by Jeremy Hylton · 23 years ago
  95. d9b9ac8 It's unclear whether PyMarshal_XXX() are part of the public or private API. by Tim Peters · 24 years ago
  96. 384fd10 Bug #128475: mimetools.encode (sometimes) fails when called from a thread. by Tim Peters · 24 years ago
  97. 44a6ff6 Get rid of the initialization of _PyCompareState_Key. by Guido van Rossum · 24 years ago
  98. b8584e0 Fix signed/unsigned wng. Unfortunately, (unsigned char) << int by Tim Peters · 24 years ago
  99. be4c0f5 Recognize pyc files even if they don't end in pyc. by Martin v. Löwis · 24 years ago
  100. 6f25618 Add PyOS_getsig() and PyOS_setsig() -- wrappers around signal() or by Guido van Rossum · 24 years ago