1. 0ae722e Oops, one pop too many. by Thomas Wouters · 24 years ago
  2. b59290f Fix allowable node-types for assignment, need to add 'listmaker'. by Thomas Wouters · 24 years ago
  3. 434d082 Support for three-token characters (**=, >>=, <<=) which was written by by Thomas Wouters · 24 years ago
  4. ef8ace3 Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  5. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  6. 24703a0 com_print_stmt(): Guido rightly points out that the stream expression by Barry Warsaw · 24 years ago
  7. 29c574e PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  8. 8bad612 Disallow "import mod.submod as m", because the result is ambiguous. Does it by Thomas Wouters · 24 years ago
  9. 73f77b4 com_error(): Quiet gcc -Wall warning. by Barry Warsaw · 24 years ago
  10. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  11. b59ab42 Fix new compiler warnings. Unused var in compile.c. Argsize mismatches by Tim Peters · 24 years ago
  12. a811a5b Remove the osdefs.h #include; it was not needed in the final version of by Fred Drake · 24 years ago
  13. dcf08e0 When raising a SyntaxError, make a best-effort attempt to set the by Fred Drake · 24 years ago
  14. 87df80d The list comp patch checked for the second child node of the 'listmaker' by Thomas Wouters · 24 years ago
  15. 361852f The list comprehensions patch partly reversed the removal of UNPACK_LIST, by Thomas Wouters · 24 years ago
  16. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  17. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  18. 6c2f0c7 When returning an error from jcompile() (which is passed through by by Guido van Rossum · 24 years ago
  19. e8643c4 Fix some strange indentation and grammar that have been bugging me for weeks. by Thomas Wouters · 24 years ago
  20. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  21. 9a5086c just fixing the indentation by Peter Schneider-Kamp · 24 years ago
  22. 11384c6 raise error on duplicate function arguments by Peter Schneider-Kamp · 24 years ago
  23. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  24. 41aa8e5 Include limits.h if we have it. by Jack Jansen · 24 years ago
  25. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  26. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  27. 615ae55 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  28. 582acec Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests. by Guido van Rossum · 24 years ago
  29. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 25 years ago
  30. fdc8bdb Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
  31. a2ace6a Charles G Waldman: by Guido van Rossum · 25 years ago
  32. 4e998bc M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  33. 4467959 Patch by Vladimir Marangozov to include the function name when by Guido van Rossum · 25 years ago
  34. a396a88 Vladimir Marangozov: This fixes the line number in the string by Guido van Rossum · 25 years ago
  35. e4fb958 remove reference (vestigal) to CALL_FUNCTION_STAR by Jeremy Hylton · 25 years ago
  36. 7690151 slightly modified version of Greg Ewing's extended call syntax patch by Jeremy Hylton · 25 years ago
  37. 5aa88f0 Marc-Andre Lemburg: support for Unicode string literals (u"...", ur"..."). by Guido van Rossum · 25 years ago
  38. 72badf5 The cleanup code in com-init() at label fail_0000 should remove by Guido van Rossum · 25 years ago
  39. 2174dcb Tim Peters writes: by Guido van Rossum · 25 years ago
  40. 541563e Implement -OO; "unsafe" optimization that removes docstrings. by Guido van Rossum · 26 years ago
  41. 46e9705 Remove prototypes for PyOS_strto[u]l -- Chris Herborth. by Guido van Rossum · 26 years ago
  42. ca90605 Add more SET_LINENO instructions in long argument lists by Guido van Rossum · 26 years ago
  43. d076c73 Changes to support other object types besides strings by Guido van Rossum · 26 years ago
  44. dfede31 Eh, better error message for the previous change. It now says by Guido van Rossum · 26 years ago
  45. 29d38cd Treat def f(a, b=1, c): ... as an error (missing default for c) by Guido van Rossum · 26 years ago
  46. 90f827c Comment out the print statement about underflow. (This only seems to by Guido van Rossum · 26 years ago
  47. 234e260 Since PyDict_GetItem() can't raise an exception any more, there's no by Guido van Rossum · 27 years ago
  48. d295f12 Make first raise argument optional by Guido van Rossum · 27 years ago
  49. ed1100f Don't use sscanf(s, "%x", &c) to parse \xX... escapes; hardcode it. by Guido van Rossum · 27 years ago
  50. ac1fc95 Fixed for WITHOUT_COMPLEX compilation (Jack) by Guido van Rossum · 27 years ago
  51. beef8aa Cprrect stuoid tyops -- was comparing variabes with themselves because by Guido van Rossum · 27 years ago
  52. 275558c Plug a leak in code_dealloc() (and reordered the deallocs to match the by Guido van Rossum · 27 years ago
  53. db9e20f Fix bug reported by Just: anonymous arguments used for tuples should by Guido van Rossum · 27 years ago
  54. c8b6df9 PyObject_Compare can raise an exception now. by Guido van Rossum · 27 years ago
  55. 2f75b29 Indent the #error directives so a classic K&R cpp doesn't see them. by Guido van Rossum · 27 years ago
  56. 9a0f04d Get rid of obsolete support for access statement. by Guido van Rossum · 28 years ago
  57. b05a5c7 Instead of importing graminit.h whenever one of the three grammar 'root' by Guido van Rossum · 28 years ago
  58. 79f25d9 Quickly renamed the remaining files -- this directory is done. by Guido van Rossum · 28 years ago
  59. 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 28 years ago
  60. 5f5e817 Support for alternative string quotes (a"xx", b"xx", c"xx", ...). by Guido van Rossum · 28 years ago
  61. 228d7f3 Added assert statement. by Guido van Rossum · 28 years ago
  62. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 28 years ago
  63. 6af0c00 Fix dumb bug calling parsestrplus with wrong node as argument. by Guido van Rossum · 28 years ago
  64. 7c53111 Added support for ``if __debug__:'' -- if -O is given, this form is by Guido van Rossum · 28 years ago
  65. 8e793d9 Add global Py_OptimizeFlag. SET_LINENO is omitted again unless this is nonzero. by Guido van Rossum · 28 years ago
  66. 0ae748d Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 28 years ago
  67. da4eb5c Instead of emitting SET_LINENO instructions, generate a line number by Guido van Rossum · 28 years ago
  68. 7eb883a Remove unused variable. by Guido van Rossum · 28 years ago
  69. 7b89b6a Intern all names and varnames in newcodeobject(), plus those string by Guido van Rossum · 28 years ago
  70. 8b993a9 Add co_stacksize field to codeobject structure, and stacksize argument by Guido van Rossum · 28 years ago
  71. 635abd2 Check for duplicate keyword arguments at compile time. by Guido van Rossum · 28 years ago
  72. 80bb965 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  73. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  74. e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should by Guido van Rossum · 28 years ago
  75. 452a983 Added line number to most compile-time error messages. by Guido van Rossum · 28 years ago
  76. d8a6d1c Afterthough: leave both leading underscores in, by Guido van Rossum · 28 years ago
  77. fe2236f Oops need to mangle global statement separately by Guido van Rossum · 28 years ago
  78. 8ff077b Name mangling, what the heck! by Guido van Rossum · 28 years ago
  79. 0dfcf75 Disable support for access statement by Guido van Rossum · 28 years ago
  80. 15cc9a0 Removed unused var; added error check for ``lambda: x=1''. by Guido van Rossum · 28 years ago
  81. 8861b74 Changes for slice and ellipses by Guido van Rossum · 28 years ago
  82. 530956d Py_complex; and WITHOUT_COMPLEX added to getargs.c by Guido van Rossum · 28 years ago
  83. 15ad9a6 only use 'j' for imaginary constants by Guido van Rossum · 29 years ago
  84. 1e7b2aa Removed unused var by Jack Jansen · 29 years ago
  85. 50564e8 changes for complex and power (**) operator by Guido van Rossum · 29 years ago
  86. 53f4524 disable code generation for access statement by Guido van Rossum · 29 years ago
  87. 95ffa23 Removed unused variables by Jack Jansen · 29 years ago
  88. a1e7e62 fix bug with missing default for last arg (discovered by Tommy Burnette) by Guido van Rossum · 29 years ago
  89. 681d79a keyword arguments and faster calls by Guido van Rossum · 29 years ago
  90. f10570b 3rd arg for raise; INCOMPLETE keyword parameter passing (currently f(kw=value) is seen as f('kw', value)) by Guido van Rossum · 29 years ago
  91. d9dfaf5 fix typo (== for =) in assignment by Guido van Rossum · 30 years ago
  92. 7f7f274 use Py_CHARMASK by Guido van Rossum · 30 years ago
  93. 164d4ff added missing case to get_docstring by Guido van Rossum · 30 years ago
  94. 3952cb0 fix mem leak (localmap in optimize) by Guido van Rossum · 30 years ago
  95. 1f4fa50 Two independent chages: by Guido van Rossum · 30 years ago
  96. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  97. 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 30 years ago
  98. 363ac7d set name to <lambda> instead of None for lambdas by Guido van Rossum · 30 years ago
  99. 4ca6c9d * Python/compile.c (com_argdefs, com_arglist): avoid referencing by Guido van Rossum · 30 years ago
  100. 57531fe change syntactical position of lambdef (was an atom, now is a test) by Guido van Rossum · 31 years ago