| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Clean up a couple of warnings on Win64. The downcast of the strlen size_t | Trent Mick | 2000-08-12 | 1 | -1/+1 |
|
|
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 2 | -215/+425 |
|
|
* | Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they | Thomas Wouters | 2000-08-11 | 3 | -21/+7 |
|
|
* | -- from Trent Mick: [Patch #101010] replace use of INT_PTR | Fredrik Lundh | 2000-08-07 | 1 | -5/+1 |
|
|
* | When returning an error from jcompile() (which is passed through by | Guido van Rossum | 2000-08-07 | 1 | -0/+8 |
|
|
* | Avoid dumping core when PyErr_NormalizeException() is called without | Guido van Rossum | 2000-08-07 | 1 | -0/+6 |
|
|
* | Initialized opcode and oparg to silence a gcc -Wall warning. | Moshe Zadka | 2000-08-07 | 1 | -2/+2 |
|
|
* | Fix some strange indentation and grammar that have been bugging me for | Thomas Wouters | 2000-08-05 | 1 | -6/+5 |
|
|
* | Changed H specifier to mean "bitfield", i.e. any value from | Jack Jansen | 2000-08-05 | 1 | -5/+27 |
|
|
* | Removing warnings by gcc -Wall -- cast ugly || to void. | Moshe Zadka | 2000-08-04 | 1 | -1/+1 |
|
|
* | Add a test that Py_IsInitialized() in Py_InitModule4(). See | Guido van Rossum | 2000-08-04 | 1 | -0/+2 |
|
|
* | This patch finalizes the move from UTF-8 to a default encoding in | Marc-André Lemburg | 2000-08-03 | 1 | -4/+6 |
|
|
* | Changing the CNRI copyright notice according to CNRI's instructions. | Guido van Rossum | 2000-08-03 | 1 | -1/+1 |
|
|
* | Both PEP 201 Lockstep Iteration and SF patch #101030 have been | Barry Warsaw | 2000-08-03 | 1 | -0/+56 |
|
|
* | Include the dependence of sysmodule on the patchlevel.h include, so | Fred Drake | 2000-08-01 | 1 | -1/+1 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 3 | -5/+2 |
|
|
* | Use 'void' directly instead of the ANY #define, now that all code is ANSI C. | Thomas Wouters | 2000-07-25 | 1 | -5/+5 |
|
|
* | Create a new section of pyport.h to hold all external function declarations | Thomas Wouters | 2000-07-24 | 1 | -1/+0 |
|
|
* | Prototype yet another forward declaration. | Thomas Wouters | 2000-07-24 | 1 | -1/+1 |
|
|
* | Another missed ansification. | Thomas Wouters | 2000-07-23 | 1 | -4/+1 |
|
|
* | Included assert.h in Python.h -- it's absurd that this basic tool of | Tim Peters | 2000-07-23 | 1 | -1/+1 |
|
|
* | -- changed w_more to take an integer instead of a char | Fredrik Lundh | 2000-07-23 | 1 | -2/+2 |
|
|
* | Oops. One of last nights ANSIfication patches accidentily upped the bytecode | Thomas Wouters | 2000-07-23 | 1 | -1/+1 |
|
|
* | ANSIfy as many declarations as possible. | Thomas Wouters | 2000-07-22 | 5 | -7/+8 |
|
|
* | Mass ANSIfication of function definitions. Doesn't cover all 'extern' | Thomas Wouters | 2000-07-22 | 45 | -1526/+704 |
|
|
* | Fix two instances of empty argument lists, and fix style | Thomas Wouters | 2000-07-22 | 1 | -79/+78 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 10 | -11/+11 |
|
|
* | 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 |
|
|
* | delete obsolete SYMANTEC__CFM68K__ #ifdefs | Skip Montanaro | 2000-07-12 | 2 | -8/+0 |
|
|
* | replace PyXXX_Length calls with PyXXX_Size calls | Jeremy Hylton | 2000-07-12 | 3 | -10/+11 |
|
|
* | Worm around MSVC6 error on single string literal > 2Kb. | Tim Peters | 2000-07-12 | 1 | -2/+7 |
|
|
* | Include macglue.h for some function prototypes, and renamed a few | Jack Jansen | 2000-07-11 | 3 | -3/+10 |
|
|
* | Create two new exceptions: IndentationError and TabError. These are | Fred Drake | 2000-07-11 | 2 | -4/+42 |
|
|
* | Exception__str__(): In case 1, be sure to decref the tmp local | Barry Warsaw | 2000-07-09 | 1 | -4/+8 |
|
|
* | EnvironmentError__init__(): The two case clauses were missing | Barry Warsaw | 2000-07-09 | 1 | -3/+9 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 11 | -135/+126 |
|
|
* | Get rid of unused vars in builtin_unicode (they were causing | Tim Peters | 2000-07-09 | 1 | -2/+0 |
|
|
* | Fixed unicode() to use the new API PyUnicode_FromEncodedObject(). | Marc-André Lemburg | 2000-07-07 | 1 | -14/+1 |
|
|
* | Added support for H (unsigned short) specifier in PyArg_ParseTuple and | Jack Jansen | 2000-07-06 | 2 | -1/+30 |
|
|
* | Include limits.h if we have it. | Jack Jansen | 2000-07-03 | 4 | -0/+12 |
|
|
* | init_exceptions(): Decref `doc' so it doesn't leak. | Barry Warsaw | 2000-07-01 | 1 | -0/+1 |
|
|
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 1 | -0/+3 |
|
|
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 1 | -0/+6 |
|
|
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 1 | -2/+3 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 49 | -294/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 51 | -1112/+347 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 1 | -2/+2 |
|
|