summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added PyCObject_Import.Guido van Rossum1997-01-223-18/+44
* (libparser.tex): Fix typo found by Mark Hammond.Fred Drake1997-01-222-2/+2
* Bump version to 1.5a1.Guido van Rossum1997-01-221-1/+1
* Bump install version to 1.5.Guido van Rossum1997-01-222-2/+2
* Remove GetOwner, add GetBuildInfo...Guido van Rossum1997-01-221-1/+1
* Added getbuildinfo.c to the project.Guido van Rossum1997-01-221-0/+12
* Fix splitext() to go up to the last dot, not the first.Guido van Rossum1997-01-221-3/+8
* Avoid traceback in selection_own_get() when no Tk widget owns theGuido van Rossum1997-01-212-6/+8
* Darn. Updated version number for configure.in.Guido van Rossum1997-01-211-1/+1
* Let --with-threads be an alias for --with-thread.Guido van Rossum1997-01-212-341/+589
* Kill all local variables on function return. This closes a giganticGuido van Rossum1997-01-211-0/+12
* Don't use static buffers internally for formatstring().Guido van Rossum1997-01-211-25/+26
* Only call sigcheck() at the ticker code if we don't have true signals.Guido van Rossum1997-01-211-2/+6
* Arrange for PyErr_CheckSignals() to be called via Py_AddPendingCall().Guido van Rossum1997-01-211-1/+3
* In the Unix version, arrange for sigcheck() to be called viaGuido van Rossum1997-01-211-0/+3
* Cleanup:Guido van Rossum1997-01-211-222/+10
* get build info from elsewhereGuido van Rossum1997-01-201-9/+2
* work build# into version stringGuido van Rossum1997-01-202-2/+39
* Bugfix: remove ref to fast before it's defined.Guido van Rossum1997-01-201-1/+1
* Changes for frame object speedup:Guido van Rossum1997-01-201-14/+2
* Changes that appear to give another 12% speedup.Guido van Rossum1997-01-201-87/+55
* New lay-out of frame object, for fewer mallocs.Guido van Rossum1997-01-201-9/+8
* Remove unused variable.Guido van Rossum1997-01-181-1/+0
* Intern the string "__complex__".Guido van Rossum1997-01-181-1/+1
* Intern all names and varnames in newcodeobject(), plus those stringGuido van Rossum1997-01-181-7/+22
* Intern the various string objects created to speed up lookups.Guido van Rossum1997-01-181-25/+25
* Intern the strings "__builtins__".Guido van Rossum1997-01-181-1/+1
* Intern the strings created in getattr() and setattr().Guido van Rossum1997-01-181-2/+2
* String interning.Guido van Rossum1997-01-183-32/+285
* Bump API version due to the various speedup hacks.Guido van Rossum1997-01-181-2/+4
* Two speedup hacks. Caching the hash saves recalculation of a string'sGuido van Rossum1997-01-181-3/+23
* Add "if (x != NULL) continue;" (or similar for err==0) before theGuido van Rossum1997-01-181-18/+60
* Version 1.1. Fix memory leak and expensive comparison with None.Guido van Rossum1997-01-182-6/+44
* Fix the _setmode() patch for MS_WINDOWS: include <fcntl.h> and useGuido van Rossum1997-01-171-2/+6
* Remove obsolete PyFrame_ExtendStack.Guido van Rossum1997-01-171-1/+0
* Removed accessobject.c from file list.Guido van Rossum1997-01-171-2109/+2076
* Add stacksize argument to new.code().Guido van Rossum1997-01-172-6/+7
* Comment out extend_stack() -- it is no longer needed.Guido van Rossum1997-01-171-0/+2
* Marshal the new stacksize item in code objects.Guido van Rossum1997-01-171-1/+3
* Working semaphore implementation by Sjoerd.Guido van Rossum1997-01-171-3/+64
* New MAGIC number (code objects have one more item when marshalled).Guido van Rossum1997-01-171-1/+2
* Use the stack size from the code object and the CO_MAXBLOCKS constantGuido van Rossum1997-01-171-2/+10
* Add co_stacksize field to codeobject structure, and stacksize argumentGuido van Rossum1997-01-171-62/+253
* Add co_stacksize field to codeobject structure, and stacksize argumentGuido van Rossum1997-01-171-1/+3
* Of course, when the type of the argument to dis() is unsupported, itGuido van Rossum1997-01-171-1/+1
* More user friedly interface:Guido van Rossum1997-01-171-10/+25
* Added Sjoerd's submitted 'ratecv' method. Made corrections for new names.Roger E. Masse1997-01-171-25/+140
* Make as sure as we can that the forked child does not return andGuido van Rossum1997-01-171-12/+15
* Renamed, but not tested. Guido will you try your test script on this?Roger E. Masse1997-01-171-95/+94
* Renamed.Roger E. Masse1997-01-171-530/+584