summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: import A.B from inside package was busted by mark_miss optimization.Guido van Rossum1997-09-071-1/+1
* Fix details in the test:Guido van Rossum1997-09-071-3/+13
* Added warning about ni's obsolescence. Retracted semantic changesGuido van Rossum1997-09-072-0/+12
* Initial revisionGuido van Rossum1997-09-072-0/+98
* Significant speedup -- when a submodule imports a global module, add aGuido van Rossum1997-09-061-5/+20
* Added feeble test for reload() of packages and submodules.Guido van Rossum1997-09-062-0/+5
* Fix reload() for package submodules.Guido van Rossum1997-09-061-2/+24
* Phase two of package import. "import a.b.c" and all variants now do theGuido van Rossum1997-09-061-17/+299
* #Added prototype for PyObject_HasAttr() -- must've been an oversight.Guido van Rossum1997-09-061-0/+1
* Test set for package import.Guido van Rossum1997-09-062-0/+212
* Fixed some details of printing the str() of an exception. This fixesGuido van Rossum1997-09-051-2/+6
* Made the 'info' argument to SyntaxError optional, so phase-2 syntaxGuido van Rossum1997-09-051-8/+11
* Fix in trailing comment: PyDict_SetItemString() does *not* consume a referenceFred Drake1997-09-051-3/+2
* First part of package support.Guido van Rossum1997-09-055-148/+460
* Added PyImport_ImportModuleEx(name, globals, locals, fromlist); thisGuido van Rossum1997-09-052-0/+4
* Contribution by Hannu Krosing (with some changes).Guido van Rossum1997-09-051-0/+38
* Don't use ANSI string literal concatenation (everything is K&R compatible).Guido van Rossum1997-09-051-4/+4
* Get rid of most silly #include and #ifdefs near the top; these are allGuido van Rossum1997-09-051-55/+59
* Now produces some reassuring output.Jeremy Hylton1997-09-041-0/+9
* Many more tests, including tests of many optional arguments.Jeremy Hylton1997-09-041-0/+47
* Several changes:Jeremy Hylton1997-09-041-125/+188
* Added some try-excepts so that it can be imported in restricted modeGuido van Rossum1997-09-041-6/+15
* The re test suite is very slow on slower hosts.Guido van Rossum1997-09-041-0/+3
* Added first line to set Emacs makefile mode (pretty colors :-)Barry Warsaw1997-09-041-0/+1
* (py-parse-partial-sexp-works-p): Removed as obsolete. All currentBarry Warsaw1997-09-041-20/+10
* 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