summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (py-execute-region): This one's easy... kill the temporary file'sBarry Warsaw2001-02-201-2/+4
* On OSX passing NULL to NewUniversalFilterProc() does not return NULL but a cr...Jack Jansen2001-02-202-12/+20
* Patch #103473 from dougfort: Some sites (amazon.com for one) dropAndrew M. Kuchling2001-02-201-2/+2
* The code in PyImport_Import() tried to save itself a bit of work andGuido van Rossum2001-02-201-13/+7
* import.c -> importexc.cBarry Warsaw2001-02-201-0/+0
* import -> importexcBarry Warsaw2001-02-201-1/+1
* import.c -> importexc.cBarry Warsaw2001-02-201-4/+6
* Rename some constants for easier readability.Tim Peters2001-02-201-8/+8
* Mechanical edits just so I can read it.Tim Peters2001-02-201-142/+138
* Updated to use new Python featuresMoshe Zadka2001-02-201-86/+86
* Fixed to use new Python features and use more commonly accepted styleMoshe Zadka2001-02-201-18/+18
* Changed to use the fact that str(long) doesn't produce a trailing LMoshe Zadka2001-02-201-16/+16
* Improve accuracy. In the .tex file, note the new "% BUG:" comments: anTim Peters2001-02-202-10/+15
* Added missing \item. See also bug 133213, about damaged HTML generatedTim Peters2001-02-201-1/+2
* Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing.Tim Peters2001-02-202-6/+35
* SF patch #103749: implicit tuple + default argJeremy Hylton2001-02-192-3/+40
* Fix for implicit tuple + default arguments, courtesy of Michael Hudson.Jeremy Hylton2001-02-191-1/+3
* ConfigParser.optionxform(): Document this since it is available forFred Drake2001-02-191-0/+10
* Clean up the "docs".Tim Peters2001-02-191-7/+16
* Wrap a bunch of long lines.Fred Drake2001-02-191-13/+23
* Fix a few small typos in the docstrings.Fred Drake2001-02-191-5/+5
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2001-02-191-9/+440
* No longer needed since the main Makefile is "flat".Fred Drake2001-02-193-268/+0
* Convert to a "flat" Makefile.Fred Drake2001-02-192-381/+445
* Add an option allowing the user to determine where the output HTML is built.Fred Drake2001-02-191-3/+8
* Fix markup so this document will format.Fred Drake2001-02-191-1/+1
* This never saw much use, so remove it.Fred Drake2001-02-193-151/+0
* SF Patch # 103839 byt dougfort: Allow ';' in attributesGuido van Rossum2001-02-191-1/+1
* Revert SF patch #103655Neil Schemenauer2001-02-191-2/+2
* Revert SF patch #103655. Martin Löwis says:Neil Schemenauer2001-02-191-1/+1
* Make the top-level index.html depend on the individual document index.htmlFred Drake2001-02-191-1/+5
* Checked in with Andrew's blessing, I leave the comments with whichThomas Heller2001-02-191-26/+106
* Added entries for difflib documentation.Fred Drake2001-02-192-0/+2
* Documentation for the difflib module, converted from the module docstrings.Fred Drake2001-02-191-0/+315
* Add simple section for assert, including assert w/ lambdasJeremy Hylton2001-02-192-0/+7
* When running python -O, do not include blocks defined in asserts inJeremy Hylton2001-02-191-0/+11
* Add test for syntax error on "x = 1 + 1".Jeremy Hylton2001-02-194-22/+13
* fix long lineJeremy Hylton2001-02-191-1/+2
* Tolerate ill-formed trees in symtable_assign(). Fixes SF bug 132510.Jeremy Hylton2001-02-191-5/+8
* DOMException._get_code():Fred Drake2001-02-191-0/+3
* Enhancements to the bdist_wininst command:Thomas Heller2001-02-191-265/+282
* This patch makes the default compiler determination more flexibleMarc-André Lemburg2001-02-191-8/+40
* More typos. libwinsound.tex typo noted by Peter Funk (thanks!).Tim Peters2001-02-192-2/+2
* Repair tab/space screwup.Tim Peters2001-02-191-1/+1
* Take a tour of hell's seedier neighborhoods to try to make winsound.Beep()Tim Peters2001-02-193-43/+113
* The usual.Neil Schemenauer2001-02-191-227/+231
* Use -G option for linking shared libraries on Solaris (SF patch #103656).Neil Schemenauer2001-02-191-1/+5
* Fix bug in clean target (closes SF patch 103864 and bug 132879). The clobberNeil Schemenauer2001-02-191-10/+4
* reorganized PyUnicode_DecodeUnicodeEscape a bit (in order to make itFredrik Lundh2001-02-181-110/+69
* renamed internal functions to avoid name clashes under OpenVMSFredrik Lundh2001-02-181-17/+18