summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added buffer_info() method that returns address and length in bytes ofGuido van Rossum1997-08-121-0/+10
* Fix mixup about PyErr_NoMemory() prototype.Guido van Rossum1997-08-121-4/+8
* Use string interning and caching to get speedups on the mac (Jack).Guido van Rossum1997-08-121-1/+17
* Use strerror on the mac if using MSL (Jack).Guido van Rossum1997-08-121-6/+0
* Bump MS_DLL_ID to 1.5.0.Guido van Rossum1997-08-121-1/+1
* Allow paths without drive specifier (Jack).Guido van Rossum1997-08-121-4/+8
* Rewrite normcase() using string.translate...Guido van Rossum1997-08-121-14/+6
* Treat all HTTP/1.* versions the same.Guido van Rossum1997-08-121-2/+2
* Two changes:Guido van Rossum1997-08-111-14/+13
* Renamed Py_input_hook to PyOS_InputHook.Guido van Rossum1997-08-114-9/+9
* Rewrite using class, to make waiting for processes possible;Guido van Rossum1997-08-111-31/+79
* Changed indents to 4 *spaces*; added Emacs variables to avoidGuido van Rossum1997-08-101-241/+245
* Support using -p/-P to point to the source/build directory instead ofGuido van Rossum1997-08-101-12/+32
* #Fixed two byte-compiler errorsBarry Warsaw1997-08-091-2/+2
* #Checkpointing X/Emacs 20'fication of this mode.Barry Warsaw1997-08-091-210/+231
* Added O_BINARY and O_TEXT (for Windows).Guido van Rossum1997-08-081-0/+6
* More emphasis on os.environ's calling of putenv; and added hint aboutGuido van Rossum1997-08-082-8/+28
* #Bumping to version 3.0Barry Warsaw1997-08-081-2/+1
* mkalias() now has an optional third parameter to create relativeJack Jansen1997-08-081-2/+7
* - Added classes to support class/property generation by gensuitemoduleJack Jansen1997-08-083-17/+111
* Added (dummy) PyOS_FiniInterruptsJack Jansen1997-08-081-0/+5
* Adapted for 1.5a3: Py_SupressPrintingFlag is gone, andJack Jansen1997-08-081-21/+9
* New version number, new tk resources, new error numbers, new GUSIJack Jansen1997-08-087-4316/+4819
* Don't define ENOENT when compiling with MSLJack Jansen1997-08-081-2/+0
* CW11 projects replaced by CW Pro 1 projects, and all cfm68k/ppcJack Jansen1997-08-0875-16936/+9494
* Modified for CW Pro 1 projects. Convention used: .mu files are oldJack Jansen1997-08-083-56/+70
* Generate class, property and comparison code (finally!). The resultingJack Jansen1997-08-081-41/+201
* Remove unised variableGuido van Rossum1997-08-071-1/+0
* Rather unsatisfactory temporary hack to get it to runGuido van Rossum1997-08-071-0/+10
* Got the new structure working with MSVC 4.2.Guido van Rossum1997-08-075-3283/+155
* New version of Vladimir Marangozov's AIX hacks -- simpler etc.Guido van Rossum1997-08-067-561/+30
* --with-readline is obsolete (and some editorial stuff in README)Guido van Rossum1997-08-054-327/+241
* Got rid of --with-readline, at last.Guido van Rossum1997-08-051-59/+4
* Attempt to import readline at interactive startup.Guido van Rossum1997-08-051-0/+8
* Move GNU readline interface to ../Modules/readline.c.Guido van Rossum1997-08-051-78/+3
* New mechanism for GNU readline interface, via moduleGuido van Rossum1997-08-053-9/+135
* Add test for function comparisonsGuido van Rossum1997-08-052-0/+36
* Fix bug in comparing function objects detected by Sjoerd:Guido van Rossum1997-08-051-3/+9
* Get READABLE c.s. from _tkinter instead of conditional definition.Guido van Rossum1997-08-052-24/+12
* Add a cast to the call to _Py_Dealloc in the expanded version ofGuido van Rossum1997-08-051-2/+2
* Add pointer to new BSDDB module.Guido van Rossum1997-08-051-0/+3
* purported linux portability patch (Oliver Andrich)Guido van Rossum1997-08-051-0/+4
* Py_Cleanup() is now Py_Finalize().Guido van Rossum1997-08-051-1/+1
* Merge Py_Cleanup() into Py_Finalize(). Call the various small Fini()Guido van Rossum1997-08-051-36/+43
* New rules for deleting modules. Rather than having an elaborateGuido van Rossum1997-08-051-1/+29
* Renamed a local label that was accidentally grandly renamed toGuido van Rossum1997-08-051-3/+3
* Added _Fini() routines to free up some memoryGuido van Rossum1997-08-053-1/+47
* Change the Fini function to only remove otherwise unreferenced stringsGuido van Rossum1997-08-051-6/+16
* Added separate free list for cfunction (builtin method) objects, for aGuido van Rossum1997-08-051-7/+30
* Provide a dummy empty directory as f_builtins instead of failing, whenGuido van Rossum1997-08-051-7/+22