summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document s.connect_ex(), which does not raise an exception on error.Guido van Rossum1997-11-182-0/+14
* Clarified reference to old profiler.Guido van Rossum1997-11-182-6/+14
* Added doc for errorcode dictionary.Guido van Rossum1997-11-182-2/+12
* Fixed case sensitivity of attributes (they are case *sensitive*).Guido van Rossum1997-11-181-12/+8
* Adding dis and xmllib docsGuido van Rossum1997-11-183-1/+5
* Docu for xmllib.py, by Sjoerd Mullender.Guido van Rossum1997-11-182-0/+370
* Docu for dis.py, written by Martin von Loewis.Guido van Rossum1997-11-182-0/+1048
* Sjoerd Mullender's xml parser (based on sgmllib, somewhat).Guido van Rossum1997-11-181-0/+568
* This BUGS list hasn't been updated since the release of Python 1.2!Guido van Rossum1997-11-141-373/+0
* This fix (across 4 files in 3 directories) solves a subtle problem withGuido van Rossum1997-11-144-0/+16
* Suggestion by David Ascher: set EXE macro to empty string and use itGuido van Rossum1997-11-111-2/+5
* Use a %s format for the exit status -- through the magical workings ofGuido van Rossum1997-11-111-1/+1
* As Mark Hammond found out, it was a bad idea to add "set -e" to theGuido van Rossum1997-11-111-1/+1
* New version from Neale... He promised it's the last.Guido van Rossum1997-11-111-3/+3
* Fix memory leak in exec statement with code object -- the None returnedGuido van Rossum1997-11-111-2/+4
* v1.1; added attribution to Neale Pickett.Guido van Rossum1997-11-081-6/+6
* Some restructuring.Guido van Rossum1997-11-071-111/+166
* Added vgrindefs.Guido van Rossum1997-11-071-0/+1
* Plucked this from the net.Guido van Rossum1997-11-071-0/+10
* Fix problem discovered by Barry: if you hit ^C toGuido van Rossum1997-11-071-2/+2
* Separate out a function pystones(loops=LOOPS) which runs the benchmarkGuido van Rossum1997-11-061-8/+12
* Add __init__.py to test package.Guido van Rossum1997-11-061-0/+1
* #(py-emacs-features): Fixed typo in docstring.Barry Warsaw1997-11-061-2/+2
* (python-font-lock-keywords): Pick up block introducing keywords withBarry Warsaw1997-11-061-11/+18
* (python-font-lock-keywords): Fix for consecutive keyword font locking,Barry Warsaw1997-11-051-6/+2
* (py-emacs-features): Test for working make-temp-name, which is brokenBarry Warsaw1997-11-051-10/+20
* A nice blurb that Mark Hammond wrote, aimed at Windows users.Guido van Rossum1997-11-051-0/+81
* (py-execute-region): Fixed small bug with queuing file for executionBarry Warsaw1997-11-051-2/+1
* (mark-python-def-or-class): Renamed to py-mark-def-or-class globally.Barry Warsaw1997-11-051-11/+13
* Got rid of the errorstr dictionary, which is redundant now thatGuido van Rossum1997-11-041-21/+9
* Undo half of the previous change :-(Guido van Rossum1997-11-041-7/+6
* (py-backspace-function): New variable.Barry Warsaw1997-11-041-60/+101
* First round of changes, mostly subprocess stuff.Barry Warsaw1997-11-041-138/+129
* islink() returns false, but there is no constant false! Return 0 instead.Guido van Rossum1997-11-041-1/+1
* When checking for equality, open the slave file in text mode so itGuido van Rossum1997-11-041-2/+6
* Use ``0'' instead of ``None'' to reset the underlying object in closeGuido van Rossum1997-11-041-2/+2
* Fix due to Bill Noon for problem discovered by Ken Manheimer: packingGuido van Rossum1997-11-041-2/+2
* Get rid of another reference to _PyImport_Inittab (now a static array)Guido van Rossum1997-11-041-2/+2
* The warning about thread still having a frame now only happens inGuido van Rossum1997-11-031-1/+1
* Move the Py_{{BEGIN,END}_ALLOW,BLOCK}_THREADS macros in time_sleep()Guido van Rossum1997-11-031-7/+15
* Two independent changes (alas):Guido van Rossum1997-11-031-19/+16
* Change the signal finialization so that it also resets the signalGuido van Rossum1997-11-031-1/+7
* Doing the most complicated CVS dance I've ever seen. Barry has hadGuido van Rossum1997-11-031-2442/+0
* Changes in preparation for integrating into the Python CVS tree.Barry Warsaw1997-11-031-70/+59
* Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov)Guido van Rossum1997-10-312-4/+5
* New policy for package imports: only a directory containingGuido van Rossum1997-10-311-2/+38
* Instead of using _PyImport_Inittab[] directly, use the new "official"Guido van Rossum1997-10-311-4/+8
* Remove the declaration of "internal" table _PyImport_Inittab[]; addGuido van Rossum1997-10-311-3/+1
* Add empty __init__.py files to the test packages so the new policyGuido van Rossum1997-10-311-1/+4
* Take out the setlocale() call. It affects atof() and will breakGuido van Rossum1997-10-311-8/+0