| Commit message (Expand) | Author | Age | Files | Lines |
* | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 1 | -6/+0 |
|
|
* | com_continue_stmt(): Improve error message when continue is found | Fred Drake | 2000-09-08 | 1 | -1/+22 |
|
|
* | changed \x to consume exactly two hex digits. implements PEP-223 | Fredrik Lundh | 2000-09-02 | 1 | -16/+28 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Replace the run-time 'future-bytecode-stream-inspection' hack to find out | Thomas Wouters | 2000-08-27 | 1 | -2/+16 |
|
|
* | Re-allow 'import mod.submod as s', and change its meaning to what it should | Thomas Wouters | 2000-08-27 | 1 | -2/+5 |
|
|
* | Oops, one pop too many. | Thomas Wouters | 2000-08-27 | 1 | -1/+0 |
|
|
* | Fix allowable node-types for assignment, need to add 'listmaker'. | Thomas Wouters | 2000-08-25 | 1 | -1/+1 |
|
|
* | Support for three-token characters (**=, >>=, <<=) which was written by | Thomas Wouters | 2000-08-24 | 1 | -33/+188 |
|
|
* | Charles G. Waldman <cgw@fnal.gov>: | Fred Drake | 2000-08-24 | 1 | -2/+32 |
|
|
* | require list comprehensions to start with a for clause | Skip Montanaro | 2000-08-22 | 1 | -4/+4 |
|
|
* | com_print_stmt(): Guido rightly points out that the stream expression | Barry Warsaw | 2000-08-21 | 1 | -5/+22 |
|
|
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 1 | -8/+36 |
|
|
* | Disallow "import mod.submod as m", because the result is ambiguous. Does it | Thomas Wouters | 2000-08-19 | 1 | -1/+2 |
|
|
* | com_error(): Quiet gcc -Wall warning. | Barry Warsaw | 2000-08-18 | 1 | -1/+0 |
|
|
* | Apply SF patch #101135, adding 'import module as m' and 'from module import | Thomas Wouters | 2000-08-17 | 1 | -6/+38 |
|
|
* | Fix new compiler warnings. Unused var in compile.c. Argsize mismatches | Tim Peters | 2000-08-15 | 1 | -1/+0 |
|
|
* | Remove the osdefs.h #include; it was not needed in the final version of | Fred Drake | 2000-08-15 | 1 | -1/+0 |
|
|
* | When raising a SyntaxError, make a best-effort attempt to set the | Fred Drake | 2000-08-15 | 1 | -9/+29 |
|
|
* | The list comp patch checked for the second child node of the 'listmaker' | Thomas Wouters | 2000-08-13 | 1 | -1/+1 |
|
|
* | The list comprehensions patch partly reversed the removal of UNPACK_LIST, | Thomas Wouters | 2000-08-12 | 1 | -13/+0 |
|
|
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 1 | -14/+129 |
|
|
* | Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they | Thomas Wouters | 2000-08-11 | 1 | -18/+5 |
|
|
* | When returning an error from jcompile() (which is passed through by | Guido van Rossum | 2000-08-07 | 1 | -0/+8 |
|
|
* | Fix some strange indentation and grammar that have been bugging me for | Thomas Wouters | 2000-08-05 | 1 | -6/+5 |
|
|
* | Mass ANSIfication of function definitions. Doesn't cover all 'extern' | Thomas Wouters | 2000-07-22 | 1 | -324/+104 |
|
|
* | just fixing the indentation | Peter Schneider-Kamp | 2000-07-13 | 1 | -1/+1 |
|
|
* | raise error on duplicate function arguments | Peter Schneider-Kamp | 2000-07-13 | 1 | -1/+10 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -29/+29 |
|
|
* | Include limits.h if we have it. | Jack Jansen | 2000-07-03 | 1 | -0/+3 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 1 | -2/+2 |
|
|
* | Trent Mick's Win64 changes: size_t vs. int or long; also some overflow | Guido van Rossum | 2000-06-28 | 1 | -8/+12 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -1/+1 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-05-01 | 1 | -1/+1 |
|
|
* | Charles G Waldman: | Guido van Rossum | 2000-04-28 | 1 | -36/+49 |
|
|
* | M.-A. Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-13 | 1 | -2/+23 |
|
|
* | Patch by Vladimir Marangozov to include the function name when | Guido van Rossum | 2000-04-10 | 1 | -2/+6 |
|
|
* | Vladimir Marangozov: This fixes the line number in the string | Guido van Rossum | 2000-04-07 | 1 | -4/+2 |
|
|
* | remove reference (vestigal) to CALL_FUNCTION_STAR | Jeremy Hylton | 2000-03-29 | 1 | -1/+1 |
|
|
* | slightly modified version of Greg Ewing's extended call syntax patch | Jeremy Hylton | 2000-03-28 | 1 | -2/+23 |
|
|
* | Marc-Andre Lemburg: support for Unicode string literals (u"...", ur"..."). | Guido van Rossum | 2000-03-10 | 1 | -3/+22 |
|
|
* | The cleanup code in com-init() at label fail_0000 should remove | Guido van Rossum | 1999-12-20 | 1 | -1/+1 |
|
|
* | Tim Peters writes: | Guido van Rossum | 1999-09-15 | 1 | -1/+1 |
|
|
* | Implement -OO; "unsafe" optimization that removes docstrings. | Guido van Rossum | 1999-01-28 | 1 | -0/+3 |
|
|
* | Remove prototypes for PyOS_strto[u]l -- Chris Herborth. | Guido van Rossum | 1998-12-10 | 1 | -3/+0 |
|
|
* | Add more SET_LINENO instructions in long argument lists | Guido van Rossum | 1998-12-10 | 1 | -1/+7 |
|
|
* | Changes to support other object types besides strings | Guido van Rossum | 1998-10-07 | 1 | -6/+17 |
|
|
* | Eh, better error message for the previous change. It now says | Guido van Rossum | 1998-10-02 | 1 | -1/+1 |
|
|