summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix bug #110661 (PR#356) -- accept either & or ; as separator for CGIJeremy Hylton2000-09-153-16/+25
* Don't remove instance objects from the GC container set until we areNeil Schemenauer2000-09-151-2/+1
* Some systems need -lucb to compile the mmap module. Add a comment toFred Drake2000-09-151-1/+4
* Py_Main(), usage(), usage_mid: Add -h and -V flags to print the usageBarry Warsaw2000-09-151-8/+32
* Describe the -h and -V flags. Closes patch #101496Barry Warsaw2000-09-151-0/+12
* Fixed some typos. Removed one obsolete comment.Paul Prescod2000-09-151-3/+2
* add cross reference to mimetools moduleSkip Montanaro2000-09-151-0/+2
* RET_SAVE references should be Py_BLOCK_THREADS referencesSkip Montanaro2000-09-151-2/+2
* Fixed bug that disallowed processing instructions before and afterPaul Prescod2000-09-151-4/+5
* Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, thisGuido van Rossum2000-09-151-0/+7
* Include the filename in the errror message for F5 without saving.Guido van Rossum2000-09-151-1/+5
* Update comments in the second paragraph, discussing versioning issuesFred Drake2000-09-151-8/+9
* Fix Bug #114293:Jeremy Hylton2000-09-155-112/+131
* Read a QuickTime movie and return the frames.Jack Jansen2000-09-151-0/+276
* Before comparing os.uname() to BeOS check that os.uname actually exists:-)Jack Jansen2000-09-151-1/+1
* For current directory use os.curdir, not ".".Jack Jansen2000-09-151-2/+2
* Allow am/pm as well as AM/PM (C9X behaviour).Jack Jansen2000-09-151-2/+2
* Added B format char to Py_BuildValue (same as b,h,i, but makesJack Jansen2000-09-151-1/+1
* Cast UCHAR_MAX to int before doing the comparison for overflow of theJack Jansen2000-09-151-0/+1
* Use symbolic constants for allowable short ranges.Martin v. Löwis2000-09-151-4/+7
* Closes SF bug 113894: on Windows, things like os.listdir("k:") andTim Peters2000-09-151-9/+7
* Added simple batch file to make running the test suite from the PCbuildTim Peters2000-09-151-0/+8
* Correctly cast the return value of realloc.Martin v. Löwis2000-09-151-1/+1
* Check range for bytes and shorts. Closes bug #110845.Martin v. Löwis2000-09-151-2/+42
* Correctly use realloc return value. Fixes bug #114424.Martin v. Löwis2000-09-151-1/+1
* Support \r in source files. Closes bug #101425.Martin v. Löwis2000-09-151-0/+5
* Removed some debugging prints: When running user configuration codeFred Drake2000-09-151-4/+0
* main(): Move hackery of sys.argv until after the Tk instance has beenFred Drake2000-09-151-7/+7
* Add item to the list of limitations that points out the lack of supportFred Drake2000-09-151-1/+5
* Trent Mick points out that the BSD DB also provides an ndbm compatibilityFred Drake2000-09-154-291/+298
* Added 'warn_dir' option so other code can sneak in and disableGreg Ward2000-09-151-3/+6
* Adjust to the new sysconfig regime: use 'get_config_vars()' insteadGreg Ward2000-09-151-3/+6
* Adjust to the new sysconfig regime: use 'get_config_var()' insteadGreg Ward2000-09-151-3/+4
* Revamped 'get_platform()' to try and do something reasonably smart onGreg Ward2000-09-151-4/+42
* Changed from eager parsing of Makefile (at import time) to lazy: only doGreg Ward2000-09-151-25/+63
* Fixed so 'parse_makefile()' uses the TextFile class to ensure thatGreg Ward2000-09-151-6/+8
* Before running LaTeX2HTML, remove all the HTML files from the outputFred Drake2000-09-141-0/+3
* When there is a Module Index, make sure the icon actually links to it.Fred Drake2000-09-141-1/+3
* Add a reference to the sha module, noting that SHA is considered moreFred Drake2000-09-141-0/+7
* Convert "See also" section to use \seetitle.Fred Drake2000-09-141-6/+8
* Did not include the sha module documentation dependency.Fred Drake2000-09-141-0/+1
* Added a note about gdbm.Jack Jansen2000-09-141-1/+3
* Added a note about getting CarbonLib as a way to get a new Appearance/NavServ...Jack Jansen2000-09-141-6/+13
* Fixes that should make it possible to run Python on machines without NavServi...Jack Jansen2000-09-141-0/+5
* Fixes that should make it possible to run Python on machines without NavServi...Jack Jansen2000-09-143-0/+0
* Denis S. Otkidach <ods@users.sourceforge.net>:Fred Drake2000-09-141-2/+3
* cope with weird Content-Length values returned from servers byJeremy Hylton2000-09-141-1/+4
* Remove reference to the stdwin-based windowed debugger, since stdwinFred Drake2000-09-141-6/+2
* Use the \setshortversion macro to specify the abbreviated version number.Fred Drake2000-09-141-2/+3
* Use \shortversion in a number of places.Fred Drake2000-09-143-12/+12