| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1721812: Binary operations and copy operations on set/frozenset | Raymond Hettinger | 2008-11-16 | 1 | -4/+9 |
|
|
* | Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to | Mark Dickinson | 2008-11-12 | 2 | -2/+49 |
|
|
* | #2971: test_zipfile64 fails. | Amaury Forgeot d'Arc | 2008-11-12 | 1 | -7/+8 |
|
|
* | Enable this test only when subprocess supports non-ascii arguments. | Amaury Forgeot d'Arc | 2008-11-12 | 1 | -6/+5 |
|
|
* | Temporarily print some information in test_cmd_line, | Amaury Forgeot d'Arc | 2008-11-12 | 1 | -0/+2 |
|
|
* | #3705: Command-line arguments were not correctly decoded when the | Amaury Forgeot d'Arc | 2008-11-11 | 1 | -0/+6 |
|
|
* | #4298: pickle.load() can segfault on invalid or truncated input. | Amaury Forgeot d'Arc | 2008-11-11 | 1 | -0/+5 |
|
|
* | fix #4211: the __path__ of a frozen package should be a list. | Benjamin Peterson | 2008-11-05 | 1 | -0/+1 |
|
|
* | Merged revisions 67089,67091,67101 via svnmerge from | Benjamin Peterson | 2008-11-05 | 2 | -1/+10 |
|
|
* | Fixed issue #3727: poplib module broken by str to unicode conversion | Christian Heimes | 2008-11-05 | 1 | -25/+274 |
|
|
* | Fixed issue #4233. | Christian Heimes | 2008-11-05 | 1 | -9/+23 |
|
|
* | fix test_descr | Benjamin Peterson | 2008-11-03 | 1 | -1/+1 |
|
|
* | Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv... | Benjamin Peterson | 2008-11-03 | 4 | -7/+22 |
|
|
* | Correct the pickle test, broken since r67059: | Amaury Forgeot d'Arc | 2008-10-31 | 1 | -2/+9 |
|
|
* | Merged revisions 67066 via svnmerge from | Benjamin Peterson | 2008-10-31 | 2 | -0/+14 |
|
|
* | Merged revisions 67049 via svnmerge from | Amaury Forgeot d'Arc | 2008-10-30 | 1 | -0/+16 |
|
|
* | Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ... | Christian Heimes | 2008-10-30 | 1 | -0/+7 |
|
|
* | #4170: Fix segfault when pickling a defauldict object. | Amaury Forgeot d'Arc | 2008-10-30 | 1 | -0/+8 |
|
|
* | Merged revisions 67030-67031 via svnmerge from | Benjamin Peterson | 2008-10-26 | 2 | -2/+27 |
|
|
* | Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,... | Benjamin Peterson | 2008-10-25 | 2 | -3/+35 |
|
|
* | add grammar tests for nonlocal | Benjamin Peterson | 2008-10-24 | 1 | -0/+8 |
|
|
* | Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. | Hirokazu Yamamoto | 2008-10-23 | 2 | -3/+3 |
|
|
* | #3664: The pickle module could segfault if a Pickler instance is not correctl... | Amaury Forgeot d'Arc | 2008-10-17 | 1 | -0/+14 |
|
|
* | Latin-1 source code was not being properly decoded when passed through | Brett Cannon | 2008-10-17 | 1 | -1/+17 |
|
|
* | STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != '' | Barry Warsaw | 2008-10-17 | 1 | -0/+12 |
|
|
* | Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults. | Barry Warsaw | 2008-10-17 | 1 | -0/+3 |
|
|
* | add tests for PyInstanceMethod_Type | Benjamin Peterson | 2008-10-16 | 1 | -0/+25 |
|
|
* | forward port r66386 | Benjamin Peterson | 2008-10-16 | 6 | -30/+96 |
|
|
* | remove some more references to __cmp__ #1717 | Benjamin Peterson | 2008-10-16 | 6 | -62/+26 |
|
|
* | fix merge boo-boo | Benjamin Peterson | 2008-10-11 | 1 | -2/+2 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 6 | -5/+45 |
|
|
* | Merged revisions 66703,66708 via svnmerge from | Benjamin Peterson | 2008-10-10 | 2 | -4/+11 |
|
|
* | Issues #2384 and #3975: Tracebacks were not correctly printed when the source... | Amaury Forgeot d'Arc | 2008-10-09 | 1 | -0/+65 |
|
|
* | Merged revisions 66677,66700 via svnmerge from | Benjamin Peterson | 2008-10-07 | 1 | -1/+15 |
|
|
* | a trival fix to let test_profile pass if it runs after test_cprofile | Benjamin Peterson | 2008-10-06 | 2 | -11/+20 |
|
|
* | unbreak test_cprofile | Benjamin Peterson | 2008-10-06 | 3 | -130/+72 |
|
|
* | Added the test for issue3762. | Hirokazu Yamamoto | 2008-10-06 | 1 | -0/+16 |
|
|
* | Merged revisions 66670,66681,66688,66696-66699 via svnmerge from | Benjamin Peterson | 2008-10-04 | 2 | -0/+11 |
|
|
* | Issue3187 for Macintosh platform: | Amaury Forgeot d'Arc | 2008-10-03 | 1 | -0/+84 |
|
|
* | Make the test more robust in face of remaining files. | Amaury Forgeot d'Arc | 2008-10-03 | 1 | -2/+2 |
|
|
* | Second part of #3187, for windows: | Amaury Forgeot d'Arc | 2008-10-03 | 1 | -0/+17 |
|
|
* | Issue #3187: Add sys.setfilesystemencoding. | Martin v. Löwis | 2008-10-03 | 1 | -0/+5 |
|
|
* | Issue #3187: Better support for "undecodable" filenames. Code by Victor | Guido van Rossum | 2008-10-02 | 4 | -18/+149 |
|
|
* | Merged revisions 66673 via svnmerge from | Benjamin Peterson | 2008-09-28 | 1 | -0/+5 |
|
|
* | Devil merge! | Benjamin Peterson | 2008-09-28 | 1 | -0/+5 |
|
|
* | Merged revisions 66653-66654 via svnmerge from | Benjamin Peterson | 2008-09-27 | 1 | -2/+2 |
|
|
* | #3911 FTP.makeport was giving bad port numbers | Benjamin Peterson | 2008-09-27 | 1 | -1/+1 |
|
|
* | Merged revisions 66634 via svnmerge from | Benjamin Peterson | 2008-09-27 | 1 | -36/+430 |
|
|
* | Merged revisions 66631 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-26 | 1 | -0/+16 |
|
|
* | #3946 fix PyObject_CheckBuffer on a memoryview object | Benjamin Peterson | 2008-09-26 | 1 | -0/+1 |
|
|