| Commit message (Expand) | Author | Age | Files | Lines |
* | Made the 'info' argument to SyntaxError optional, so phase-2 syntax | Guido van Rossum | 1997-09-05 | 1 | -8/+11 |
|
|
* | Fix in trailing comment: PyDict_SetItemString() does *not* consume a reference | Fred Drake | 1997-09-05 | 1 | -3/+2 |
|
|
* | First part of package support. | Guido van Rossum | 1997-09-05 | 5 | -148/+460 |
|
|
* | Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this | Guido van Rossum | 1997-09-05 | 2 | -0/+4 |
|
|
* | Contribution by Hannu Krosing (with some changes). | Guido van Rossum | 1997-09-05 | 1 | -0/+38 |
|
|
* | Don't use ANSI string literal concatenation (everything is K&R compatible). | Guido van Rossum | 1997-09-05 | 1 | -4/+4 |
|
|
* | Get rid of most silly #include and #ifdefs near the top; these are all | Guido van Rossum | 1997-09-05 | 1 | -55/+59 |
|
|
* | Now produces some reassuring output. | Jeremy Hylton | 1997-09-04 | 1 | -0/+9 |
|
|
* | Many more tests, including tests of many optional arguments. | Jeremy Hylton | 1997-09-04 | 1 | -0/+47 |
|
|
* | Several changes: | Jeremy Hylton | 1997-09-04 | 1 | -125/+188 |
|
|
* | Added some try-excepts so that it can be imported in restricted mode | Guido van Rossum | 1997-09-04 | 1 | -6/+15 |
|
|
* | The re test suite is very slow on slower hosts. | Guido van Rossum | 1997-09-04 | 1 | -0/+3 |
|
|
* | Added first line to set Emacs makefile mode (pretty colors :-) | Barry Warsaw | 1997-09-04 | 1 | -0/+1 |
|
|
* | (py-parse-partial-sexp-works-p): Removed as obsolete. All current | Barry Warsaw | 1997-09-04 | 1 | -20/+10 |
|
|
* | Different test for Unix -- rely on os.sep instead of sys.platform. | Guido van Rossum | 1997-09-03 | 1 | -3/+3 |
|
|
* | One patch from Sjoerd and one from Jack. | Guido van Rossum | 1997-09-03 | 1 | -7/+14 |
|
|
* | Give in to Mike Meyer -- add *both* lib/python1.5/packages and | Guido van Rossum | 1997-09-03 | 2 | -18/+40 |
|
|
* | Give in to Mike Meyer -- add *both* lib/python1.5/packages and | Guido van Rossum | 1997-09-03 | 1 | -7/+9 |
|
|
* | #Plug small memory leaks in constructors. | Guido van Rossum | 1997-09-03 | 3 | -6/+15 |
|
|
* | Plug small leaks: the [de]compress object itself was never freed. | Guido van Rossum | 1997-09-03 | 1 | -0/+2 |
|
|
* | Added some symbols (I'm afraid more will come). | Guido van Rossum | 1997-09-03 | 1 | -0/+3 |
|
|
* | Change instructions to require use of PCbuild directory (instead of | Guido van Rossum | 1997-09-03 | 1 | -12/+7 |
|
|
* | At Mark Hammond's suggestion: | Guido van Rossum | 1997-09-03 | 5 | -17/+125 |
|
|
* | Added empty PCbuild directory for use by the NT build process. | Guido van Rossum | 1997-09-03 | 1 | -0/+5 |
|
|
* | Added new flags and exceptions; removed AccessError exception. | Guido van Rossum | 1997-09-03 | 1 | -1/+5 |
|
|
* | Change [_Py_]re_compile_pattern() to return a char*. | Guido van Rossum | 1997-09-03 | 3 | -12/+12 |
|
|
* | Mod suggested by Donn Cave -- invoke makexp_aix relative to $0 | Guido van Rossum | 1997-09-03 | 1 | -2/+4 |
|
|
* | Disable the portable multimedia modules (audioop, imageop, rgbimg) by | Guido van Rossum | 1997-09-03 | 1 | -4/+5 |
|
|
* | #Removed debug print that was accidentally left in. | Guido van Rossum | 1997-09-03 | 1 | -2/+0 |
|
|
* | Add the same _keep_alive patch (by Michael Scharff) that was added to | Guido van Rossum | 1997-09-03 | 1 | -0/+19 |
|
|
* | Fix the bug Jeremy was experiencing: both the close() and the | Guido van Rossum | 1997-09-03 | 1 | -4/+19 |
|
|
* | Define BUILDNO in macbuildno.h (incremented by fullbuild) | Jack Jansen | 1997-09-01 | 2 | -0/+3 |
|
|
* | Can't remember... | Jack Jansen | 1997-09-01 | 1 | -13/+2 |
|
|
* | Added GetTicks() here, so profiling can use a decent timer | Jack Jansen | 1997-09-01 | 1 | -0/+9 |
|
|
* | Fullbuild now maintains BUILDNO for mac builds | Jack Jansen | 1997-09-01 | 2 | -15/+35 |
|
|
* | Names changed | Jack Jansen | 1997-09-01 | 2 | -38/+38 |
|
|
* | #typo | Guido van Rossum | 1997-08-30 | 1 | -1/+1 |
|
|
* | Document newly revamped site configuration mechanism. | Guido van Rossum | 1997-08-30 | 2 | -38/+126 |
|
|
* | Added docs for 'user' customization module. Renamed libuser.tex | Guido van Rossum | 1997-08-30 | 5 | -3/+126 |
|
|
* | Inline PyObject_CallObject (Marc-Andre Lemburg). | Guido van Rossum | 1997-08-30 | 2 | -1/+9 |
|
|
* | Added os.altsep; this is '/' on DOS/Windows, and None on systems with | Guido van Rossum | 1997-08-29 | 2 | -4/+16 |
|
|
* | Write out the dynamic OS choice, to avoid exec statements. | Guido van Rossum | 1997-08-29 | 1 | -51/+66 |
|
|
* | Added -X option to suppress default import of site.py. Also split the | Guido van Rossum | 1997-08-29 | 1 | -5/+13 |
|
|
* | Added NoSite flag. | Guido van Rossum | 1997-08-29 | 1 | -0/+1 |
|
|
* | Two independent changes (oops): | Guido van Rossum | 1997-08-29 | 1 | -4/+35 |
|
|
* | New site.py semantics. Searches in | Guido van Rossum | 1997-08-29 | 1 | -28/+103 |
|
|
* | Swap the sense of the -X option vis-a-vis Py_UseClassExceptionsFlag so | Barry Warsaw | 1997-08-29 | 1 | -2/+3 |
|
|
* | Removed obsolete exception PyExc_AccessError. | Barry Warsaw | 1997-08-29 | 1 | -43/+171 |
|
|
* | Added Py_UseClassExceptionsFlag, the variable containing the state of | Barry Warsaw | 1997-08-29 | 1 | -5/+106 |
|
|
* | Added extern definition for -X flag variable. | Barry Warsaw | 1997-08-29 | 1 | -0/+1 |
|
|