| Commit message (Expand) | Author | Age | Files | Lines |
* | Corrected bug in list2cmdline wrt backslashes. Fixes #1083306. | Peter Astrand | 2005-03-03 | 1 | -0/+1 |
|
|
* | Only run extensive subprocess tests if -usubprocess to regrtest is specified.... | Peter Astrand | 2005-03-03 | 2 | -4/+7 |
|
|
* | minor edits: | Fred Drake | 2005-03-03 | 1 | -3/+4 |
|
|
* | SF bug #1155938: Missing None check for __init__(). | Raymond Hettinger | 2005-03-03 | 3 | -0/+22 |
|
|
* | Revert previous checkin on getargs 'L' code. Try to convert all | Martin v. Löwis | 2005-03-03 | 4 | -25/+27 |
|
|
* | Patch #1117454: Remove code to special-case cookies without values | Martin v. Löwis | 2005-03-03 | 5 | -12/+26 |
|
|
* | Patch #1117339: Add cookielib special name tests. | Martin v. Löwis | 2005-03-03 | 3 | -5/+30 |
|
|
* | Document quiet parameter to decode. Fixes #803413. | Martin v. Löwis | 2005-03-03 | 1 | -1/+5 |
|
|
* | Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. | Martin v. Löwis | 2005-03-03 | 2 | -2/+4 |
|
|
* | Clear internal call error in 'L' format. Fixes #723201. | Martin v. Löwis | 2005-03-03 | 3 | -1/+16 |
|
|
* | Backport the non-spwd part of the change on head. | Skip Montanaro | 2005-03-02 | 1 | -2/+3 |
|
|
* | Patch #1121234: Properly cleanup _exit and tkerror commands. | Martin v. Löwis | 2005-03-01 | 2 | -0/+9 |
|
|
* | Patch #1093585: raise a ValueError for negative history items in | Martin v. Löwis | 2005-02-27 | 2 | -1/+17 |
|
|
* | Document missing opcodes. | Raymond Hettinger | 2005-02-21 | 1 | -0/+8 |
|
|
* | Use getdoc(object) instead of object.__doc__ to fix indentation problems. | Ka-Ping Yee | 2005-02-19 | 1 | -2/+10 |
|
|
* | Avoid using *W functions on Win95. | Martin v. Löwis | 2005-02-18 | 1 | -11/+24 |
|
|
* | Avoid using items() in environ.update(). Fixes #1124513. | Martin v. Löwis | 2005-02-17 | 1 | -8/+18 |
|
|
* | Backport: NEWS blurb for fix of: | Michael W. Hudson | 2005-02-17 | 1 | -0/+3 |
|
|
* | add notes about subprocess module & thread stacks, SSL support | Andrew MacIntyre | 2005-02-17 | 1 | -1/+18 |
|
|
* | add build machinery for the SSL socket module | Andrew MacIntyre | 2005-02-17 | 1 | -0/+8 |
|
|
* | Backport: Fix | Michael W. Hudson | 2005-02-17 | 2 | -2/+3 |
|
|
* | Fix name from PyDate_FromDateAndTime to PyDateTime_FromDateAndTime. | Brett Cannon | 2005-02-17 | 1 | -1/+1 |
|
|
* | Remove dependency on order of mode flags | Raymond Hettinger | 2005-02-16 | 1 | -1/+1 |
|
|
* | Update refences to "Macintosh" to reflect the state of affairs for OS X and not | Brett Cannon | 2005-02-13 | 18 | -623/+201 |
|
|
* | fix decoding in _stringify to not depend on the default encoding | Fred Drake | 2005-02-11 | 2 | -1/+43 |
|
|
* | Fix tzset() check to not require the existence of tm->tm_zone. Also added more | Brett Cannon | 2005-02-10 | 4 | -7/+261 |
|
|
* | Fix typo | Andrew M. Kuchling | 2005-02-10 | 2 | -2/+2 |
|
|
* | SF bug #1119700: list extend() accepts args besides lists | Raymond Hettinger | 2005-02-09 | 1 | -1/+1 |
|
|
* | Backport 2.39: | Guido van Rossum | 2005-02-08 | 1 | -1/+3 |
|
|
* | add 2.3.5, 2.4 to the history and licensing info | Fred Drake | 2005-02-08 | 1 | -0/+2 |
|
|
* | forwardport of 2.3.5 fixes to copy.py | Alex Martelli | 2005-02-07 | 3 | -4/+295 |
|
|
* | SF patch #1116583: NameError in cookielib domain check | Raymond Hettinger | 2005-02-05 | 1 | -4/+3 |
|
|
* | Recompiled after source changes. | Thomas Heller | 2005-02-03 | 2 | -0/+0 |
|
|
* | Running a bdist_wininst installer, built with Python 2.3, installing | Thomas Heller | 2005-02-03 | 1 | -9/+26 |
|
|
* | Set PYTHONHOME before loading Python, so that sys.path will be set correctly. | Thomas Heller | 2005-02-03 | 1 | -1/+7 |
|
|
* | fix XMLFilterBase.resolveEntity() so the caller gets the result | Fred Drake | 2005-02-03 | 1 | -1/+1 |
|
|
* | Security fix PSF-2005-001 for SimpleXMLRPCServer.py. | Guido van Rossum | 2005-02-03 | 3 | -7/+50 |
|
|
* | Backport for bug #1108490: fix broken link. | Johannes Gijsbers | 2005-01-29 | 1 | -1/+1 |
|
|
* | Revert os.py 1.75, and directly implement update. | Martin v. Löwis | 2005-01-29 | 2 | -0/+24 |
|
|
* | Fixed typo in verbose output for RLock acquire. | Brett Cannon | 2005-01-27 | 1 | -1/+1 |
|
|
* | Partially revert #1074011; don't try to fflush stdin. | Martin v. Löwis | 2005-01-27 | 2 | -2/+11 |
|
|
* | SF bug #1108303: fix .split() maxsplit doc | Raymond Hettinger | 2005-01-26 | 1 | -1/+1 |
|
|
* | happy new year! (2.4 branch) | Anthony Baxter | 2005-01-25 | 2 | -4/+4 |
|
|
* | SF bug #1105286: Undocumented implicit strip() in split(None) string method | Raymond Hettinger | 2005-01-25 | 1 | -6/+10 |
|
|
* | Flush std{in,out,err} before closing it. Fixes #1074011. | Martin v. Löwis | 2005-01-23 | 2 | -3/+13 |
|
|
* | Some bugs have been fixed in distutils, so increment the last part of | Thomas Heller | 2005-01-20 | 1 | -1/+1 |
|
|
* | distutils/command/install.py change. | Thomas Heller | 2005-01-20 | 1 | -0/+2 |
|
|
* | Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options. | Thomas Heller | 2005-01-20 | 1 | -2/+7 |
|
|
* | If an extension can't be loaded, print warning and skip it instead of | Kurt B. Kaiser | 2005-01-19 | 2 | -1/+8 |
|
|
* | Improve error handling when .idlerc can't be created (warn and exit) | Kurt B. Kaiser | 2005-01-19 | 2 | -15/+19 |
|
|