1. 4c3f57c SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. by Guido van Rossum · 23 years ago
  2. b8584e0 Fix signed/unsigned wng. Unfortunately, (unsigned char) << int by Tim Peters · 24 years ago
  3. 1a7aab7 When a PyCFunction that takes only positional parameters is called with by Fred Drake · 24 years ago
  4. be4c0f5 Recognize pyc files even if they don't end in pyc. by Martin v. Löwis · 24 years ago
  5. 23ab199 Add NotImplemented to the builtin module. by Neil Schemenauer · 24 years ago
  6. 5282044 Revised implementation of CALL_FUNCTION and friends. More revision still needed. by Jeremy Hylton · 24 years ago
  7. f07aad1 CHange error messages for ord(), using "string" instead of "string or Unicode" by Andrew M. Kuchling · 24 years ago
  8. 9bcc68c Whoops! Two stray characters crept in to my last check-in by Andrew M. Kuchling · 24 years ago
  9. 34c20cf Patch #102955, fixing one of the warnings in bug #121479: by Andrew M. Kuchling · 24 years ago
  10. 23fff91 Add definitions for PySys_ResetWarnOptions() and PySys_AddWarnOption(). by Guido van Rossum · 24 years ago
  11. cfd42b5 Add PyErr_Warn(). by Guido van Rossum · 24 years ago
  12. d0977cd Add definitions for standard warning category classes (PyExc_Warning etc.). by Guido van Rossum · 24 years ago
  13. fd0226b Use c2pstr() in stead of Pstring() to convert C-strings to by Jack Jansen · 24 years ago
  14. 0705028 vgetargskeywords(): Patch for memory leak identified in bug #119862. by Barry Warsaw · 24 years ago
  15. b6a54d2 _getframe(): New sys module function for getting at the stack frame. by Barry Warsaw · 24 years ago
  16. cc343ca Make isinstance() more permissive in what types of arguments it by Neil Schemenauer · 24 years ago
  17. 60a1e7f Clarified some of the error messages, esp. "read-only character by Guido van Rossum · 24 years ago
  18. 83fb073 Plug a memory leak in com_import_stmt(): the tuple created to hold the by Guido van Rossum · 24 years ago
  19. 102e457 SF bug 119622: compile errors due to redundant atof decls. I don't understand by Tim Peters · 24 years ago
  20. 128bcf4 Fix syntax error. Submitted by Bill Bumgarner. Apparently this is by Guido van Rossum · 24 years ago
  21. 215c340 Rip out DOS-8x3 support. by Guido van Rossum · 24 years ago
  22. 2cffc7d Move our own getopt() implementation to _PyOS_GetOpt(), and use it by Thomas Wouters · 24 years ago
  23. 6b4ec51 Fix for SF bug #117241 by Jeremy Hylton · 24 years ago
  24. c8fcdcb Patch 102114, Bug 11725. On OpenBSD (but apparently not on the other by Guido van Rossum · 24 years ago
  25. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  26. 237b5f4 Andy Dustman <adustman@users.sourceforge.net>: by Fred Drake · 24 years ago
  27. 0be483f Do a better job at staying on-screen :P (Sorry, it's late here.) I'm by Thomas Wouters · 24 years ago
  28. 8fb62a2 Adjust debugging code in the implementation of the DUP_TOPX bytecode, use by Thomas Wouters · 24 years ago
  29. 48fba73 Remove the last gcc -Wall warning about possible use of an uninitialized by Fred Drake · 24 years ago
  30. 35ba689 Attempt to fix bogus gcc -Wall warnings reported by Marc-Andre Lemburg, by Tim Peters · 24 years ago
  31. e693df9 Avoid a couple of "value computed is not used" warnings from gcc -Wall; by Fred Drake · 24 years ago
  32. a6c2eb5 Donn Cave <donn@u.washington.edu>: by Fred Drake · 24 years ago
  33. 98dc065 SF "bug" 115973: patches from Norman Vine so that shared libraries and by Tim Peters · 24 years ago
  34. 1f7838b Detect conflicting Python DLL on module import under Windows - as per [ Patch #101676 ] by Mark Hammond · 24 years ago
  35. 8429448 _PyImport_Fini(): Closed small memory leak when an embedded app calls by Barry Warsaw · 24 years ago
  36. 42c83af The 2.0b2 change to write .pyc files in exclusive mode (if possible) by Tim Peters · 24 years ago
  37. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  38. 9e28515 Andrew Kuchling <akuchlin@mems-exchange.org>: by Fred Drake · 24 years ago
  39. 0afff38 Special case the "s#" PyArg_Parse() token for Unicode objects: by Marc-André Lemburg · 24 years ago
  40. 55a8338 On Unix, use O_EXCL when creating the .pyc/.pyo files, to avoid a race condition by Guido van Rossum · 24 years ago
  41. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago
  42. e84b740 Obscure marshal fixes: by Tim Peters · 24 years ago
  43. 9e8181b Make better use of GNU Pth -- patch by Andy Dustman. by Guido van Rossum · 24 years ago
  44. 691270f Deferred the attribute name object type checking to the underlying by Marc-André Lemburg · 24 years ago
  45. 6f25618 Add PyOS_getsig() and PyOS_setsig() -- wrappers around signal() or by Guido van Rossum · 24 years ago
  46. a454ebd Added B format char to Py_BuildValue (same as b,h,i, but makes by Jack Jansen · 24 years ago
  47. b763b9d Cast UCHAR_MAX to int before doing the comparison for overflow of the by Jack Jansen · 24 years ago
  48. fd1f1be com_continue_stmt(): Improve error message when continue is found by Fred Drake · 24 years ago
  49. bbcf2a7 This patch hopefully fixes the problem with "es#" and "es" in by Marc-André Lemburg · 24 years ago
  50. f26cda6 The GCC version is loooooooooong; put it on a new line. by Guido van Rossum · 24 years ago
  51. f4d189f All right. More uniformity, and extra blank lines. by Guido van Rossum · 24 years ago
  52. 7ca7b5a Use periods, not semicolons between Copyright and All Rights Reserved. by Guido van Rossum · 24 years ago
  53. 547936c Fix the char* vs. const char* mismatch for the argument of aix_loaderror() by Vladimir Marangozov · 24 years ago
  54. 76ad68a Change the copyright notice according to CNRI's wishes, with by Guido van Rossum · 24 years ago
  55. 1fa0b89 changed \x to consume exactly two hex digits. implements PEP-223 by Fredrik Lundh · 24 years ago
  56. 412f246 PyInterpreterState_New is not thread-safe, and the recent fix to _PyPclose by Tim Peters · 24 years ago
  57. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  58. 7bd25be Cosmetics on Py_Get/SetRecursionLimit (for the style guide) by Vladimir Marangozov · 24 years ago
  59. b69a27e code part of patch #100895 by Fredrik Lundh by Jeremy Hylton · 24 years ago
  60. d320c34 Revert removal of void from function definition. Guido sez I can take it by Tim Peters · 24 years ago
  61. b709df3 refactor __del__ exception handler into PyErr_WriteUnraisable by Jeremy Hylton · 24 years ago
  62. 349ff6f Set the recursion limit to 1000 -- 2500 was not enough, let's be conservative. by Guido van Rossum · 24 years ago
  63. 51de690 Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler wngs; by Tim Peters · 24 years ago
  64. ee5adfb add user-modifiable recursion_limit by Jeremy Hylton · 24 years ago
  65. 592f2d6 _PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endif by Fred Drake · 24 years ago
  66. 399739f PyOS_CheckStack(): Better ANSI'fy this while we're at it. by Fred Drake · 24 years ago
  67. e8de31c Add a comment explaining the return value of PyOS_CheckStack(). by Fred Drake · 24 years ago
  68. e68140d Better error message with UnboundLocalError by Paul Prescod · 24 years ago
  69. 093abe0 eval_code2(): Guido provides this patch for his suggested elaboration by Barry Warsaw · 24 years ago
  70. dd13e4f Replace the run-time 'future-bytecode-stream-inspection' hack to find out by Thomas Wouters · 24 years ago
  71. e868211 Hard to believe Guido compiled this! Function lacked a return stmt. by Tim Peters · 24 years ago
  72. e753ef8 Re-allow 'import mod.submod as s', and change its meaning to what it should by Thomas Wouters · 24 years ago
  73. 0df002c Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(), by Guido van Rossum · 24 years ago
  74. 2f15b25 implements PyOS_CheckStack for Windows and MSVC. this fixes a by Fredrik Lundh · 24 years ago
  75. 0ae722e Oops, one pop too many. by Thomas Wouters · 24 years ago
  76. fee3a2d Charles Waldman's patch to reinitialize the interpreter lock after a by Guido van Rossum · 24 years ago
  77. dc3d606 Fix to [ Bug #111165 ] doc-string removal masked by PYTHONOPTIMIZE by Marc-André Lemburg · 24 years ago
  78. b59290f Fix allowable node-types for assignment, need to add 'listmaker'. by Thomas Wouters · 24 years ago
  79. 6d63adf Improve the exceptions raised by PyErr_BadInternalCall(); adding the by Fred Drake · 24 years ago
  80. 434d082 Support for three-token characters (**=, >>=, <<=) which was written by by Thomas Wouters · 24 years ago
  81. ef8ace3 Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  82. 635f6fb This patch partly (some stuff went in already) ports Python to Monterey. by Trent Mick · 24 years ago
  83. b745a04 Remove the dependency information for version.o; this is not part of by Fred Drake · 24 years ago
  84. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  85. 24703a0 com_print_stmt(): Guido rightly points out that the stream expression by Barry Warsaw · 24 years ago
  86. 45ab2b6 Thomas reminds me to bump the MAGIC number for the extended print by Barry Warsaw · 24 years ago
  87. 23c9ec8 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  88. 29c574e PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  89. 0400515 Fix the bug Sjoerd Mullender discovered, where find_from_args() wasn't by Thomas Wouters · 24 years ago
  90. 8bad612 Disallow "import mod.submod as m", because the result is ambiguous. Does it by Thomas Wouters · 24 years ago
  91. 73f77b4 com_error(): Quiet gcc -Wall warning. by Barry Warsaw · 24 years ago
  92. 04e654a Remove a couple of warnings turned up by "gcc -Wall". by Fred Drake · 24 years ago
  93. 0888ff1 Do not set a MemoryError exception over another MemoryError exception, by Vladimir Marangozov · 24 years ago
  94. 87bec35 SyntaxError__classinit__(): Slight reorg for simplicity. by Barry Warsaw · 24 years ago
  95. 5ca1ef9 comples_from_string(): Move s_buffer[] up to the top-level function by Barry Warsaw · 24 years ago
  96. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  97. f2581c9 _PySys_Init(): Fix another Insure discovered memory leak; the PyString by Barry Warsaw · 24 years ago
  98. 77c9f50 SyntaxError__str__(): Fix two memory problems discovered by Insure. by Barry Warsaw · 24 years ago
  99. b59ab42 Fix new compiler warnings. Unused var in compile.c. Argsize mismatches by Tim Peters · 24 years ago
  100. 185a29b my_basename(): Removes the leading path components from a path name, by Fred Drake · 24 years ago