| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,... | Benjamin Peterson | 2008-10-25 | 12 | -59/+56 |
|
|
* | Blocked revisions 67013 via svnmerge | Benjamin Peterson | 2008-10-25 | 0 | -0/+0 |
|
|
* | update Python-ast.c | Benjamin Peterson | 2008-10-24 | 1 | -0/+18 |
|
|
* | fix some py3k doc nits | Benjamin Peterson | 2008-10-24 | 2 | -8/+8 |
|
|
* | add grammar tests for nonlocal | Benjamin Peterson | 2008-10-24 | 1 | -0/+8 |
|
|
* | More improvements to pickle's documentation. | Alexandre Vassalotti | 2008-10-24 | 2 | -45/+92 |
|
|
* | Merged revisions 67005 via svnmerge from | Walter Dörwald | 2008-10-23 | 1 | -3/+3 |
|
|
* | Blocked revisions 67002 via svnmerge | Hirokazu Yamamoto | 2008-10-23 | 0 | -0/+0 |
|
|
* | Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. | Hirokazu Yamamoto | 2008-10-23 | 2 | -3/+3 |
|
|
* | document 'y(#)' format codes for Py_BuildValue | Benjamin Peterson | 2008-10-21 | 1 | -0/+8 |
|
|
* | make struct static | Benjamin Peterson | 2008-10-20 | 1 | -2/+2 |
|
|
* | document changes to metaclasses | Benjamin Peterson | 2008-10-19 | 1 | -17/+15 |
|
|
* | restore compilation on OpenBSD #4146 | Benjamin Peterson | 2008-10-19 | 2 | -3/+5 |
|
|
* | Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-... | Benjamin Peterson | 2008-10-19 | 25 | -85/+319 |
|
|
* | Improve pickle's documentation. | Alexandre Vassalotti | 2008-10-18 | 2 | -84/+135 |
|
|
* | Improve pickle's documentation. | Alexandre Vassalotti | 2008-10-18 | 1 | -96/+144 |
|
|
* | #3664: The pickle module could segfault if a Pickler instance is not correctl... | Amaury Forgeot d'Arc | 2008-10-17 | 3 | -1/+33 |
|
|
* | Issue #3717: Fix Demo/embed/demo.c. | Martin v. Löwis | 2008-10-17 | 2 | -14/+31 |
|
|
* | Merged revisions 66958 via svnmerge from | Martin v. Löwis | 2008-10-17 | 2 | -3/+3 |
|
|
* | Really commit the patch for bug 4125; runtests.sh use -bb flag | Barry Warsaw | 2008-10-17 | 1 | -0/+2 |
|
|
* | Latin-1 source code was not being properly decoded when passed through | Brett Cannon | 2008-10-17 | 5 | -10/+24 |
|
|
* | STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != '' | Barry Warsaw | 2008-10-17 | 3 | -2/+14 |
|
|
* | Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults. | Barry Warsaw | 2008-10-17 | 2 | -1/+4 |
|
|
* | Apply Martin's patch for bug 3685, Crash while compiling Python 3000 in | Barry Warsaw | 2008-10-17 | 1 | -1/+1 |
|
|
* | add tests for PyInstanceMethod_Type | Benjamin Peterson | 2008-10-16 | 2 | -0/+27 |
|
|
* | Blocked revisions 66386 via svnmerge | Benjamin Peterson | 2008-10-16 | 0 | -0/+0 |
|
|
* | forward port r66386 | Benjamin Peterson | 2008-10-16 | 9 | -59/+156 |
|
|
* | Unblocked revisions 66386 via svnmerge | Benjamin Peterson | 2008-10-16 | 0 | -0/+0 |
|
|
* | Merged revisions 66938,66942 via svnmerge from | Benjamin Peterson | 2008-10-16 | 1 | -4/+6 |
|
|
* | merge r66932 and add a few py3k only checks | Benjamin Peterson | 2008-10-16 | 3 | -6/+19 |
|
|
* | remove some more references to __cmp__ #1717 | Benjamin Peterson | 2008-10-16 | 8 | -150/+26 |
|
|
* | use bytes throughout telnetlib docs | Benjamin Peterson | 2008-10-15 | 1 | -32/+33 |
|
|
* | Victor Stinner's patch to make telnetlib use bytes 3725 | Benjamin Peterson | 2008-10-15 | 3 | -108/+110 |
|
|
* | Issue #4072: Restore build_py_2to3. Add a distutils demo for | Martin v. Löwis | 2008-10-15 | 6 | -12/+52 |
|
|
* | correct changed import | Benjamin Peterson | 2008-10-15 | 1 | -2/+2 |
|
|
* | Merged revisions 66894 via svnmerge from | Benjamin Peterson | 2008-10-14 | 2 | -12/+0 |
|
|
* | Merged revisions 66881 via svnmerge from | Martin v. Löwis | 2008-10-13 | 2 | -3/+10 |
|
|
* | remove a mention of backtick repr | Benjamin Peterson | 2008-10-12 | 1 | -9/+8 |
|
|
* | fix merge boo-boo | Benjamin Peterson | 2008-10-11 | 1 | -2/+2 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 40 | -306/+622 |
|
|
* | Blocked revisions 66822 via svnmerge | Benjamin Peterson | 2008-10-10 | 0 | -0/+0 |
|
|
* | Merged revisions 66703,66708 via svnmerge from | Benjamin Peterson | 2008-10-10 | 3 | -4/+15 |
|
|
* | Issues #2384 and #3975: Tracebacks were not correctly printed when the source... | Amaury Forgeot d'Arc | 2008-10-09 | 4 | -81/+218 |
|
|
* | Some more notes about bytes/string filename APIs. | Georg Brandl | 2008-10-08 | 3 | -22/+34 |
|
|
* | The #warning directive is a gcc extension to standard C, | Amaury Forgeot d'Arc | 2008-10-07 | 1 | -0/+4 |
|
|
* | #4004: Missing newline in some startup error messages. | Amaury Forgeot d'Arc | 2008-10-07 | 2 | -8/+8 |
|
|
* | Issue #3740: Null-initialize module state. | Martin v. Löwis | 2008-10-07 | 2 | -0/+3 |
|
|
* | More bytes vs. strings documentation. | Martin v. Löwis | 2008-10-07 | 3 | -5/+15 |
|
|
* | Patch #3187 (file 11721): Document byte vs. string parameters | Martin v. Löwis | 2008-10-07 | 1 | -6/+10 |
|
|
* | merge from trunk | Skip Montanaro | 2008-10-07 | 1 | -1/+2 |
|
|