| Commit message (Expand) | Author | Age | Files | Lines |
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 4 | -5/+10 |
|
|
* | #4004: Missing newline in some startup error messages. | Amaury Forgeot d'Arc | 2008-10-07 | 1 | -4/+4 |
|
|
* | Merged revisions 66677,66700 via svnmerge from | Benjamin Peterson | 2008-10-07 | 1 | -1/+1 |
|
|
* | Second part of #3187, for windows: | Amaury Forgeot d'Arc | 2008-10-03 | 1 | -3/+3 |
|
|
* | Merged revisions 66748 via svnmerge from | Christian Heimes | 2008-10-02 | 3 | -4/+4 |
|
|
* | Issue #3187: Better support for "undecodable" filenames. Code by Victor | Guido van Rossum | 2008-10-02 | 1 | -55/+35 |
|
|
* | Fix a probable merge glitch in r66695: | Amaury Forgeot d'Arc | 2008-09-30 | 1 | -2/+2 |
|
|
* | check for errors after PyLong_Ssize_t | Benjamin Peterson | 2008-09-30 | 1 | -0/+4 |
|
|
* | Merged revisions 66693 via svnmerge from | Benjamin Peterson | 2008-09-30 | 2 | -0/+10 |
|
|
* | Merged revisions 66683 via svnmerge from | Thomas Heller | 2008-09-29 | 1 | -3/+5 |
|
|
* | Merged revisions 66496 via svnmerge from | Benjamin Peterson | 2008-09-24 | 1 | -13/+43 |
|
|
* | Merged revisions 66611 via svnmerge from | Thomas Heller | 2008-09-24 | 1 | -1/+1 |
|
|
* | Fix for issue 3666 - atexit.register with bad inputs segfaults on exit. | Skip Montanaro | 2008-09-23 | 1 | -6/+7 |
|
|
* | Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,... | Benjamin Peterson | 2008-09-22 | 3 | -4/+4 |
|
|
* | Issue #3659: Values of string subclasses were not handled correctly when used | Gerhard Häring | 2008-09-22 | 1 | -14/+1 |
|
|
* | Issue #3782: os.write() must not accept unicode strings | Antoine Pitrou | 2008-09-15 | 1 | -1/+1 |
|
|
* | Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from | Benjamin Peterson | 2008-09-13 | 8 | -30/+35 |
|
|
* | #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply n... | Amaury Forgeot d'Arc | 2008-09-11 | 1 | -62/+118 |
|
|
* | Merged revisions 66377 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-10 | 3 | -5/+4 |
|
|
* | Merged revisions 66364 via svnmerge from | Guido van Rossum | 2008-09-10 | 1 | -3/+4 |
|
|
* | Merged revisions 66362 via svnmerge from | Martin v. Löwis | 2008-09-10 | 3 | -14651/+17701 |
|
|
* | Issue #3813: cannot lanch python.exe via symbolic link on cygwin. | Hirokazu Yamamoto | 2008-09-09 | 1 | -2/+1 |
|
|
* | Revert r33661, which broke all buildbots. | Amaury Forgeot d'Arc | 2008-09-09 | 1 | -19/+21 |
|
|
* | #3705: Fix crash when given a non-ascii value on the command line for the "-c... | Amaury Forgeot d'Arc | 2008-09-09 | 1 | -21/+19 |
|
|
* | fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, | Gregory P. Smith | 2008-09-06 | 3 | -13/+13 |
|
|
* | Issue #3705: py3k aborts if "-c" or "-m" is given a non-ascii value. | Antoine Pitrou | 2008-09-06 | 1 | -19/+31 |
|
|
* | Fixes release blocker issue #3492 and #3790. | Gregory P. Smith | 2008-09-06 | 2 | -42/+42 |
|
|
* | compile _bytesio and _stringio into the binary and initalize stdio before sit... | Benjamin Peterson | 2008-09-05 | 1 | -0/+2 |
|
|
* | Issue #3660 (part of): fix a memory leak in _pickle. | Antoine Pitrou | 2008-09-05 | 1 | -1/+5 |
|
|
* | remove bsddb | Benjamin Peterson | 2008-09-03 | 2 | -7795/+0 |
|
|
* | Python3.0 bsddb testsuite compatibility improvements | Jesus Cea | 2008-09-03 | 1 | -1/+1 |
|
|
* | Fixed wording of python --help text. | Christian Heimes | 2008-09-03 | 1 | -2/+2 |
|
|
* | Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. | Antoine Pitrou | 2008-09-03 | 2 | -1/+22 |
|
|
* | merge 66184 to fix issue3110 to py3k | Jesse Noller | 2008-09-03 | 1 | -0/+11 |
|
|
* | Fix some leaks - Neal Norwitz | Jesus Cea | 2008-09-03 | 2 | -4/+6 |
|
|
* | Improve compatibility with Python3.0 testsuite | Jesus Cea | 2008-09-02 | 1 | -1/+1 |
|
|
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 1 | -1/+3 |
|
|
* | bsddb code updated to version 4.7.3pre2. This code is the same than | Jesus Cea | 2008-08-31 | 2 | -981/+2454 |
|
|
* | Fix #3651 various memory leaks when using the buffer interface | Benjamin Peterson | 2008-08-27 | 1 | -0/+3 |
|
|
* | Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,... | Benjamin Peterson | 2008-08-25 | 2 | -6/+19 |
|
|
* | Issue #3657: Fix uninitialized memory read when pickling longs. | Neal Norwitz | 2008-08-24 | 1 | -2/+2 |
|
|
* | Merged revisions 66018 via svnmerge from | Neal Norwitz | 2008-08-24 | 1 | -1/+1 |
|
|
* | Closes release blocker #3627. | Neal Norwitz | 2008-08-24 | 2 | -2/+7 |
|
|
* | Merged revisions 66006 via svnmerge from | Neal Norwitz | 2008-08-24 | 3 | -1/+6 |
|
|
* | #3643 add more checks to _testcapi to prevent segfaults | Benjamin Peterson | 2008-08-23 | 1 | -0/+4 |
|
|
* | Merged revisions 65978 via svnmerge from | Christian Heimes | 2008-08-22 | 1 | -2/+2 |
|
|
* | Merged revisions 65868,65870 via svnmerge from | Thomas Heller | 2008-08-19 | 1 | -5/+28 |
|
|
* | Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv... | Benjamin Peterson | 2008-08-19 | 1 | -1/+1 |
|
|
* | #3560: cleanup C memoryview API | Antoine Pitrou | 2008-08-19 | 1 | -1/+1 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 2 | -3/+25 |
|
|