| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from | Benjamin Peterson | 2008-08-17 | 1 | -0/+4 |
|
|
* | Issue #3575: Incremental decoder's decode function now takes bytearray | Hirokazu Yamamoto | 2008-08-17 | 1 | -2/+7 |
|
|
* | Merged revisions 65745 via svnmerge from | Hirokazu Yamamoto | 2008-08-17 | 1 | -28/+26 |
|
|
* | add _testcapi.raise_memoryerror to make test_exceptions.test_MemoryError simpler | Benjamin Peterson | 2008-08-16 | 1 | -0/+11 |
|
|
* | Fix building binascii when not using the zlib's crc32 (build failure on Windo... | Antoine Pitrou | 2008-08-15 | 1 | -1/+1 |
|
|
* | Zero-initialize buf. Fixes #3557. | Martin v. Löwis | 2008-08-15 | 1 | -0/+1 |
|
|
* | Issue 3514: Fixed segfault dues to infinite loop in __getattr__. | Alexandre Vassalotti | 2008-08-15 | 1 | -2/+5 |
|
|
* | Use s* to receive data. Fixes #3552. | Martin v. Löwis | 2008-08-14 | 2 | -21/+24 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 19 | -269/+487 |
|
|
* | clean up ssl.py; expose unwrap and add test for it | Bill Janssen | 2008-08-12 | 1 | -0/+40 |
|
|
* | Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-... | Georg Brandl | 2008-08-12 | 2 | -0/+6 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 30 | -65/+65 |
|
|
* | Merged revisions 65544 via svnmerge from | Guido van Rossum | 2008-08-06 | 1 | -0/+474 |
|
|
* | Merged revisions 65385 via svnmerge from | Benjamin Peterson | 2008-08-02 | 1 | -1/+1 |
|
|
* | Merge 65376 into 3k, fix for issue 3399 | Jesse Noller | 2008-08-02 | 3 | -19/+28 |
|
|