summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for the UTF-8 memory allocation bug and the UTF-8 encodingMarc-André Lemburg2002-02-062-35/+38
* Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the r...Jack Jansen2002-02-052-1/+2
* Added SndRecord and (classic only) SndRecordToFile.Jack Jansen2002-02-051-0/+53
* Added support for unicode strings (utxt).Jack Jansen2002-02-051-0/+7
* further work on config system and config savingSteven M. Gava2002-02-055-102/+335
* Update the instructions on reporting bugs to reflect that anonymous reportsFred Drake2002-02-041-10/+6
* When linking to an index page, explicitly name index.html instead ofFred Drake2002-02-042-2/+2
* Update version number to match Include/patchlevel.h.Fred Drake2002-02-041-1/+3
* Update version number to match Include/patchlevel.h.Fred Drake2002-02-041-3/+3
* Added minimal support for floating windows.Just van Rossum2002-02-044-18/+39
* Don't append quit menu when on OSX, it is special and automatic there.Just van Rossum2002-02-041-2/+13
* Flush screen buffer upon console.flush() and output.flush().Just van Rossum2002-02-041-0/+4
* Quick build: clarify that you have to do "make install" as root; OSGuido van Rossum2002-02-041-3/+13
* Change the version string from "2.2+" to "2.3a0". disutils peels offTim Peters2002-02-021-1/+1
* Got rid of an extra level of {} and funny formatting that was stillJack Jansen2002-02-011-58/+56
* [Bug #220993; may also fix bug #479469] Fix flakiness when oldAndrew M. Kuchling2002-02-011-0/+7
* Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32Guido van Rossum2002-02-011-4/+18
* A new dynload_next, which actually only works on OSX but isn't renamed yet.Jack Jansen2002-02-011-112/+56
* Got rid of a few more NeXT ifdefs. The last, I think.Jack Jansen2002-02-015-113/+1
* Bugfix candidate.Guido van Rossum2002-02-011-1/+1
* Implement os.waitpid() for Windows, in a way that's compatible with LinuxTim Peters2002-02-013-8/+56
* package_dir must be converted from the distutils path conventions toThomas Heller2002-02-011-1/+5
* improve user config dir handlingSteven M. Gava2002-02-011-13/+31
* more work on configuration savingSteven M. Gava2002-02-013-34/+57
* New tempfile and os.open() gimmicks for Windows.Tim Peters2002-02-011-1/+24
* Restrict the mode to the lowest four octal positions; higher positionsAndrew M. Kuchling2002-01-311-1/+1
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-318-4/+108
* added handle_error method descriptionSkip Montanaro2002-01-311-0/+5
* string.split() docstring described the interpretation of the maxsplitFred Drake2002-01-301-3/+3
* Oh look, another one.Michael W. Hudson2002-01-301-1/+1
* I think this fixesMichael W. Hudson2002-01-301-1/+1
* Added a note about compiler warnings.Jack Jansen2002-01-301-0/+4
* Thanks to Detlef Lannert for pointing out a typo in the code thatTim Peters2002-01-301-1/+1
* New TemporaryFile implementation for Windows: this doesn't need aTim Peters2002-01-301-1/+17
* This test left a new set of 3 junk files behind each time it was run.Tim Peters2002-01-301-11/+18
* Add new constants usable with os.popen() on Windows.Tim Peters2002-01-301-0/+11
* Expose more MS WIndows constants usable w/ low-level os.open().Tim Peters2002-01-301-102/+125
* Revise cheeseshop example so that the order of the keyword output isFred Drake2002-01-291-1/+8
* Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate.Martin v. Löwis2002-01-291-0/+4
* further work on config savingSteven M. Gava2002-01-292-17/+90
* Fix missing space between words. Bugfix candidate.Neal Norwitz2002-01-291-1/+1
* Fix spelling mistakes. Bugfix candidates.Neal Norwitz2002-01-294-6/+6
* SF bug #509805 tempfile.gettempdir not threadsafeTim Peters2002-01-281-2/+28
* Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bugJack Jansen2002-01-271-3/+5
* Test case of a singleton multipart; i.e. a multipart/* with only oneBarry Warsaw2002-01-271-0/+8
* test_multipart_one_part(): Idempotency test case for a multipart/*Barry Warsaw2002-01-271-1/+5
* _parsebody(): When adding subparts to a multipart container, make sureBarry Warsaw2002-01-271-2/+7
* Encode Unicode arguments to split/splitlist as UTF-8. Fixes #507962.Martin v. Löwis2002-01-261-2/+2
* Document that get_referrers can return unreachable but uncollected objects.Martin v. Löwis2002-01-262-0/+8
* Test for error status of shl_findsym. Fixes #505417. 2.2.1 candiate.Martin v. Löwis2002-01-262-1/+5