summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added decl for PyInt_GetMax().Guido van Rossum1997-07-191-0/+1
* Make it return a _const_ char*.Guido van Rossum1997-07-193-5/+2
* New build procedure.Guido van Rossum1997-07-194-58/+66
* New build procedure, using a single library libpython$(VERSION) atGuido van Rossum1997-07-191-13/+21
* The usualGuido van Rossum1997-07-191-212/+213
* Set $VERSION here (fixed to 1.5).Guido van Rossum1997-07-191-2/+4
* Moved PyEval_InitThreads to inside WITH_THREAD, where it belongs.Guido van Rossum1997-07-191-1/+1
* Got rid of "suppres printing" flag.Guido van Rossum1997-07-191-1/+0
* This is now the "real" main program -- it calls Py_Main(argc, argv)Guido van Rossum1997-07-191-0/+10
* Tracking changes to Py_Main():Guido van Rossum1997-07-191-18/+4
* This is no longer the real main program; it now defines Py_Main(), soGuido van Rossum1997-07-191-30/+7
* Moved some stuff here from main.c (part of a big restructuring - waitGuido van Rossum1997-07-191-1/+26
* Remove confusing usage comments at end.Guido van Rossum1997-07-191-28/+0
* Include pystate.h earlier so it can be referenced by ceval.h.Guido van Rossum1997-07-181-2/+2
* Use the new functions PyEval_AcquireThread() andGuido van Rossum1997-07-181-5/+3
* PyEval_SaveThread() and PyEval_RestoreThread() now return/take aGuido van Rossum1997-07-182-9/+34
* Nit: round delays to 0.1 second.Guido van Rossum1997-07-181-2/+2
* The usualGuido van Rossum1997-07-181-195/+201
* Set OPT to -g -O2 (or -O2 when -g not supported) when using gcc.Guido van Rossum1997-07-181-1/+7
* added code.py; codehack.py is obsoleteGuido van Rossum1997-07-187-5/+81
* Added label{module-spam}Guido van Rossum1997-07-185-3/+11
* Remove pprint from the list of undocumented modules.Fred Drake1997-07-182-8/+0
* Add entry for the pprint module.Fred Drake1997-07-182-0/+2
* Add libpprint.tex to the lib.dvi dependencies.Fred Drake1997-07-181-1/+2
* Slight mods to make the module conform to the documentation.Fred Drake1997-07-181-14/+63
* Documentation for the pprint module.Fred Drake1997-07-182-0/+304
* Checking in new module code.py -- utilities dealing with code objects.Guido van Rossum1997-07-181-0/+52
* This module is now completely obsolete.Guido van Rossum1997-07-182-0/+28
* No longer need to use codehack -- use co.co_firstlineno instead.Guido van Rossum1997-07-181-2/+1
* Use sys.exc_info() instead of sys.exc_{type,value,traceback}.Guido van Rossum1997-07-181-9/+9
* Some new tests by JeffreyGuido van Rossum1997-07-181-11/+72
* Jeffrey's latest -- reorder my chages somewhat,Guido van Rossum1997-07-181-95/+71
* Huge speedup by inlining some common integer operations:Guido van Rossum1997-07-171-5/+75
* Patches by AMK to check that the db is still open.Guido van Rossum1997-07-173-0/+54
* Add 'return' keyword before error calls.Guido van Rossum1997-07-171-8/+8
* Jeffrey's latestsGuido van Rossum1997-07-173-32/+165
* Correctly implement sub, subn, and split. Also correct and augmentGuido van Rossum1997-07-171-10/+88
* Jeffrey's next installmentGuido van Rossum1997-07-171-87/+135
* Corresponding output.Guido van Rossum1997-07-171-1/+11
* Several additions from Jeffrey.Guido van Rossum1997-07-171-5/+22
* Added tests for sub, subn, and split.Guido van Rossum1997-07-171-1/+47
* Use 'and' instead of '&', which is a (La)TeX control character.Guido van Rossum1997-07-172-2/+4
* Add AMK's seealso environment that is now used in the library manualGuido van Rossum1997-07-171-0/+11
* AMK's megapatch:Guido van Rossum1997-07-17196-859/+1068
* Extensive changes by AMK.Guido van Rossum1997-07-172-8/+154
* Note that getvalue() must be called before close().Guido van Rossum1997-07-172-4/+10
* Added libni.tex libgzip.texGuido van Rossum1997-07-173-1/+5
* New from AMKGuido van Rossum1997-07-172-0/+88
* New version (interim) by AMK.Guido van Rossum1997-07-172-3400/+1872
* Removed mailbox, SocketServer, cmath -- these are now documented!Guido van Rossum1997-07-172-14/+0