summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* posix_putenv(): Constrain memory leakage when setting the sameFred Drake1999-08-261-3/+24
* Doco update from Sjoerd Mullender.Guido van Rossum1999-08-262-23/+29
* Sjoerd Mullender writes:Guido van Rossum1999-08-261-30/+48
* Sjoerd Mullender writes:Guido van Rossum1999-08-263-147/+50
* Added paragraph explaining that except clauses can't be empty; thatFred Drake1999-08-241-0/+4
* Added sentence "All exceptions must have an executable block."; fromFred Drake1999-08-241-1/+2
* Added additional index entries.Fred Drake1999-08-241-11/+14
* whrandom should come immediately after random, not before.Fred Drake1999-08-231-1/+1
* Clarified start parameter to Py_CompileString, documentedFred Drake1999-08-231-5/+24
* Removed availabe() method again: even on PPC it sometimes returns 1 whileJack Jansen1999-08-232-104/+0
* Return MacOS.Error in stead of RuntimeError in case of failure so the userJack Jansen1999-08-231-6/+3
* Port inet_ntoa and inet_aton to Windows:Guido van Rossum1999-08-201-2/+23
* Add calls to self.protocol("WM_DELETE_WINDOW", self.destroy) to the TkGuido van Rossum1999-08-201-0/+2
* Patch by Ben Gertzfield to add inet_aton() and inet_ntoa() calls.Guido van Rossum1999-08-201-0/+72
* rewrite_descriptor(): Fix bug that dropped the first TEXT node fromFred Drake1999-08-201-45/+36
* Oops, better update the date on the .TH line.Fred Drake1999-08-201-1/+1
* Various updates, mostly to add information to the SEE ALSO andFred Drake1999-08-201-21/+64
* A nit to make Fred proud.Barry Warsaw1999-08-191-0/+1
* Oops, call 'os.path.join()'!Greg Ward1999-08-191-1/+1
* Tell what the result objects are (based on comment from the list).Fred Drake1999-08-191-4/+5
* Scrit by Marc-Andre Lemburg to generate htmlentitydefs.py.Guido van Rossum1999-08-191-0/+65
* New version by Mark-Andre Lemburg (generated by a script, parseentities.py).Guido van Rossum1999-08-191-103/+253
* Added item regarding random/whrandom.Fred Drake1999-08-191-0/+2
* Added disclaimer to the sleep() function.Guido van Rossum1999-08-191-0/+5
* In floatsleep(), when using select(), ignore EINTR error.Guido van Rossum1999-08-191-2/+4
* Patches by Michael Reilly to correctly deal with ftp URLs of the formGuido van Rossum1999-08-181-0/+2
* Bump to version 1.1Barry Warsaw1999-08-181-1/+1
* __update(): Jeremy Hylton reports occurances of sunaudiodev.errorBarry Warsaw1999-08-181-5/+14
* Typo in comment (on Mac, it's the *resource* fork that's not copied,Guido van Rossum1999-08-181-1/+1
* Patches by Michael Reilly to correctly deal with ftp URLs of the formGuido van Rossum1999-08-181-0/+1
* Add Tim Peters' shuffle() algorithm.Guido van Rossum1999-08-181-0/+21
* Implements the 'build_ext' command for building C/C++ extension modules.Greg Ward1999-08-141-0/+192
* Module to spawn sub-commands in a platform-independent way.Greg Ward1999-08-141-0/+106
* Changed to use 'spawn()', now that it exists.Greg Ward1999-08-141-24/+62
* Added 'verbose' and 'dry_run' flags to CCompiler constructor andGreg Ward1999-08-141-15/+64
* Comment tweak.Greg Ward1999-08-141-5/+5
* Better detection of bad entries in option table.Greg Ward1999-08-141-3/+11
* Added DistutilsExecError, DistutilsValueError.Greg Ward1999-08-141-1/+13
* Initial implementationBarry Warsaw1999-08-131-0/+268
* Explain the possible range of values for the pid parameter toFred Drake1999-08-131-6/+14
* Initial revisionBarry Warsaw1999-08-111-0/+1
* Moshe noticed an inconsistency in his comment, so I'm rephrasing it toGuido van Rossum1999-08-111-2/+1
* Patch inspired by Moshe Zadka to search for the Icons directory in theGuido van Rossum1999-08-111-5/+11
* Patch by Paul Sokolovsky to support the get() method.Guido van Rossum1999-08-111-0/+5
* (py-shell): Set the default shell if not set yet. It's sometimesBarry Warsaw1999-08-101-0/+3
* Allow comment characters (#) to be escaped:Greg Ward1999-08-101-14/+37
* Added __del__ method to GzipFile class that will flush and close theAndrew M. Kuchling1999-08-101-0/+5
* In note mentioning [].remove()'s exception, tell what exception isFred Drake1999-08-091-25/+21
* Patch by Marc-Andre Lemburg to add a bunch more symbols.Guido van Rossum1999-08-091-2/+86
* Ofir Reichenberg suggested to apply htonl() to grpaddr in openmcastsock().Guido van Rossum1999-08-071-3/+3