| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the version string from "2.2+" to "2.3a0". disutils peels off | Tim Peters | 2002-02-02 | 1 | -1/+1 |
|
|
* | Got rid of an extra level of {} and funny formatting that was still | Jack Jansen | 2002-02-01 | 1 | -58/+56 |
|
|
* | [Bug #220993; may also fix bug #479469] Fix flakiness when old | Andrew M. Kuchling | 2002-02-01 | 1 | -0/+7 |
|
|
* | Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32 | Guido van Rossum | 2002-02-01 | 1 | -4/+18 |
|
|
* | A new dynload_next, which actually only works on OSX but isn't renamed yet. | Jack Jansen | 2002-02-01 | 1 | -112/+56 |
|
|
* | Got rid of a few more NeXT ifdefs. The last, I think. | Jack Jansen | 2002-02-01 | 5 | -113/+1 |
|
|
* | Bugfix candidate. | Guido van Rossum | 2002-02-01 | 1 | -1/+1 |
|
|
* | Implement os.waitpid() for Windows, in a way that's compatible with Linux | Tim Peters | 2002-02-01 | 3 | -8/+56 |
|
|
* | package_dir must be converted from the distutils path conventions to | Thomas Heller | 2002-02-01 | 1 | -1/+5 |
|
|
* | improve user config dir handling | Steven M. Gava | 2002-02-01 | 1 | -13/+31 |
|
|
* | more work on configuration saving | Steven M. Gava | 2002-02-01 | 3 | -34/+57 |
|
|
* | New tempfile and os.open() gimmicks for Windows. | Tim Peters | 2002-02-01 | 1 | -1/+24 |
|
|
* | Restrict the mode to the lowest four octal positions; higher positions | Andrew M. Kuchling | 2002-01-31 | 1 | -1/+1 |
|
|
* | OS/2 patches by Andrew I MacIntyre for distutils. | Marc-André Lemburg | 2002-01-31 | 8 | -4/+108 |
|
|
* | added handle_error method description | Skip Montanaro | 2002-01-31 | 1 | -0/+5 |
|
|
* | string.split() docstring described the interpretation of the maxsplit | Fred Drake | 2002-01-30 | 1 | -3/+3 |
|
|
* | Oh look, another one. | Michael W. Hudson | 2002-01-30 | 1 | -1/+1 |
|
|
* | I think this fixes | Michael W. Hudson | 2002-01-30 | 1 | -1/+1 |
|
|
* | Added a note about compiler warnings. | Jack Jansen | 2002-01-30 | 1 | -0/+4 |
|
|
* | Thanks to Detlef Lannert for pointing out a typo in the code that | Tim Peters | 2002-01-30 | 1 | -1/+1 |
|
|
* | New TemporaryFile implementation for Windows: this doesn't need a | Tim Peters | 2002-01-30 | 1 | -1/+17 |
|
|
* | This test left a new set of 3 junk files behind each time it was run. | Tim Peters | 2002-01-30 | 1 | -11/+18 |
|
|
* | Add new constants usable with os.popen() on Windows. | Tim Peters | 2002-01-30 | 1 | -0/+11 |
|
|
* | Expose more MS WIndows constants usable w/ low-level os.open(). | Tim Peters | 2002-01-30 | 1 | -102/+125 |
|
|
* | Revise cheeseshop example so that the order of the keyword output is | Fred Drake | 2002-01-29 | 1 | -1/+8 |
|
|
* | Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate. | Martin v. Löwis | 2002-01-29 | 1 | -0/+4 |
|
|
* | further work on config saving | Steven M. Gava | 2002-01-29 | 2 | -17/+90 |
|
|
* | Fix missing space between words. Bugfix candidate. | Neal Norwitz | 2002-01-29 | 1 | -1/+1 |
|
|
* | Fix spelling mistakes. Bugfix candidates. | Neal Norwitz | 2002-01-29 | 4 | -6/+6 |
|
|
* | SF bug #509805 tempfile.gettempdir not threadsafe | Tim Peters | 2002-01-28 | 1 | -2/+28 |
|
|
* | Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bug | Jack Jansen | 2002-01-27 | 1 | -3/+5 |
|
|
* | Test case of a singleton multipart; i.e. a multipart/* with only one | Barry Warsaw | 2002-01-27 | 1 | -0/+8 |
|
|
* | test_multipart_one_part(): Idempotency test case for a multipart/* | Barry Warsaw | 2002-01-27 | 1 | -1/+5 |
|
|
* | _parsebody(): When adding subparts to a multipart container, make sure | Barry Warsaw | 2002-01-27 | 1 | -2/+7 |
|
|
* | Encode Unicode arguments to split/splitlist as UTF-8. Fixes #507962. | Martin v. Löwis | 2002-01-26 | 1 | -2/+2 |
|
|
* | Document that get_referrers can return unreachable but uncollected objects. | Martin v. Löwis | 2002-01-26 | 2 | -0/+8 |
|
|
* | Test for error status of shl_findsym. Fixes #505417. 2.2.1 candiate. | Martin v. Löwis | 2002-01-26 | 2 | -1/+5 |
|
|
* | Removed an XXX question (the answer is "yes" <wink>). | Tim Peters | 2002-01-26 | 1 | -1/+1 |
|
|
* | Added contributors. | Jack Jansen | 2002-01-25 | 1 | -1/+1 |
|
|
* | Some modifications and clarifications (by me) to Michael's mods. | Jack Jansen | 2002-01-25 | 1 | -23/+17 |
|
|
* | Rewritten, clarified, corrected and cleaned up by Michael J. Barber. | Jack Jansen | 2002-01-25 | 1 | -144/+301 |
|
|
* | Get rid of keyword list and use keyword.iskeyword() function (which I wasn't ... | Jack Jansen | 2002-01-24 | 1 | -7/+3 |
|
|
* | Add keyword.kwlist to the public API. | Fred Drake | 2002-01-24 | 1 | -1/+8 |
|
|
* | libkeyword.tex was missing from the list of dependencies for the | Fred Drake | 2002-01-24 | 1 | -0/+1 |
|
|
* | "yield" is also a keyword. Spotted by Neal Norwitz. | Jack Jansen | 2002-01-24 | 1 | -1/+1 |
|
|
* | further work on saving configs | Steven M. Gava | 2002-01-24 | 3 | -47/+165 |
|
|
* | dialog for getting a new config file section name | Steven M. Gava | 2002-01-24 | 1 | -0/+99 |
|
|
* | Removed #include of obsolete ver.h. VC6 doesn't need it, and David Ascher | Tim Peters | 2002-01-24 | 1 | -1/+0 |
|
|
* | staying current with python idle fixes | Steven M. Gava | 2002-01-23 | 1 | -2/+2 |
|
|
* | (Much) better list of Python keywords, supplied by Michael J. Barber. | Jack Jansen | 2002-01-23 | 1 | -3/+5 |
|
|