1. e561dc2 XXXROUNDUP(): Turns out this fixed Andrew MacIntyre's memory-mgmt by Tim Peters · 22 years ago
  2. 2f10cb8 Fix bug 439992 - [win32] KeyboardInterrupt Not Caught. by Mark Hammond · 22 years ago
  3. 7b4c8e4 I trust the parser accelators are getting added :-). by Jeremy Hylton · 22 years ago
  4. 6b17abf Fix SF Bug 564931: compile() traceback must include filename. by Thomas Heller · 22 years ago
  5. 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 22 years ago
  6. 623fdb9 PyNode_AddChild() and fancy_roundup(): Be paranoid about int overflow. by Tim Peters · 22 years ago
  7. 755ebea PyNode_AddChild(): Do aggressive over-allocation when the number of by Tim Peters · 22 years ago
  8. 79e39bd Add definition of Py_IgnoreEnvironmentFlag (needed at least in debug mode). by Guido van Rossum · 22 years ago
  9. 5352d8c Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.c by Neal Norwitz · 22 years ago
  10. 1ccb3ee Link with the right C library! This has always been wrong (& my fault). by Tim Peters · 22 years ago
  11. 44c4c6d Py_GETENV is used by obmalloc and needs Py_IgnoreEnvironmentFlag. Provide it. by Neil Schemenauer · 22 years ago
  12. 1c61926 Update the Windows makefile for 2.3. by Tim Peters · 22 years ago
  13. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  14. c24ea08 Disable the parser hacks that enabled the "yield" keyword using a future by Neil Schemenauer · 22 years ago
  15. c155dd4 Disable the parser hacks that allowed the "yield" keyword to be enabled by Neil Schemenauer · 22 years ago
  16. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  17. 16eff6f Initialize err_ret with filename if available. Fixes #498828. by Martin v. Löwis · 23 years ago
  18. 88e138c PyGrammar_LabelRepr(): sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
  19. 1ca1296 The parser doesn't need its own implementation of assert, and having its by Tim Peters · 23 years ago
  20. 5947af5 Reverting last change so we don't have to think about the assert macro by Barry Warsaw · 23 years ago
  21. b97c969 PyGrammar_LabelRepr(): Conversion of sprintf() to PyOS_snprintf() for by Barry Warsaw · 23 years ago
  22. 0c156a5 Patch from SF bug #472956: UMR when there is a syntax error (Neal Norwitz) by Guido van Rossum · 23 years ago
  23. eba84cd An MSVC makefile to rebuild the grammar files (graminit.[ch]) manually. by Tim Peters · 23 years ago
  24. 25dfe2c Silence parser generator output. by Guido van Rossum · 23 years ago
  25. d507dab SF patch #455966: Allow leading 0 in float/imag literals. by Tim Peters · 23 years ago
  26. 9aa70d9 SF bug [#455775] float parsing discrepancy. by Tim Peters · 23 years ago
  27. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  28. 3c03323 Fis SF bug #442647: not all forms of legal future statements were by Guido van Rossum · 23 years ago
  29. da62ecc Add a really stupid warning about 'yield' used as an identifier. by Guido van Rossum · 23 years ago
  30. fe2127d Ugly. A pile of new xxxFlags() functions, to communicate to the parser by Tim Peters · 23 years ago
  31. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  32. cf96de0 SF but #417587: compiler warnings compiling 2.1. by Tim Peters · 23 years ago
  33. 48a680c RISCOS changes by dschwertberger. by Guido van Rossum · 23 years ago
  34. 84521c0 Take output filenames as arguments instead of hard-coding them. by Neil Schemenauer · 23 years ago
  35. 693291b Superseded by $(srcdir)/Makefile.pre.in. by Neil Schemenauer · 23 years ago
  36. e3c3b27 Fix a bug in stack overflow error handling. This fixes half of Bug #115555. by Guido van Rossum · 24 years ago
  37. 1d6a729 More limits.h stuff in node.c. Fred, check this! by Tim Peters · 24 years ago
  38. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  39. 58e64a8 Move down the INT_MAX logic, because HAVE_LIMITS_H was always undefined by Vladimir Marangozov · 24 years ago
  40. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  41. dd19eaf Added a little more dependency information. by Fred Drake · 24 years ago
  42. fee3a2d Charles Waldman's patch to reinitialize the interpreter lock after a by Guido van Rossum · 24 years ago
  43. 434d082 Support for three-token characters (**=, >>=, <<=) which was written by by Thomas Wouters · 24 years ago
  44. ef8ace3 Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  45. eb375e4 Simplified inclusions and avoid prototypes copied in from elsewhere. by Fred Drake · 24 years ago
  46. 38aa14a PyParser_ParseString(): When the err_ret structure is initialized, the by Barry Warsaw · 24 years ago
  47. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  48. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
  49. 4f1b208 Removed all instances of RETSIGTYPE from the source code: signal by Tim Peters · 24 years ago
  50. 1be4684 Recent ANSIfication introduced a couple instances of by Tim Peters · 24 years ago
  51. bd8ad94 Remember to return something if RETSIGTYPE is not 'void'. Do we still need by Thomas Wouters · 24 years ago
  52. 23c9e00 Mass ANSIfication. by Thomas Wouters · 24 years ago
  53. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  54. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  55. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  56. 41aa8e5 Include limits.h if we have it. by Jack Jansen · 24 years ago
  57. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  58. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  59. 6da3434 Trent Mick: familiar simple Win64 patches by Guido van Rossum · 24 years ago
  60. 6b7a5d8 Jack Jansen: Removed Macintosh tab-guessing code by Guido van Rossum · 24 years ago
  61. 9498806 Add new parser error code, E_OVERFLOW. This error is returned when by Jeremy Hylton · 24 years ago
  62. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  63. ee98e4e Ignore a bunch of generated files. by Barry Warsaw · 24 years ago
  64. 6c981ad Only write message about changed Tab size with -v. by Guido van Rossum · 24 years ago
  65. ab5ca15 Fix by Eric Raymond: make the code that looks for various bits of by Guido van Rossum · 24 years ago
  66. 86016cb Marc-Andre Lemburg: add new string token types u"..." and ur"..." by Guido van Rossum · 24 years ago
  67. 89ce454 Make sure that -t and -tt also work on strings passed to compile(). by Guido van Rossum · 26 years ago
  68. d5516bc One more fprintf bites the dist -- use PySys_WriteStderr by Guido van Rossum · 26 years ago
  69. f261526 Need to add default decl of DL_IMPORT, for mymalloc.h by Guido van Rossum · 26 years ago
  70. 2a57004 Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy. by Guido van Rossum · 26 years ago
  71. 80c7bcf The previous fix was still broken; the Py_END_ALLOW_THREADS macro was by Guido van Rossum · 26 years ago
  72. 8efa47b We now assume that PyOS_Readline() is called with the interpreter lock by Guido van Rossum · 26 years ago
  73. 6e73bf4 Replace all calls to fprintf(stderr, ...) with PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
  74. 47fbc40 Add a version of PySys_WriteStderr() that writes to stderr, so we can by Guido van Rossum · 26 years ago
  75. c3e3e64 There's a bunch of files that shouldn't be included in libpython*.a! by Guido van Rossum · 26 years ago
  76. bb3649e Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  77. 6135df6 Declare and use Py_TabcheckFlag here. by Guido van Rossum · 26 years ago
  78. c095200 Add dummy Py_VerboseFlag now that it's referenced in parsetok.c. by Guido van Rossum · 26 years ago
  79. 926f13a Add checking for inconsistent tab usage by Guido van Rossum · 26 years ago
  80. f2da4ed Add $(LIBS) to the pgen link line. by Guido van Rossum · 26 years ago
  81. 54758fa Swap two statements in the dedent check loop. This makes absolutely by Guido van Rossum · 26 years ago
  82. 3568524 Fixed the bug in searching for triple quotes -- change the 'quote2' by Guido van Rossum · 26 years ago
  83. cf57d8b tok_nextc() should return unsigned characters, to avoid mistaking by Guido van Rossum · 26 years ago
  84. 7bf22de Patch for QNX, by Chris Herborth. by Guido van Rossum · 27 years ago
  85. 359bcaa This fix (across 4 files in 3 directories) solves a subtle problem with by Guido van Rossum · 27 years ago
  86. 4462064 Renamed Py_input_hook to PyOS_InputHook. by Guido van Rossum · 27 years ago
  87. 717c6f9 Move GNU readline interface to ../Modules/readline.c. by Guido van Rossum · 27 years ago
  88. aee094c Added finalization routines. by Guido van Rossum · 27 years ago
  89. ff0ec52 Finally plug the memory leak caused by syntax error (including by Guido van Rossum · 27 years ago
  90. f6ca6aa New build procedure. by Guido van Rossum · 27 years ago
  91. ee2373b Oops, missed some renamings. by Guido van Rossum · 27 years ago
  92. 86bea46 Another directory quickly renamed. by Guido van Rossum · 27 years ago
  93. 5026cb4 Now that the string-sig has settled on r"obin" strings, restrict the by Guido van Rossum · 27 years ago
  94. 2d45be1 (Jack:) On the Mac, give syntax error on \r. by Guido van Rossum · 27 years ago
  95. fa658ce Remove two unised variables. by Guido van Rossum · 27 years ago
  96. 24dacb3 Support for alternative string quotes (a"xx", b"xx", c"xx", ...). by Guido van Rossum · 27 years ago
  97. 6dacd90 Allow leading underscore in keywords. by Guido van Rossum · 27 years ago
  98. fbd64c8 Restructured quite a bit, hopefully Lee Busby will find this useful. by Guido van Rossum · 27 years ago
  99. bae9518 Added decl for Py_AddPendingCall and include mymalloc.h, all to keep lint happy. by Guido van Rossum · 27 years ago
  100. ad74fa6 In the Unix version, arrange for sigcheck() to be called via by Guido van Rossum · 27 years ago