summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not close socket when a Content-Length is 0. This make theJeremy Hylton2000-09-181-15/+20
* Test output that goes with updated test_minidom.Paul Prescod2000-09-181-0/+44
* Fix serious typo!Fred Drake2000-09-181-1/+3
* Change assertions to confirmations so that optimization doesn't disablePaul Prescod2000-09-181-46/+66
* Fix up the cleanup of the temporary DB so it works for BSD DB'sFred Drake2000-09-181-4/+12
* Reduce the number of imports needed.Fred Drake2000-09-181-20/+23
* Document the "printable" and "punctuation" constants added to the stringFred Drake2000-09-181-0/+11
* Richard Mortier <rmm1002@users.sourceforge.net>:Fred Drake2000-09-181-0/+2
* Remove two unnecessary imports.Fred Drake2000-09-181-26/+26
* Once we're done with the sys module, remove it from the namespace soFred Drake2000-09-181-13/+11
* Deferred the attribute name object type checking to the underlyingMarc-André Lemburg2000-09-181-4/+4
* Add missing \declaremodule for zipfile.Fred Drake2000-09-181-0/+1
* PyObject_SetAttr() and PyObject_GetAttr() now also accept UnicodeMarc-André Lemburg2000-09-181-11/+37
* Repaired some glitches in the MD5 and SHA docs; copied the descriptions ofTim Peters2000-09-182-10/+31
* sys.setdefaultencoding() should only be called in case the standardMarc-André Lemburg2000-09-181-2/+3
* satisfy the tabnannyJeremy Hylton2000-09-183-358/+358
* Catch up to recent changes in TextFile (spotted by Bastian Kleineidam).Greg Ward2000-09-181-1/+1
* Added documentation for new functions.Fred Drake2000-09-171-3/+11
* Add invert() and __invert__() as aliases for inv()/__inv__().Fred Drake2000-09-171-11/+16
* Fix for SF bug 110688: Instance deallocation neglected to account forTim Peters2000-09-171-12/+28
* Fixed to respect 'define_macros' and 'undef_macros' on Extension object.Greg Ward2000-09-171-1/+5
* Added 'expand_makefile_vars()' to (duh) expand make-style variablesGreg Ward2000-09-171-9/+39
* Added 'read_setup_file()' to read old-style Setup files. Could make lifeGreg Ward2000-09-171-2/+110
* arraymodule: Fix SF bug 113960.Tim Peters2000-09-163-20/+36
* Allow this script to act like a module by only calling main() ifBarry Warsaw2000-09-161-1/+3
* Make the <body> tag match those of the generated HTML; rely on the styleFred Drake2000-09-161-1/+1
* Document \cfuncdesc, \ctypedesc, and \cvardesc.Fred Drake2000-09-161-0/+28
* Improve the test output a bit.Guido van Rossum2000-09-161-2/+4
* Push more of the display control into the style sheet.Fred Drake2000-09-162-3/+10
* Changed so lines that are all comment (or just whitespace + comment)Greg Ward2000-09-161-9/+27
* Andrew Kuchling:Greg Ward2000-09-161-1/+1
* [change from 2000/08/11, propagating now to distutils copy]Greg Ward2000-09-161-9/+17
* [change from 2000/04/17, propagating now to distutils copy]Greg Ward2000-09-161-26/+30
* Use PyOS_setsig() instead of directly calling signal() or sigaction().Guido van Rossum2000-09-161-5/+12
* Use typedef PyOS_sighandler_t and APIs PyOS_getsig() andGuido van Rossum2000-09-161-25/+12
* Add PyOS_getsig() and PyOS_setsig() -- wrappers around signal() orGuido van Rossum2000-09-161-0/+34
* Add typedef PyOS_sighandler_t and prototypes for PyOS_getsig() andGuido van Rossum2000-09-161-0/+6
* Document new APIs PyOS_getsig() and PyOS_setsig().Guido van Rossum2000-09-161-0/+15
* Rene Liebscher: if we have to run the same sub-command multiple timesGreg Ward2000-09-161-5/+18
* Renamed --keep-tree to --keep-temp.Greg Ward2000-09-161-3/+3
* Renamed --clean to --no-keep-temp and --noclean to --keep-temp.Greg Ward2000-09-161-6/+6
* Renamed --keep-tree option to --keep-temp.Greg Ward2000-09-161-3/+3
* Ensure sub-commands of "install" are reinitialized too.Greg Ward2000-09-161-3/+2
* Remove some debugging output from the last change.Greg Ward2000-09-161-7/+0
* In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to theGreg Ward2000-09-161-2/+3
* Generalized 'reinitialize_command()' so it can optionally reinitializeGreg Ward2000-09-161-2/+20
* Added the "sub-command" machinery to formalize the notion of "commandGreg Ward2000-09-161-0/+31
* Factored the "sub-command" machinery out to Command. Mainly, thisGreg Ward2000-09-161-25/+10
* Use a really ugly hack that depends on output processing by LaTeX2HTML.Fred Drake2000-09-162-8/+8
* Update URL to unicode.org's FTP site using an HTTP URL to the sameFred Drake2000-09-161-1/+1