summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Different test for Unix -- rely on os.sep instead of sys.platform.Guido van Rossum1997-09-031-3/+3
* One patch from Sjoerd and one from Jack.Guido van Rossum1997-09-031-7/+14
* Give in to Mike Meyer -- add *both* lib/python1.5/packages andGuido van Rossum1997-09-032-18/+40
* Give in to Mike Meyer -- add *both* lib/python1.5/packages andGuido van Rossum1997-09-031-7/+9
* #Plug small memory leaks in constructors.Guido van Rossum1997-09-033-6/+15
* Plug small leaks: the [de]compress object itself was never freed.Guido van Rossum1997-09-031-0/+2
* Added some symbols (I'm afraid more will come).Guido van Rossum1997-09-031-0/+3
* Change instructions to require use of PCbuild directory (instead ofGuido van Rossum1997-09-031-12/+7
* At Mark Hammond's suggestion:Guido van Rossum1997-09-035-17/+125
* Added empty PCbuild directory for use by the NT build process.Guido van Rossum1997-09-031-0/+5
* Added new flags and exceptions; removed AccessError exception.Guido van Rossum1997-09-031-1/+5
* Change [_Py_]re_compile_pattern() to return a char*.Guido van Rossum1997-09-033-12/+12
* Mod suggested by Donn Cave -- invoke makexp_aix relative to $0Guido van Rossum1997-09-031-2/+4
* Disable the portable multimedia modules (audioop, imageop, rgbimg) byGuido van Rossum1997-09-031-4/+5
* #Removed debug print that was accidentally left in.Guido van Rossum1997-09-031-2/+0
* Add the same _keep_alive patch (by Michael Scharff) that was added toGuido van Rossum1997-09-031-0/+19
* Fix the bug Jeremy was experiencing: both the close() and theGuido van Rossum1997-09-031-4/+19
* Define BUILDNO in macbuildno.h (incremented by fullbuild)Jack Jansen1997-09-012-0/+3
* Can't remember...Jack Jansen1997-09-011-13/+2
* Added GetTicks() here, so profiling can use a decent timerJack Jansen1997-09-011-0/+9
* Fullbuild now maintains BUILDNO for mac buildsJack Jansen1997-09-012-15/+35
* Names changedJack Jansen1997-09-012-38/+38
* #typoGuido van Rossum1997-08-301-1/+1
* Document newly revamped site configuration mechanism.Guido van Rossum1997-08-302-38/+126
* Added docs for 'user' customization module. Renamed libuser.texGuido van Rossum1997-08-305-3/+126
* Inline PyObject_CallObject (Marc-Andre Lemburg).Guido van Rossum1997-08-302-1/+9
* Added os.altsep; this is '/' on DOS/Windows, and None on systems withGuido van Rossum1997-08-292-4/+16
* Write out the dynamic OS choice, to avoid exec statements.Guido van Rossum1997-08-291-51/+66
* Added -X option to suppress default import of site.py. Also split theGuido van Rossum1997-08-291-5/+13
* Added NoSite flag.Guido van Rossum1997-08-291-0/+1
* Two independent changes (oops):Guido van Rossum1997-08-291-4/+35
* New site.py semantics. Searches inGuido van Rossum1997-08-291-28/+103
* Swap the sense of the -X option vis-a-vis Py_UseClassExceptionsFlag soBarry Warsaw1997-08-291-2/+3
* Removed obsolete exception PyExc_AccessError.Barry Warsaw1997-08-291-43/+171
* Added Py_UseClassExceptionsFlag, the variable containing the state ofBarry Warsaw1997-08-291-5/+106
* Added extern definition for -X flag variable.Barry Warsaw1997-08-291-0/+1
* New file, which is imported by the built-in module when python isBarry Warsaw1997-08-291-0/+164
* Expanded r() function to handle class exceptions.Barry Warsaw1997-08-291-1/+6
* Parse new command line option -X which enables exception classes.Barry Warsaw1997-08-291-1/+6
* Declarations for two phase initialization and finalization functionsBarry Warsaw1997-08-291-2/+4
* Added externs for three new exceptions PyExc_StandardError,Barry Warsaw1997-08-291-1/+7
* PyErr_NoMemory(): If the pre-instantiated memory exception is non-nullBarry Warsaw1997-08-291-1/+9
* Added a new variable TESTPYTHON which contains the path (and args) forBarry Warsaw1997-08-291-2/+3
* Subtle changes to the AIX shared library things to make them workGuido van Rossum1997-08-292-5/+5
* Should remove getbuildno.o/buildno files in clobber/distclean targets.Guido van Rossum1997-08-291-1/+2
* Cprrect stuoid tyops -- was comparing variabes with themselves becauseGuido van Rossum1997-08-291-3/+3
* eval_code2(), set_exc_info(): Call PyErr_NormalizeException() theBarry Warsaw1997-08-281-2/+2
* Added (binaryfunc) casts to function pointers in method lists.Guido van Rossum1997-08-281-4/+4
* Some long variables should have been int to match the 'i' format specifier.Guido van Rossum1997-08-281-3/+3
* user.py -- when imported, execfile(~/.pythonrc.py).Guido van Rossum1997-08-281-0/+38