summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* The list comp patch checked for the second child node of the 'listmaker'Thomas Wouters2000-08-131-1/+1
* The list comprehensions patch partly reversed the removal of UNPACK_LIST,Thomas Wouters2000-08-121-13/+0
* Clean up a couple of warnings on Win64. The downcast of the strlen size_tTrent Mick2000-08-121-1/+1
* list comprehensions. seeSkip Montanaro2000-08-122-215/+425
* Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since theyThomas Wouters2000-08-113-21/+7
* -- from Trent Mick: [Patch #101010] replace use of INT_PTRFredrik Lundh2000-08-071-5/+1
* When returning an error from jcompile() (which is passed through byGuido van Rossum2000-08-071-0/+8
* Avoid dumping core when PyErr_NormalizeException() is called withoutGuido van Rossum2000-08-071-0/+6
* Initialized opcode and oparg to silence a gcc -Wall warning.Moshe Zadka2000-08-071-2/+2
* Fix some strange indentation and grammar that have been bugging me forThomas Wouters2000-08-051-6/+5
* Changed H specifier to mean "bitfield", i.e. any value fromJack Jansen2000-08-051-5/+27
* Removing warnings by gcc -Wall -- cast ugly || to void.Moshe Zadka2000-08-041-1/+1
* Add a test that Py_IsInitialized() in Py_InitModule4(). SeeGuido van Rossum2000-08-041-0/+2
* This patch finalizes the move from UTF-8 to a default encoding inMarc-André Lemburg2000-08-031-4/+6
* Changing the CNRI copyright notice according to CNRI's instructions.Guido van Rossum2000-08-031-1/+1
* Both PEP 201 Lockstep Iteration and SF patch #101030 have beenBarry Warsaw2000-08-031-0/+56
* Include the dependence of sysmodule on the patchlevel.h include, soFred Drake2000-08-011-1/+1
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-313-5/+2
* Use 'void' directly instead of the ANY #define, now that all code is ANSI C.Thomas Wouters2000-07-251-5/+5
* Create a new section of pyport.h to hold all external function declarationsThomas Wouters2000-07-241-1/+0
* Prototype yet another forward declaration.Thomas Wouters2000-07-241-1/+1
* Another missed ansification.Thomas Wouters2000-07-231-4/+1
* Included assert.h in Python.h -- it's absurd that this basic tool ofTim Peters2000-07-231-1/+1
* -- changed w_more to take an integer instead of a charFredrik Lundh2000-07-231-2/+2
* Oops. One of last nights ANSIfication patches accidentily upped the bytecodeThomas Wouters2000-07-231-1/+1
* ANSIfy as many declarations as possible.Thomas Wouters2000-07-225-7/+8
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-2245-1526/+704
* Fix two instances of empty argument lists, and fix styleThomas Wouters2000-07-221-79/+78
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-1610-11/+11
* just fixing the indentationPeter Schneider-Kamp2000-07-131-1/+1
* raise error on duplicate function argumentsPeter Schneider-Kamp2000-07-131-1/+10
* delete obsolete SYMANTEC__CFM68K__ #ifdefsSkip Montanaro2000-07-122-8/+0
* replace PyXXX_Length calls with PyXXX_Size callsJeremy Hylton2000-07-123-10/+11
* Worm around MSVC6 error on single string literal > 2Kb.Tim Peters2000-07-121-2/+7
* Include macglue.h for some function prototypes, and renamed a fewJack Jansen2000-07-113-3/+10
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-112-4/+42
* Exception__str__(): In case 1, be sure to decref the tmp localBarry Warsaw2000-07-091-4/+8
* EnvironmentError__init__(): The two case clauses were missingBarry Warsaw2000-07-091-3/+9
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-0911-135/+126
* Get rid of unused vars in builtin_unicode (they were causingTim Peters2000-07-091-2/+0
* Fixed unicode() to use the new API PyUnicode_FromEncodedObject().Marc-André Lemburg2000-07-071-14/+1
* Added support for H (unsigned short) specifier in PyArg_ParseTuple andJack Jansen2000-07-062-1/+30
* Include limits.h if we have it.Jack Jansen2000-07-034-0/+12
* init_exceptions(): Decref `doc' so it doesn't leak.Barry Warsaw2000-07-011-0/+1
* Jack Jansen, Mac patch:Guido van Rossum2000-07-011-0/+3
* Jack Jansen, Mac patch:Guido van Rossum2000-07-011-0/+6
* Jack Jansen, Mac patch:Guido van Rossum2000-07-011-2/+3
* Change copyright notice - 2nd try.Guido van Rossum2000-06-3049-294/+0
* Change copyright notice.Guido van Rossum2000-06-3051-1112/+347
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-301-2/+2