1. fd1f1be com_continue_stmt(): Improve error message when continue is found by Fred Drake · 24 years ago
  2. bbcf2a7 This patch hopefully fixes the problem with "es#" and "es" in by Marc-André Lemburg · 24 years ago
  3. f26cda6 The GCC version is loooooooooong; put it on a new line. by Guido van Rossum · 24 years ago
  4. f4d189f All right. More uniformity, and extra blank lines. by Guido van Rossum · 24 years ago
  5. 7ca7b5a Use periods, not semicolons between Copyright and All Rights Reserved. by Guido van Rossum · 24 years ago
  6. 547936c Fix the char* vs. const char* mismatch for the argument of aix_loaderror() by Vladimir Marangozov · 24 years ago
  7. 76ad68a Change the copyright notice according to CNRI's wishes, with by Guido van Rossum · 24 years ago
  8. 1fa0b89 changed \x to consume exactly two hex digits. implements PEP-223 by Fredrik Lundh · 24 years ago
  9. 412f246 PyInterpreterState_New is not thread-safe, and the recent fix to _PyPclose by Tim Peters · 24 years ago
  10. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  11. 7bd25be Cosmetics on Py_Get/SetRecursionLimit (for the style guide) by Vladimir Marangozov · 24 years ago
  12. b69a27e code part of patch #100895 by Fredrik Lundh by Jeremy Hylton · 24 years ago
  13. d320c34 Revert removal of void from function definition. Guido sez I can take it by Tim Peters · 24 years ago
  14. b709df3 refactor __del__ exception handler into PyErr_WriteUnraisable by Jeremy Hylton · 24 years ago
  15. 349ff6f Set the recursion limit to 1000 -- 2500 was not enough, let's be conservative. by Guido van Rossum · 24 years ago
  16. 51de690 Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler wngs; by Tim Peters · 24 years ago
  17. ee5adfb add user-modifiable recursion_limit by Jeremy Hylton · 24 years ago
  18. 592f2d6 _PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endif by Fred Drake · 24 years ago
  19. 399739f PyOS_CheckStack(): Better ANSI'fy this while we're at it. by Fred Drake · 24 years ago
  20. e8de31c Add a comment explaining the return value of PyOS_CheckStack(). by Fred Drake · 24 years ago
  21. e68140d Better error message with UnboundLocalError by Paul Prescod · 24 years ago
  22. 093abe0 eval_code2(): Guido provides this patch for his suggested elaboration by Barry Warsaw · 24 years ago
  23. dd13e4f Replace the run-time 'future-bytecode-stream-inspection' hack to find out by Thomas Wouters · 24 years ago
  24. e868211 Hard to believe Guido compiled this! Function lacked a return stmt. by Tim Peters · 24 years ago
  25. e753ef8 Re-allow 'import mod.submod as s', and change its meaning to what it should by Thomas Wouters · 24 years ago
  26. 0df002c Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(), by Guido van Rossum · 24 years ago
  27. 2f15b25 implements PyOS_CheckStack for Windows and MSVC. this fixes a by Fredrik Lundh · 24 years ago
  28. 0ae722e Oops, one pop too many. by Thomas Wouters · 24 years ago
  29. fee3a2d Charles Waldman's patch to reinitialize the interpreter lock after a by Guido van Rossum · 24 years ago
  30. dc3d606 Fix to [ Bug #111165 ] doc-string removal masked by PYTHONOPTIMIZE by Marc-André Lemburg · 24 years ago
  31. b59290f Fix allowable node-types for assignment, need to add 'listmaker'. by Thomas Wouters · 24 years ago
  32. 6d63adf Improve the exceptions raised by PyErr_BadInternalCall(); adding the by Fred Drake · 24 years ago
  33. 434d082 Support for three-token characters (**=, >>=, <<=) which was written by by Thomas Wouters · 24 years ago
  34. ef8ace3 Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  35. 635f6fb This patch partly (some stuff went in already) ports Python to Monterey. by Trent Mick · 24 years ago
  36. b745a04 Remove the dependency information for version.o; this is not part of by Fred Drake · 24 years ago
  37. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  38. 24703a0 com_print_stmt(): Guido rightly points out that the stream expression by Barry Warsaw · 24 years ago
  39. 45ab2b6 Thomas reminds me to bump the MAGIC number for the extended print by Barry Warsaw · 24 years ago
  40. 23c9ec8 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  41. 29c574e PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  42. 0400515 Fix the bug Sjoerd Mullender discovered, where find_from_args() wasn't by Thomas Wouters · 24 years ago
  43. 8bad612 Disallow "import mod.submod as m", because the result is ambiguous. Does it by Thomas Wouters · 24 years ago
  44. 73f77b4 com_error(): Quiet gcc -Wall warning. by Barry Warsaw · 24 years ago
  45. 04e654a Remove a couple of warnings turned up by "gcc -Wall". by Fred Drake · 24 years ago
  46. 0888ff1 Do not set a MemoryError exception over another MemoryError exception, by Vladimir Marangozov · 24 years ago
  47. 87bec35 SyntaxError__classinit__(): Slight reorg for simplicity. by Barry Warsaw · 24 years ago
  48. 5ca1ef9 comples_from_string(): Move s_buffer[] up to the top-level function by Barry Warsaw · 24 years ago
  49. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  50. f2581c9 _PySys_Init(): Fix another Insure discovered memory leak; the PyString by Barry Warsaw · 24 years ago
  51. 77c9f50 SyntaxError__str__(): Fix two memory problems discovered by Insure. by Barry Warsaw · 24 years ago
  52. b59ab42 Fix new compiler warnings. Unused var in compile.c. Argsize mismatches by Tim Peters · 24 years ago
  53. 185a29b my_basename(): Removes the leading path components from a path name, by Fred Drake · 24 years ago
  54. a811a5b Remove the osdefs.h #include; it was not needed in the final version of by Fred Drake · 24 years ago
  55. dcf08e0 When raising a SyntaxError, make a best-effort attempt to set the by Fred Drake · 24 years ago
  56. 83cb797 When raising a SyntaxError, make a best-effort attempt to set the by Fred Drake · 24 years ago
  57. 1aba577 SyntaxError__str__(): Do more formatting of the exception here, rather by Fred Drake · 24 years ago
  58. a2b6ad6 Guido pointed out that all names in the sys module have no underscore, by Fred Drake · 24 years ago
  59. 557a044 Fix the parent of WindowsError - both the comments in this source file, and the previous exceptions.py have WindowsError as a sub-class of OSError. by Mark Hammond · 24 years ago
  60. ccede59 The attempt to protect against MS_WIN16 compilers that do not support long by Fred Drake · 24 years ago
  61. 099325e Add a byte_order value to the sys module. The value is "big" for by Fred Drake · 24 years ago
  62. 87df80d The list comp patch checked for the second child node of the 'listmaker' by Thomas Wouters · 24 years ago
  63. 361852f The list comprehensions patch partly reversed the removal of UNPACK_LIST, by Thomas Wouters · 24 years ago
  64. 29b8381 Clean up a couple of warnings on Win64. The downcast of the strlen size_t by Trent Mick · 24 years ago
  65. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  66. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  67. 6947d0b -- from Trent Mick: [Patch #101010] replace use of INT_PTR by Fredrik Lundh · 24 years ago
  68. 6c2f0c7 When returning an error from jcompile() (which is passed through by by Guido van Rossum · 24 years ago
  69. ed473a4 Avoid dumping core when PyErr_NormalizeException() is called without by Guido van Rossum · 24 years ago
  70. aa39a7e Initialized opcode and oparg to silence a gcc -Wall warning. by Moshe Zadka · 24 years ago
  71. e8643c4 Fix some strange indentation and grammar that have been bugging me for weeks. by Thomas Wouters · 24 years ago
  72. cc22fbe Changed H specifier to mean "bitfield", i.e. any value from by Jack Jansen · 24 years ago
  73. 9fb6af9 Removing warnings by gcc -Wall -- cast ugly || to void. by Moshe Zadka · 24 years ago
  74. 413407f Add a test that Py_IsInitialized() in Py_InitModule4(). See by Guido van Rossum · 24 years ago
  75. bff879c This patch finalizes the move from UTF-8 to a default encoding in by Marc-André Lemburg · 24 years ago
  76. 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
  77. bd599b5 Both PEP 201 Lockstep Iteration and SF patch #101030 have been by Barry Warsaw · 24 years ago
  78. 19c6afb Include the dependence of sysmodule on the patchlevel.h include, so by Fred Drake · 24 years ago
  79. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  80. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
  81. 1e0c2f4 Create a new section of pyport.h to hold all external function declarations by Thomas Wouters · 24 years ago
  82. 8ec68fd Prototype yet another forward declaration. by Thomas Wouters · 24 years ago
  83. e28c296 Another missed ansification. by Thomas Wouters · 24 years ago
  84. 8315ea5 Included assert.h in Python.h -- it's absurd that this basic tool of by Tim Peters · 24 years ago
  85. 1153438 -- changed w_more to take an integer instead of a char by Fredrik Lundh · 24 years ago
  86. 2f2370b Oops. One of last nights ANSIfication patches accidentily upped the bytecode by Thomas Wouters · 24 years ago
  87. b4bd21c ANSIfy as many declarations as possible. by Thomas Wouters · 24 years ago
  88. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  89. 0452d1f Fix two instances of empty argument lists, and fix style by Thomas Wouters · 24 years ago
  90. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  91. 9a5086c just fixing the indentation by Peter Schneider-Kamp · 24 years ago
  92. 11384c6 raise error on duplicate function arguments by Peter Schneider-Kamp · 24 years ago
  93. 6980dff delete obsolete SYMANTEC__CFM68K__ #ifdefs by Skip Montanaro · 24 years ago
  94. 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 24 years ago
  95. bf26e07 Worm around MSVC6 error on single string literal > 2Kb. by Tim Peters · 24 years ago
  96. cbf630f Include macglue.h for some function prototypes, and renamed a few by Jack Jansen · 24 years ago
  97. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  98. b781655 Exception__str__(): In case 1, be sure to decref the tmp local by Barry Warsaw · 24 years ago
  99. 7dfeb42 EnvironmentError__init__(): The two case clauses were missing by Barry Warsaw · 24 years ago
  100. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago