498 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Tim Peters 102e457a01 SF bug 119622: compile errors due to redundant atof decls. I don't understand 26 years ago
Fred Drake d5fadf75e4 Rationalize use of limits.h, moving the inclusion to Python.h. 26 years ago
Fred Drake fd1f1be98d com_continue_stmt(): Improve error message when continue is found 26 years ago
Fredrik Lundh 1fa0b895ec changed \x to consume exactly two hex digits. implements PEP-223 26 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Thomas Wouters dd13e4f91f Replace the run-time 'future-bytecode-stream-inspection' hack to find out 26 years ago
Thomas Wouters e753ef8d1b Re-allow 'import mod.submod as s', and change its meaning to what it should 26 years ago
Thomas Wouters 0ae722e0a2 Oops, one pop too many. 26 years ago
Thomas Wouters b59290f5b2 Fix allowable node-types for assignment, need to add 'listmaker'. 26 years ago
Thomas Wouters 434d0828d8 Support for three-token characters (**=, >>=, <<=) which was written by 26 years ago
Fred Drake ef8ace3a6f Charles G. Waldman <cgw@fnal.gov>: 26 years ago
Skip Montanaro 46dfa5f4ed require list comprehensions to start with a for clause 26 years ago
Barry Warsaw 24703a02e7 com_print_stmt(): Guido rightly points out that the stream expression 26 years ago
Barry Warsaw 29c574e30c PEP 214, Extended print Statement, has been accepted by the BDFL. 26 years ago
Thomas Wouters 8bad612881 Disallow "import mod.submod as m", because the result is ambiguous. Does it 26 years ago
Barry Warsaw 73f77b4495 com_error(): Quiet gcc -Wall warning. 26 years ago
Thomas Wouters 5215225ea1 Apply SF patch #101135, adding 'import module as m' and 'from module import 26 years ago
Tim Peters b59ab42487 Fix new compiler warnings. Unused var in compile.c. Argsize mismatches 26 years ago
Fred Drake a811a5b13a Remove the osdefs.h #include; it was not needed in the final version of 26 years ago
Fred Drake dcf08e0dfe When raising a SyntaxError, make a best-effort attempt to set the 26 years ago
Thomas Wouters 87df80d542 The list comp patch checked for the second child node of the 'listmaker' 26 years ago
Thomas Wouters 361852f80e The list comprehensions patch partly reversed the removal of UNPACK_LIST, 26 years ago
Skip Montanaro 803d6e5451 list comprehensions. see 26 years ago
Thomas Wouters 0be5aab04d Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they 26 years ago
Guido van Rossum 6c2f0c73a1 When returning an error from jcompile() (which is passed through by 26 years ago
Thomas Wouters e8643c465d Fix some strange indentation and grammar that have been bugging me for 26 years ago
Thomas Wouters f70ef4f860 Mass ANSIfication of function definitions. Doesn't cover all 'extern' 26 years ago
Peter Schneider-Kamp 9a5086c598 just fixing the indentation 26 years ago
Peter Schneider-Kamp 11384c60f6 raise error on duplicate function arguments 26 years ago
Tim Peters dbd9ba6a6c Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. 26 years ago
Jack Jansen 41aa8e523d Include limits.h if we have it. 26 years ago
Guido van Rossum ffcc3813d8 Change copyright notice - 2nd try. 26 years ago
Guido van Rossum fd71b9e9d4 Change copyright notice. 26 years ago
Fred Drake 615ae55eca Trent Mick <trentm@activestate.com>: 26 years ago
Guido van Rossum 582acece2e Trent Mick's Win64 changes: size_t vs. int or long; also some overflow 26 years ago
Guido van Rossum b18618dab7 Vladimir Marangozov's long-awaited malloc restructuring. 26 years ago
Guido van Rossum fdc8bdb67b Marc-Andre Lemburg: 26 years ago
Guido van Rossum a2ace6ae25 Charles G Waldman: 26 years ago
Fred Drake 4e998bc658 M.-A. Lemburg <mal@lemburg.com>: 26 years ago
Guido van Rossum 44679590e0 Patch by Vladimir Marangozov to include the function name when 26 years ago
Guido van Rossum a396a883af Vladimir Marangozov: This fixes the line number in the string 26 years ago
Jeremy Hylton e4fb958fc2 remove reference (vestigal) to CALL_FUNCTION_STAR 26 years ago
Jeremy Hylton 7690151c7e slightly modified version of Greg Ewing's extended call syntax patch 26 years ago
Guido van Rossum 5aa88f097f Marc-Andre Lemburg: support for Unicode string literals (u"...", ur"..."). 26 years ago
Guido van Rossum 72badf5404 The cleanup code in com-init() at label fail_0000 should remove 27 years ago
Guido van Rossum 2174dcb061 Tim Peters writes: 27 years ago
Guido van Rossum 541563ec7e Implement -OO; "unsafe" optimization that removes docstrings. 27 years ago
Guido van Rossum 46e9705eca Remove prototypes for PyOS_strto[u]l -- Chris Herborth. 28 years ago
Guido van Rossum ca90605678 Add more SET_LINENO instructions in long argument lists 28 years ago
Guido van Rossum d076c73cc8 Changes to support other object types besides strings 28 years ago