| 2004-07-10 |
Brett Cannon | ntpath now compresses erroneous slashes between the... |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Brett Cannon | zipfile now handles file sizes over 2 GB. Was incorrec... |
commit | commitdiff | tree | snapshot |
| 2004-07-07 |
Andrew M. Kuchling | [Bug #982806] The default argument for opening GDBM... |
commit | commitdiff | tree | snapshot |
| 2004-07-07 |
Andrew M. Kuchling | [Bug #984017] Incorrect prototype, fixed by Timothy... |
commit | commitdiff | tree | snapshot |
| 2004-07-06 |
Guido van Rossum | Add msg for bug #981530 (shutil.rmtree). Somehow that... |
commit | commitdiff | tree | snapshot |
| 2004-07-04 |
Brett Cannon | Fix bug introduced by previous backport. |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Brett Cannon | threading.Thread used to raise an exception about attem... |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Thomas Heller | SF #951851 is fixed. |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Thomas Heller | When importing an extension on Windows, the code reads... |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Thomas Heller | SF #982215 is fixed. |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Thomas Heller | Fix for SF 982215: bdist_wininst - Next button not... |
commit | commitdiff | tree | snapshot |
| 2004-06-29 |
Brett Cannon | Add support in urlparse for recognizing rsync as a... |
commit | commitdiff | tree | snapshot |
| 2004-06-26 |
Brett Cannon | Allow Modules/getpath.c to compile on OS X in a --disab... |
commit | commitdiff | tree | snapshot |
| 2004-06-25 |
Raymond Hettinger | Fix leak found by Eric Huss. |
commit | commitdiff | tree | snapshot |
| 2004-06-20 |
Martin v. Löwis | Patch #975885: print file name in err msg in quiet... |
commit | commitdiff | tree | snapshot |
| 2004-06-19 |
Brett Cannon | Raise an exception when trying to use shutil.move(... |
commit | commitdiff | tree | snapshot |
| 2004-06-19 |
Brett Cannon | pydoc.stripid() is now case-insensitive. |
commit | commitdiff | tree | snapshot |
| 2004-06-17 |
Brett Cannon | Add missing word in InvalidStateError definition. |
commit | commitdiff | tree | snapshot |
| 2004-06-12 |
Raymond Hettinger | SF bug #971747: Wrong indentation of example code... |
commit | commitdiff | tree | snapshot |
| 2004-06-11 |
Anthony Baxter | Backport: |
commit | commitdiff | tree | snapshot |
| 2004-06-09 |
Thomas Heller | Public Python functions are nowadays marked PyAPI_FUNC... |
commit | commitdiff | tree | snapshot |
| 2004-06-09 |
Fred Drake | switch back to \today since we're post-release |
commit | commitdiff | tree | snapshot |
| 2004-06-09 |
Fred Drake | update version number since changes have been made... |
commit | commitdiff | tree | snapshot |
| 2004-06-09 |
Fred Drake | make a reference to the SimpleHTTPServer module a hyper... |
commit | commitdiff | tree | snapshot |
| 2004-06-07 |
Tim Peters | SF 952807: Unpickling pickled instances of subclasses of |
commit | commitdiff | tree | snapshot |
| 2004-06-07 |
Thomas Heller | Fix a refcount bug in an obscure code corner. |
commit | commitdiff | tree | snapshot |
| 2004-06-07 |
Thomas Heller | Fix a refcount bug in an obscure code corner. |
commit | commitdiff | tree | snapshot |
| 2004-06-06 |
Andrew M. Kuchling | [Bug #953177] Mention .getlist(); text from Paul Moore |
commit | commitdiff | tree | snapshot |
| 2004-06-06 |
Kurt B. Kaiser | Backporting [ 778323 ] Tk Dialog Upon Subprocess Socket... |
commit | commitdiff | tree | snapshot |
| 2004-06-06 |
Tim Peters | SF 964876 mapping a 0 length file |
commit | commitdiff | tree | snapshot |
| 2004-06-05 |
Andrew M. Kuchling | Reword message |
commit | commitdiff | tree | snapshot |
| 2004-06-05 |
Andrew M. Kuchling | Fix exception wording |
commit | commitdiff | tree | snapshot |
| 2004-06-05 |
Andrew M. Kuchling | [Bug #758665] cgitb.scanvars() fails because of an... |
commit | commitdiff | tree | snapshot |
| 2004-06-05 |
Andrew M. Kuchling | [Bug #936837] Add missing word |
commit | commitdiff | tree | snapshot |
| 2004-06-05 |
Andrew M. Kuchling | [Bug #954364] inspect.getframeinfo() sometimes produces... |
commit | commitdiff | tree | snapshot |
| 2004-06-05 |
Andrew M. Kuchling | [Bug #841757] Patch from /F to allow Unicode strings... |
commit | commitdiff | tree | snapshot |
| 2004-06-05 |
Andrew M. Kuchling | Update version number |
commit | commitdiff | tree | snapshot |
| 2004-06-04 |
Thomas Heller | Partial backport (only the bugfix) of sf #811294: |
commit | commitdiff | tree | snapshot |
| 2004-06-03 |
Jack Jansen | Backport of 1.47: |
commit | commitdiff | tree | snapshot |
| 2004-06-03 |
Jack Jansen | Backport of 1.45 and 1.46: |
commit | commitdiff | tree | snapshot |
| 2004-06-03 |
Jack Jansen | Backport of 1.47: |
commit | commitdiff | tree | snapshot |
| 2004-06-03 |
Jack Jansen | Backport of 1.2: |
commit | commitdiff | tree | snapshot |
| 2004-06-03 |
Jack Jansen | Backport of 1.23 and 1.24: |
commit | commitdiff | tree | snapshot |
| 2004-06-03 |
Jack Jansen | Backport of 1.31-1.34: |
commit | commitdiff | tree | snapshot |
| 2004-06-03 |
Martin v. Löwis | Document which string methods are locale-dependent... |
commit | commitdiff | tree | snapshot |
| 2004-06-03 |
Greg Ward | SF #965425: fix wordsep_re so hyphenated words are... |
commit | commitdiff | tree | snapshot |
| 2004-06-03 |
Greg Ward | SF #965425: add WrapTestCase.test_punct_hyphens() to... |
commit | commitdiff | tree | snapshot |
| 2004-06-02 |
Jack Jansen | Backport of 1.54: |
commit | commitdiff | tree | snapshot |
| 2004-06-02 |
Jack Jansen | CGMainDisplayID() doesn't exist on 10.1, so don't try... |
commit | commitdiff | tree | snapshot |
| 2004-06-02 |
Martin v. Löwis | The expression list in inheritance is not optional... |
commit | commitdiff | tree | snapshot |
| 2004-06-02 |
Martin v. Löwis | Fix typo reported in #964592. |
commit | commitdiff | tree | snapshot |
| 2004-06-02 |
Martin v. Löwis | Document PyModule_AddIntConstant to take a long. Fixes... |
commit | commitdiff | tree | snapshot |
| 2004-06-02 |
Martin v. Löwis | Patch #924294: Do not check for AF_INET6 if it is not... |
commit | commitdiff | tree | snapshot |
| 2004-06-02 |
Martin v. Löwis | Patch #954115: Fix os.stat handling of UNC roots. |
commit | commitdiff | tree | snapshot |
| 2004-06-01 |
Andrew M. Kuchling | Set data pointer to NULL after an error; this keeps... |
commit | commitdiff | tree | snapshot |
| 2004-06-01 |
Andrew M. Kuchling | [Bug #962631] Fix typo reported by Bryan Blackburn |
commit | commitdiff | tree | snapshot |
| 2004-05-31 |
Martin v. Löwis | Including changes from Ian Holsman to build under Red... |
commit | commitdiff | tree | snapshot |
| 2004-05-27 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.3.4 |
commit | commitdiff | tree | snapshot |
| 2004-05-27 |
Anthony Baxter | formatting nit |
commit | commitdiff | tree | snapshot |
| 2004-05-27 |
Anthony Baxter | reset release |
commit | commitdiff | tree | snapshot |
| 2004-05-25 |
Thomas Heller | Changes for Python 2.3.4. |
commit | commitdiff | tree | snapshot |
| 2004-05-25 |
Thomas Heller | This file no longer compressed with upx. |
commit | commitdiff | tree | snapshot |
| 2004-05-25 |
Thomas Heller | Set release date for Python 2.3.4 (final). |
commit | commitdiff | tree | snapshot |
| 2004-05-25 |
Thomas Heller | Set release date for Python 2.3.4 (final). |
commit | commitdiff | tree | snapshot |
| 2004-05-25 |
Thomas Heller | To avoid licensing issues, the stub exe for the bdist_w... |
commit | commitdiff | tree | snapshot |
| 2004-05-19 |
Fred Drake | reverse the order of the two \date lines so the process... |
commit | commitdiff | tree | snapshot |
| 2004-05-19 |
Fred Drake | repair date |
commit | commitdiff | tree | snapshot |
| 2004-05-19 |
Fred Drake | update version number for 2.3.4 final |
commit | commitdiff | tree | snapshot |
| 2004-05-15 |
Gregory P.... | Remove the offending added bit of a test case that... |
commit | commitdiff | tree | snapshot |
| 2004-05-14 |
Thomas Heller | Current version is 2.3.4. |
commit | commitdiff | tree | snapshot |
| 2004-05-14 |
Fred Drake | update for the predicted 2.3.4 final release date, |
commit | commitdiff | tree | snapshot |
| 2004-05-13 |
Barry Warsaw | Added a sample message for the test for SF bug # 846938... |
commit | commitdiff | tree | snapshot |
| 2004-05-13 |
Barry Warsaw | test_boundary_in_non_multipart(): Added a test for... |
commit | commitdiff | tree | snapshot |
| 2004-05-13 |
Barry Warsaw | _parsebody(): Do not create subparts unless the contain... |
commit | commitdiff | tree | snapshot |
| 2004-05-13 |
Barry Warsaw | Waugh! we need to bump the email package to 2.5.5 for... |
commit | commitdiff | tree | snapshot |
| 2004-05-13 |
Anthony Baxter | better yet |
commit | commitdiff | tree | snapshot |
| 2004-05-13 |
Anthony Baxter | how many @*&(*$# places do we include the years?? |
commit | commitdiff | tree | snapshot |
| 2004-05-13 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.3.4c1 |
commit | commitdiff | tree | snapshot |
| 2004-05-13 |
Anthony Baxter | update to match Lib/idlelib/NEWS version number |
commit | commitdiff | tree | snapshot |
| 2004-05-13 |
Greg Ward | SF #847346: remove misguided optimization for short... |
commit | commitdiff | tree | snapshot |
| 2004-05-13 |
Greg Ward | SF #847346: add test_fix_sentence_endings() to ensure... |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Thomas Heller | Version '2.3.4c1' |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Thomas Heller | Windows build number for 2.3.4c1 is 52. |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Thomas Heller | Fix version number (2.3.4c1) and release date (12-May... |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Thomas Heller | 2.3.4 is derived from 2.3.3, not from itself. |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Fred Drake | set target date for Python 2.3.4 release |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Fred Drake | fix various descriptions of "ctime" |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Fred Drake | backport 1.17, 1.18 from the trunk: PyErr_SetInterrupt... |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Fred Drake | fix various typos; thanks, George Yoshida! |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Fred Drake | add note about the __name__ read-only attribute |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Tim Peters | Update copyright years. In the Windows resource, chang... |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Tim Peters | super_getattro(): Repaired compiler warning about... |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Fred Drake | update the version information in preparation for release |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Thomas Heller | Fix SF item #876278: Unbounded recursion in modulefinder. |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Fred Drake | use tools/getversioninfo to extract the version number... |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Fred Drake | remove assignment to unused variable |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Fred Drake | update to reflect the current location of the SF bugs... |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Fred Drake | markup adjustment |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Barry Warsaw | In order to fix SF bug # 824977, we replace calloc... |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Greg Ward | SF #832236: wrap a bunch of _EXPORT_INT calls in #ifdef... |
commit | commitdiff | tree | snapshot |
| next |