| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Patch #918101: Add tarfile open mode r|* for auto-detection of the | Martin v. Löwis | 2005-03-05 | 1 | -0/+3 |
|
|
* | Allow classes to be defined with empty parentheses. This means that | Brett Cannon | 2005-03-05 | 1 | -0/+3 |
|
|
* | Add a highlight group for denoting bad whitespace. Also added a match rule for | Brett Cannon | 2005-03-05 | 1 | -8/+15 |
|
|
* | SF #1149508: ensure textwrap handles hyphenated numbers correctly, | Greg Ward | 2005-03-05 | 1 | -0/+4 |
|
|
* | Patch #1043890: tarfile: add extractall() method. | Martin v. Löwis | 2005-03-04 | 1 | -0/+2 |
|
|
* | Patches #925152, #1118602: Avoid reading after the end of the buffer | Martin v. Löwis | 2005-03-04 | 1 | -0/+3 |
|
|
* | Patch #1075887: Don't require MSVC in distutils if there is nothing | Martin v. Löwis | 2005-03-04 | 1 | -0/+3 |
|
|
* | Patch #1103407: Properly deal with tarfile iterators when untarring | Martin v. Löwis | 2005-03-03 | 1 | -0/+3 |
|
|
* | Patch #1115086: support PY_LONGLONG in structmember. | Martin v. Löwis | 2005-03-03 | 1 | -0/+2 |
|
|
* | SF bug #1155938: Missing None check for __init__(). | Raymond Hettinger | 2005-03-03 | 1 | -0/+3 |
|
|
* | Patch #802188: better parser error message for non-EOL following line cont. | Martin v. Löwis | 2005-03-03 | 1 | -0/+3 |
|
|
* | Patch #645894: Use getrusage for computing the time consumption in | Martin v. Löwis | 2005-03-03 | 1 | -0/+3 |
|
|
* | Patches #749830, #1144555: allow UNIX mmap size to default to current | Martin v. Löwis | 2005-03-03 | 1 | -0/+3 |
|
|
* | Patch #1046831: Use get_python_version where appropriate in sysconfig.py. | Martin v. Löwis | 2005-03-03 | 1 | -0/+2 |
|
|
* | Patch #1117454: Remove code to special-case cookies without values | Martin v. Löwis | 2005-03-03 | 1 | -0/+3 |
|
|
* | Patch #1117339: Add cookielib special name tests. | Martin v. Löwis | 2005-03-03 | 1 | -0/+2 |
|
|
* | Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. | Martin v. Löwis | 2005-03-03 | 1 | -0/+2 |
|
|
* | Clear internal call error in 'L' format. Fixes #723201. | Martin v. Löwis | 2005-03-03 | 1 | -0/+2 |
|
|
* | Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush. | Martin v. Löwis | 2005-03-03 | 1 | -0/+2 |
|
|
* | Patch #1107973: tarfile.ExFileObject iterators. | Martin v. Löwis | 2005-03-03 | 1 | -0/+2 |
|
|
* | Patch #1104111: Alter setup.py --help and --help-commands. | Martin v. Löwis | 2005-03-03 | 1 | -0/+2 |
|
|
* | Patch #1121234: Properly cleanup _exit and tkerror commands. | Martin v. Löwis | 2005-03-01 | 1 | -0/+2 |
|
|
* | SF patch #941881: PEP 309 Implementation (Partial Function Application). | Raymond Hettinger | 2005-02-28 | 1 | -0/+2 |
|
|
* | Patch #1093585: raise a ValueError for negative history items in | Martin v. Löwis | 2005-02-27 | 1 | -0/+3 |
|
|
* | Patch #1049151: adding bool support to xdrlib.py. | Martin v. Löwis | 2005-02-24 | 1 | -0/+2 |
|
|
* | Add support for negative indices in UserString.MutableString.__setitem__ | Walter Dörwald | 2005-02-18 | 1 | -0/+3 |
|
|
* | NEWS blurb for fix of: | Michael W. Hudson | 2005-02-17 | 1 | -0/+3 |
|
|
* | spwdmodule.c should only be built when either HAVE_GETSPNAM or HAVE_GETSPENT is | Brett Cannon | 2005-02-16 | 1 | -0/+3 |
|
|
* | Add mention of patch #1095802 (fixing "Macintosh" references to represent OS | Brett Cannon | 2005-02-13 | 1 | -0/+8 |
|
|
* | Modified test for tzset to not rely on tm->tm_zone's existence. Also added | Brett Cannon | 2005-02-10 | 2 | -0/+6 |
|
|
* | SF patch #1116583: NameError in cookielib domain check | Raymond Hettinger | 2005-02-05 | 2 | -0/+3 |
|
|
* | Add NEWS item about future parser bug. | Jeremy Hylton | 2005-02-04 | 1 | -0/+4 |
|
|
* | Security fix PSF-2005-001 for SimpleXMLRPCServer.py. | Guido van Rossum | 2005-02-03 | 1 | -0/+4 |
|
|
* | More bug #1077106 stuff, sorry -- modem induced impatiece! | Michael W. Hudson | 2005-01-31 | 1 | -0/+2 |
|
|
* | Revert os.py 1.75, and directly implement update. | Martin v. Löwis | 2005-01-29 | 1 | -0/+2 |
|
|
* | Partially revert #1074011; don't try to fflush stdin. | Martin v. Löwis | 2005-01-27 | 1 | -1/+1 |
|
|
* | add missing word | Fred Drake | 2005-01-23 | 1 | -1/+2 |
|
|
* | Flush std{in,out,err} before closing it. Fixes #1074011. | Martin v. Löwis | 2005-01-23 | 1 | -0/+3 |
|
|
* | Patch #579435: Shadow Password Support Module | Martin v. Löwis | 2005-01-23 | 1 | -0/+2 |
|
|
* | Truncate st_?time before comparing it with ST_?TIME in the tests. | Martin v. Löwis | 2005-01-23 | 1 | -0/+1 |
|
|
* | distutils/command/install.py change. | Thomas Heller | 2005-01-20 | 1 | -0/+2 |
|
|
* | tweaks, small updates | Michael W. Hudson | 2005-01-18 | 1 | -9/+9 |
|
|
* | Document the reconvert module. | Skip Montanaro | 2005-01-16 | 1 | -0/+2 |
|
|
* | Default stat_float_times to true. | Martin v. Löwis | 2005-01-16 | 1 | -0/+2 |
|
|
* | Added SEEK_* constants. Fixes #711830. | Martin v. Löwis | 2005-01-16 | 1 | -0/+2 |
|
|
* | Moved reader \r and \n processing from the iterator to the state machine - | Andrew McNamara | 2005-01-13 | 1 | -2/+3 |
|
|
* | Add strptime() constructor to datetime class. Thanks to Josh Spoerri for | Skip Montanaro | 2005-01-13 | 2 | -0/+3 |
|
|
* | Add counting of source iterator lines to the reader object - handy for | Andrew McNamara | 2005-01-12 | 1 | -0/+4 |
|
|
* | When quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fields | Andrew McNamara | 2005-01-12 | 1 | -2/+5 |
|
|
* | When using QUOTE_NONNUMERIC, we now test for "numericness" with | Andrew McNamara | 2005-01-12 | 1 | -0/+3 |
|
|