summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* The real suport for augmented assignment: new opcodes, new PyNumber andThomas Wouters2000-08-246-58/+223
* Charles G. Waldman <cgw@fnal.gov>:Fred Drake2000-08-242-2/+5
* PEP 214, Extended print Statement, has been accepted by the BDFL.Barry Warsaw2000-08-211-0/+2
* Moved LONG_LONG #define from here to pyport.h.Barry Warsaw2000-08-181-3/+0
* Moved LONG_LONG #define from longobject.h to here, since it's neededBarry Warsaw2000-08-181-0/+43
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-172-41/+43
* Updated commentAndrew M. Kuchling2000-08-161-1/+1
* Deleted now-unused include filesAndrew M. Kuchling2000-08-165-441/+0
* Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470.Tim Peters2000-08-151-1/+9
* Fix a typo in the PyMem_Resize macro, found by Andrew KuchlingVladimir Marangozov2000-08-131-1/+1
* list comprehensions. seeSkip Montanaro2000-08-121-11/+15
* Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since theyThomas Wouters2000-08-111-2/+2
* #include reordering so that extern "C" does not interfere withVladimir Marangozov2000-08-111-38/+40
* Added #fndef's to avoid compiler errors.Marc-André Lemburg2000-08-111-1/+3
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-102-4/+0
* Added a prototype for PyOS_CheckStack (within #ifdef USE_STACKCHECK).Jack Jansen2000-08-071-0/+3
* This patch finalizes the move from UTF-8 to a default encoding inMarc-André Lemburg2000-08-031-2/+3
* Remobe beopen/cnri/cwi copyrights, according to CNRI instructions.Guido van Rossum2000-08-031-10/+0
* Changing the CNRI copyright notice according to CNRI's instructions.Guido van Rossum2000-08-032-2/+2
* Added #define for oldest version of argument callingAndrew M. Kuchling2000-08-031-0/+1
* Of course, you meant "#if 0" and not "#ifdef 0". :)Guido van Rossum2000-08-011-1/+1
* Guido said this is food for the beta-testers<wink>Peter Schneider-Kamp2000-08-011-0/+5
* patch from Vladimir (move Py_Mem* interface to Include/pymem.h)Peter Schneider-Kamp2000-07-3110-177/+221
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-318-6/+339
* Make mode_t available for the declaration of _getpty().Sjoerd Mullender2000-07-261-1/+1
* Use 'void' directly instead of the ANY #define, now that all code is ANSI C.Thomas Wouters2000-07-253-37/+19
* Create a new section of pyport.h to hold all external function declarationsThomas Wouters2000-07-241-0/+62
* Remove function-less prototype (old function that was removed ?) thatThomas Wouters2000-07-241-1/+0
* Removed all instances of RETSIGTYPE from the source code: signalTim Peters2000-07-231-17/+0
* Included assert.h in Python.h -- it's absurd that this basic tool ofTim Peters2000-07-232-1/+20
* Recent ANSIfication introduced a couple instances ofTim Peters2000-07-231-1/+25
* ANSIfications: fix empty arglists, and remove the checks forThomas Wouters2000-07-226-34/+3
* Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters2000-07-221-3/+1
* Restore PyXXX_Length() APIs for binary compatibility.Marc-André Lemburg2000-07-171-6/+18
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-167-11/+11
* Added PyObject_AsFileDescriptor, which checks for integer, long integer,Andrew M. Kuchling2000-07-131-0/+1
* fix PyXXX_Length macros as suggested by FredJeremy Hylton2000-07-131-3/+3
* deleted obsolete SYMANTEC__CFM68K__ testsSkip Montanaro2000-07-121-8/+0
* delete obsolete SYMANTEC__CFM68K__ #ifdefsSkip Montanaro2000-07-122-12/+0
* change abstract size functions PySequence_Size &c.Jeremy Hylton2000-07-121-6/+12
* Fix incomplete merge of Ping's SyntaxError enhancement patch (my fault).Fred Drake2000-07-111-1/+1
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-112-2/+6
* Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasonsVladimir Marangozov2000-07-101-1/+1
* A small comment fix just to make sure I got my cvs/ssh setup right.Vladimir Marangozov2000-07-101-1/+1
* Remove legacy use of __SC__; no longer needed now that ANSI source isFred Drake2000-07-091-4/+0
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-095-17/+22
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-0910-173/+166
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-0914-338/+340
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-0812-174/+176
* ANSI-fication of the sources -- remove Py_PROTO!Fred Drake2000-07-082-35/+39