| 2005-03-04 |
Martin v. Löwis | Patch #1075887: Don't require MSVC in distutils if... |
commit | commitdiff | tree | snapshot |
| 2005-03-04 |
Raymond Hettinger | Convert "__init__ should return None" from an exception... |
commit | commitdiff | tree | snapshot |
| 2005-03-03 |
Martin v. Löwis | Patch #1103407: Properly deal with tarfile iterators... |
commit | commitdiff | tree | snapshot |
| 2005-03-03 |
Martin v. Löwis | Patch #1107221: Updated "Working on Cygwin" section. |
commit | commitdiff | tree | snapshot |
| 2005-03-03 |
Peter Astrand | Corrected bug in list2cmdline wrt backslashes. Fixes... |
commit | commitdiff | tree | snapshot |
| 2005-03-03 |
Peter Astrand | Only run extensive subprocess tests if -usubprocess... |
commit | commitdiff | tree | snapshot |
| 2005-03-03 |
Fred Drake | minor edits: |
commit | commitdiff | tree | snapshot |
| 2005-03-03 |
Raymond Hettinger | SF bug #1155938: Missing None check for __init__(). |
commit | commitdiff | tree | snapshot |
| 2005-03-03 |
Martin v. Löwis | Revert previous checkin on getargs 'L' code. Try to... |
commit | commitdiff | tree | snapshot |
| 2005-03-03 |
Martin v. Löwis | Patch #1117454: Remove code to special-case cookies... |
commit | commitdiff | tree | snapshot |
| 2005-03-03 |
Martin v. Löwis | Patch #1117339: Add cookielib special name tests. |
commit | commitdiff | tree | snapshot |
| 2005-03-03 |
Martin v. Löwis | Document quiet parameter to decode. Fixes #803413. |
commit | commitdiff | tree | snapshot |
| 2005-03-03 |
Martin v. Löwis | Patch #1112812: Make bsddb/__init__.py more friendly... |
commit | commitdiff | tree | snapshot |
| 2005-03-03 |
Martin v. Löwis | Clear internal call error in 'L' format. Fixes #723201. |
commit | commitdiff | tree | snapshot |
| 2005-03-02 |
Skip Montanaro | Backport the non-spwd part of the change on head. |
commit | commitdiff | tree | snapshot |
| 2005-03-01 |
Martin v. Löwis | Patch #1121234: Properly cleanup _exit and tkerror... |
commit | commitdiff | tree | snapshot |
| 2005-02-27 |
Martin v. Löwis | Patch #1093585: raise a ValueError for negative history... |
commit | commitdiff | tree | snapshot |
| 2005-02-21 |
Raymond Hettinger | Document missing opcodes. |
commit | commitdiff | tree | snapshot |
| 2005-02-19 |
Ka-Ping Yee | Use getdoc(object) instead of object.__doc__ to fix... |
commit | commitdiff | tree | snapshot |
| 2005-02-18 |
Martin v. Löwis | Avoid using *W functions on Win95. |
commit | commitdiff | tree | snapshot |
| 2005-02-17 |
Martin v. Löwis | Avoid using items() in environ.update(). Fixes #1124513. |
commit | commitdiff | tree | snapshot |
| 2005-02-17 |
Michael W.... | Backport: NEWS blurb for fix of: |
commit | commitdiff | tree | snapshot |
| 2005-02-17 |
Andrew MacIntyre | add notes about subprocess module & thread stacks,... |
commit | commitdiff | tree | snapshot |
| 2005-02-17 |
Andrew MacIntyre | add build machinery for the SSL socket module |
commit | commitdiff | tree | snapshot |
| 2005-02-17 |
Michael W.... | Backport: Fix |
commit | commitdiff | tree | snapshot |
| 2005-02-17 |
Brett Cannon | Fix name from PyDate_FromDateAndTime to PyDateTime_From... |
commit | commitdiff | tree | snapshot |
| 2005-02-16 |
Raymond Hettinger | Remove dependency on order of mode flags |
commit | commitdiff | tree | snapshot |
| 2005-02-13 |
Brett Cannon | Update refences to "Macintosh" to reflect the state... |
commit | commitdiff | tree | snapshot |
| 2005-02-11 |
Fred Drake | fix decoding in _stringify to not depend on the default... |
commit | commitdiff | tree | snapshot |
| 2005-02-10 |
Brett Cannon | Fix tzset() check to not require the existence of tm... |
commit | commitdiff | tree | snapshot |
| 2005-02-10 |
Andrew M. Kuchling | Fix typo |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Raymond Hettinger | SF bug #1119700: list extend() accepts args besides... |
commit | commitdiff | tree | snapshot |
| 2005-02-08 |
Guido van Rossum | Backport 2.39: |
commit | commitdiff | tree | snapshot |
| 2005-02-08 |
Fred Drake | add 2.3.5, 2.4 to the history and licensing info |
commit | commitdiff | tree | snapshot |
| 2005-02-07 |
Alex Martelli | forwardport of 2.3.5 fixes to copy.py |
commit | commitdiff | tree | snapshot |
| 2005-02-05 |
Raymond Hettinger | SF patch #1116583: NameError in cookielib domain check |
commit | commitdiff | tree | snapshot |
| 2005-02-03 |
Thomas Heller | Recompiled after source changes. |
commit | commitdiff | tree | snapshot |
| 2005-02-03 |
Thomas Heller | Running a bdist_wininst installer, built with Python... |
commit | commitdiff | tree | snapshot |
| 2005-02-03 |
Thomas Heller | Set PYTHONHOME before loading Python, so that sys.path... |
commit | commitdiff | tree | snapshot |
| 2005-02-03 |
Fred Drake | fix XMLFilterBase.resolveEntity() so the caller gets... |
commit | commitdiff | tree | snapshot |
| 2005-02-03 |
Guido van Rossum | Security fix PSF-2005-001 for SimpleXMLRPCServer.py. |
commit | commitdiff | tree | snapshot |
| 2005-01-29 |
Johannes Gijsbers | Backport for bug #1108490: fix broken link. |
commit | commitdiff | tree | snapshot |
| 2005-01-29 |
Martin v. Löwis | Revert os.py 1.75, and directly implement update. |
commit | commitdiff | tree | snapshot |
| 2005-01-27 |
Brett Cannon | Fixed typo in verbose output for RLock acquire. |
commit | commitdiff | tree | snapshot |
| 2005-01-27 |
Martin v. Löwis | Partially revert #1074011; don't try to fflush stdin. |
commit | commitdiff | tree | snapshot |
| 2005-01-26 |
Raymond Hettinger | SF bug #1108303: fix .split() maxsplit doc |
commit | commitdiff | tree | snapshot |
| 2005-01-25 |
Anthony Baxter | happy new year! (2.4 branch) |
commit | commitdiff | tree | snapshot |
| 2005-01-25 |
Raymond Hettinger | SF bug #1105286: Undocumented implicit strip() in... |
commit | commitdiff | tree | snapshot |
| 2005-01-23 |
Martin v. Löwis | Flush std{in,out,err} before closing it. Fixes #1074011. |
commit | commitdiff | tree | snapshot |
| 2005-01-20 |
Thomas Heller | Some bugs have been fixed in distutils, so increment... |
commit | commitdiff | tree | snapshot |
| 2005-01-20 |
Thomas Heller | distutils/command/install.py change. |
commit | commitdiff | tree | snapshot |
| 2005-01-20 |
Thomas Heller | Fix [ 1103844 ] fix distutils.install.dump_dirs() with... |
commit | commitdiff | tree | snapshot |
| 2005-01-19 |
Kurt B. Kaiser | If an extension can't be loaded, print warning and... |
commit | commitdiff | tree | snapshot |
| 2005-01-19 |
Kurt B. Kaiser | Improve error handling when .idlerc can't be created... |
commit | commitdiff | tree | snapshot |
| 2005-01-19 |
Fred Drake | fix typeset of vertical bar for PDF format |
commit | commitdiff | tree | snapshot |
| 2005-01-19 |
Fred Drake | install distutils.tests on Unix (contributed patch) |
commit | commitdiff | tree | snapshot |
| 2005-01-19 |
Fred Drake | documentation for the zipimport module using contribute... |
commit | commitdiff | tree | snapshot |
| 2005-01-19 |
cvs2svn | This commit was manufactured by cvs2svn to create branch |
commit | commitdiff | tree | snapshot |
| 2005-01-19 |
Fred Drake | Description of args to IMAP4.store() in imaplib |
commit | commitdiff | tree | snapshot |
| 2005-01-19 |
Fred Drake | Clean up discussion of new C thread idiom |
commit | commitdiff | tree | snapshot |
| 2005-01-19 |
Fred Drake | fix a bunch of spelling errors |
commit | commitdiff | tree | snapshot |
| 2005-01-19 |
Fred Drake | remove spurious line from widget variables example |
commit | commitdiff | tree | snapshot |
| 2005-01-17 |
Andrew MacIntyre | backport: make thread stack size compile-time tunable... |
commit | commitdiff | tree | snapshot |
| 2005-01-17 |
Andrew MacIntyre | make thread stack size compile-time tunable on OS/2 |
commit | commitdiff | tree | snapshot |
| 2005-01-12 |
Fred Drake | fix typo |
commit | commitdiff | tree | snapshot |
| 2005-01-11 |
Raymond Hettinger | Add duck-typing to the glossary. |
commit | commitdiff | tree | snapshot |
| 2005-01-11 |
Raymond Hettinger | SF bug #1099516: tempfile files not types.FileType |
commit | commitdiff | tree | snapshot |
| 2005-01-10 |
Walter Dörwald | Backport checkin: |
commit | commitdiff | tree | snapshot |
| 2005-01-10 |
Johannes Gijsbers | Backport for bug #839496: always read files in binary... |
commit | commitdiff | tree | snapshot |
| 2005-01-09 |
Johannes Gijsbers | Backport patch #712317: In URLs such as http://www... |
commit | commitdiff | tree | snapshot |
| 2005-01-09 |
Johannes Gijsbers | Backport patch #1095362: replace hardcoded test for... |
commit | commitdiff | tree | snapshot |
| 2005-01-09 |
Johannes Gijsbers | Backport patch #1051321 (fixes bugs 1010196, 1013525... |
commit | commitdiff | tree | snapshot |
| 2005-01-07 |
Jack Jansen | Starting on the 2.4 MacPython installer. |
commit | commitdiff | tree | snapshot |
| 2005-01-07 |
Jack Jansen | Started on Macintosh section. |
commit | commitdiff | tree | snapshot |
| 2005-01-07 |
Jack Jansen | Backport of 1.38: |
commit | commitdiff | tree | snapshot |
| 2005-01-07 |
Jack Jansen | Backport of Patch #1097739 by Bob Ippolito: |
commit | commitdiff | tree | snapshot |
| 2005-01-07 |
Jack Jansen | Backport of 1.479: |
commit | commitdiff | tree | snapshot |
| 2005-01-07 |
Jack Jansen | Backport of 1.20: |
commit | commitdiff | tree | snapshot |
| 2005-01-07 |
Raymond Hettinger | SF patch 1094011: Docs for file() vs open(). |
commit | commitdiff | tree | snapshot |
| 2005-01-07 |
Raymond Hettinger | SF bug #1091740: garbage collector still documented... |
commit | commitdiff | tree | snapshot |
| 2005-01-06 |
Jack Jansen | Backported from the trunk: |
commit | commitdiff | tree | snapshot |
| 2005-01-06 |
Jack Jansen | Backported from the trunk: |
commit | commitdiff | tree | snapshot |
| 2005-01-06 |
cvs2svn | This commit was manufactured by cvs2svn to create branch |
commit | commitdiff | tree | snapshot |
| 2005-01-05 |
Sean Reifschneider | Updating the Idle wrapper to match the current CVS... |
commit | commitdiff | tree | snapshot |
| 2005-01-04 |
Raymond Hettinger | Clarify that DictMixin is still useful. Only the UserD... |
commit | commitdiff | tree | snapshot |
| 2005-01-03 |
Martin v. Löwis | Fix typo. |
commit | commitdiff | tree | snapshot |
| 2005-01-03 |
Jack Jansen | Backport of 1.37: |
commit | commitdiff | tree | snapshot |
| 2005-01-01 |
Peter Astrand | On UNIX, when the execution of the child fails, we... |
commit | commitdiff | tree | snapshot |
| 2005-01-01 |
Raymond Hettinger | SF patch #1094007: Remove witty comment in pydoc.py |
commit | commitdiff | tree | snapshot |
| 2005-01-01 |
Raymond Hettinger | SF patch #1051395: locale.getdefaultlocale does not... |
commit | commitdiff | tree | snapshot |
| 2005-01-01 |
Raymond Hettinger | SF Patch #1093896: miscellaneous doc typos |
commit | commitdiff | tree | snapshot |
| 2004-12-31 |
Jack Jansen | Backport: |
commit | commitdiff | tree | snapshot |
| 2004-12-31 |
Johannes Gijsbers | Patch #1011890: fix inspect.getsource breaking with... |
commit | commitdiff | tree | snapshot |
| 2004-12-31 |
Raymond Hettinger | SF bug #1090139: presentation typo in lib: 6.21.4... |
commit | commitdiff | tree | snapshot |
| 2004-12-30 |
Martin v. Löwis | Add more test directories to testsuite. |
commit | commitdiff | tree | snapshot |
| 2004-12-30 |
Martin v. Löwis | Update to VC 7.1. |
commit | commitdiff | tree | snapshot |
| 2004-12-29 |
Walter Dörwald | Backport checkin: |
commit | commitdiff | tree | snapshot |
| 2004-12-29 |
Martin v. Löwis | Update example to VC 7.1. |
commit | commitdiff | tree | snapshot |
| 2004-12-29 |
cvs2svn | This commit was manufactured by cvs2svn to create branch |
commit | commitdiff | tree | snapshot |
| 2004-12-29 |
Walter Dörwald | Backport checkin: |
commit | commitdiff | tree | snapshot |
| next |