| Commit message (Expand) | Author | Age | Files | Lines |
* | #4298: pickle.load() can segfault on invalid or truncated input. | Amaury Forgeot d'Arc | 2008-11-11 | 1 | -0/+5 |
|
|
* | Merged revisions 67180 via svnmerge from | Benjamin Peterson | 2008-11-10 | 5 | -12/+44 |
|
|
* | #4283: fix left-over iteritems() in distutils. | Georg Brandl | 2008-11-08 | 1 | -1/+1 |
|
|
* | update | Barry Warsaw | 2008-11-07 | 1 | -1/+1 |
|
|
* | Bumping to 3.0rc2. | Barry Warsaw | 2008-11-06 | 3 | -7/+7 |
|
|
* | 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 | 2 | -105/+298 |
|
|
* | Issue #3714: nntplib module broken by str to unicode conversion | Christian Heimes | 2008-11-05 | 1 | -63/+52 |
|
|
* | Issue #1210: Fixed imaplib | Christian Heimes | 2008-11-05 | 1 | -110/+77 |
|
|
* | Fixed issue #4233. | Christian Heimes | 2008-11-05 | 1 | -9/+23 |
|
|
* | Issue #3774: Fixed an error when create a Tkinter menu item without command | Hirokazu Yamamoto | 2008-11-04 | 1 | -12/+13 |
|
|
* | Sorry, r67092 is commit miss.... | Hirokazu Yamamoto | 2008-11-04 | 1 | -13/+0 |
|
|
* | Blocked revisions 67002 via svnmerge | Hirokazu Yamamoto | 2008-11-04 | 1 | -0/+13 |
|
|
* | 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 | 5 | -8/+26 |
|
|
* | 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 |
|
|
* | Remove a confusing statement in Pickler's docstring. | Alexandre Vassalotti | 2008-10-25 | 1 | -2/+0 |
|
|
* | Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,... | Benjamin Peterson | 2008-10-25 | 7 | -43/+41 |
|
|
* | 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 |
|
|
* | Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-... | Benjamin Peterson | 2008-10-19 | 11 | -59/+264 |
|
|
* | #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 | 7 | -30/+111 |
|
|
* | merge r66932 and add a few py3k only checks | Benjamin Peterson | 2008-10-16 | 2 | -2/+13 |
|
|
* | remove some more references to __cmp__ #1717 | Benjamin Peterson | 2008-10-16 | 6 | -62/+26 |
|
|
* | Victor Stinner's patch to make telnetlib use bytes 3725 | Benjamin Peterson | 2008-10-15 | 1 | -102/+102 |
|
|
* | Issue #4072: Restore build_py_2to3. Add a distutils demo for | Martin v. Löwis | 2008-10-15 | 1 | -12/+18 |
|
|
* | Merged revisions 66894 via svnmerge from | Benjamin Peterson | 2008-10-14 | 2 | -12/+0 |
|
|
* | fix merge boo-boo | Benjamin Peterson | 2008-10-11 | 1 | -2/+2 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 7 | -15/+57 |
|
|
* | 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 |
|
|
* | Fix [issue4038] py3k error in distutils file_copy exception handlers. r=martin. | Mark Hammond | 2008-10-05 | 1 | -10/+5 |
|
|
* | Merged revisions 66670,66681,66688,66696-66699 via svnmerge from | Benjamin Peterson | 2008-10-04 | 3 | -0/+22 |
|
|
* | Merged revisions 66797 via svnmerge from | Benjamin Peterson | 2008-10-04 | 6 | -11/+2833 |
|
|
* | Issue3187 for Macintosh platform: | Amaury Forgeot d'Arc | 2008-10-03 | 2 | -23/+123 |
|
|