2008-07-01 |
Benjamin Peterson | document PyUnicode_CompareWithASCIIString |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Georg Brandl | #2683: communicate() takes bytes. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Benjamin Peterson | Hopefully fix make framework install on Mac (see 3174) |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Mark Summerfield | - No more 0L or similar. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Benjamin Peterson | fix syntax |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Mark Summerfield | - removed sentence about the new free format floating... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Benjamin Peterson | Merged revisions 64601 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Benjamin Peterson | now that exec is a function, we can use the shorter... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Martin v. Löwis | Merged revisions 64597-64598 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Martin v. Löwis | Issue #3236: Return small longs from PyLong_FromString. |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Bill Janssen | close asyncore.dispatcher on EOF |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Bill Janssen | fix bad method names in ssl module (and typo in ssl... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Robert Schuppenies | Merged revisions 64518,64521-64525,64528-64533 via... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Benjamin Peterson | division is no longer a future thing for test_binop |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Benjamin Peterson | #3229 fix typo and expand notes a little |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Matthias Klose | - allow to configure with db4.7, test with 4.7 on some... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Benjamin Peterson | remove usage of cachesrc.py in Mac/Makefile |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Benjamin Peterson | change references to Queue module to queue in multiproc... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Benjamin Peterson | Merged revisions 64407,64568 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Benjamin Peterson | make multiprocessing.sharedctypes.Value's lock argument... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Mark Dickinson | Merged revisions 64561 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Trent Nelson | Blocked revisions 64555 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Brett Cannon | Ignore *.pyc and *.pyo files. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Brett Cannon | Merged revisions 64549 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Brett Cannon | Rename a variable to be more in line with the name... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Benjamin Peterson | Blocked revisions 64546-64547 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Georg Brandl | #3204: remove slice operations from operator doc. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Benjamin Peterson | make changes for py3k for multiprocessing |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Benjamin Peterson | Merged revisions 64517,64519 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Benjamin Peterson | Blocked revisions 64520 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Raymond Hettinger | Revert 64451. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Mark Dickinson | Blocked revisions 64508 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Mark Dickinson | Rewrite references to Py3k in __floor__, __ceil__ and... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Mark Dickinson | Remove trailing 'L's from integers in limit_denominator... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Eric Smith | Merged revisions 64499 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Eric Smith | Merged revisions 64496 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Eric Smith | Merged revisions 64491 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Georg Brandl | More old urllib usage. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Georg Brandl | Fix old urllib/urllib2/urlparse usage. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Georg Brandl | Review the doc changes for the urllib package creation. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Senthil Kumaran | Documentation updates for urllib package. Modified... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Raymond Hettinger | Merge 64438: hex/oct/bin can show floats exactly. |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Guido van Rossum | Ignore .py[co] files here. |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Facundo Batista | Reviewed and updated the documentation. Fixes #3017. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Benjamin Peterson | remove references of cPickle in the pickle docs (uhh... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Benjamin Peterson | Blocked revisions 64431 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Benjamin Peterson | Merged revisions 64422 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Benjamin Peterson | don't bother expecting to skip tests that don't exist |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Benjamin Peterson | Blocked revisions 64413 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Amaury Forgeot... | merge error: test.test_support is now test.support |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Amaury Forgeot... | Issue 3145: help("modules xxx") failed when scanning... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Benjamin Peterson | _getstalt doesn't need to be built on non-darwin system... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Barry Warsaw | Post 3.0b1 release |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Barry Warsaw | Tagging 3.0b1 |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Barry Warsaw | Bump to 3.0b1 v3.0b1 |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Benjamin Peterson | Blocked revisions 64371 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Benjamin Peterson | Blocked revisions 64386,64392 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Amaury Forgeot... | Merged revisions 64387 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Amaury Forgeot... | follow-up of r64385: rename urllib.quote in nturl2path |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Amaury Forgeot... | Issue3113: tests for CGIHTTPRequestHandler failed on... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Jeremy Hylton | Make a new urllib package . |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Jesse Noller | merge 64378 |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Jesse Noller | Merge r64375 to py3k |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Mark Dickinson | Quick fix for test_math failures on Solaris 10 buildbot... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Amaury Forgeot... | Merged revisions 64114 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Amaury Forgeot... | Merged revisions 64360-64361 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Benjamin Peterson | Merged revisions 64358 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Benjamin Peterson | Merged revisions 64356 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Benjamin Peterson | Merged revisions 64349 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Amaury Forgeot... | Another merge error, seen on bigendian machines |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Amaury Forgeot... | Merge error: platform.py would not import |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Amaury Forgeot... | Return the module at the end of its init function. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Amaury Forgeot... | Remove 2.6 compatibility code: |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Amaury Forgeot... | Merged revisions 64119,64147,64150,64165,64219-64221... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Amaury Forgeot... | Removed some versionadded tags, and a reference to... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Amaury Forgeot... | Merged revisions 64089,64098,64100-64102,64113,64115... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Benjamin Peterson | Blocked revisions 64142 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Benjamin Peterson | Merged revisions 64326 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Amaury Forgeot... | Blocked revisions 63685,64097,64129 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Benjamin Peterson | Merged revisions 64317 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Benjamin Peterson | add some casts and fix the build from 64311 |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Benjamin Peterson | Merged revisions 64313 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Thomas Heller | Merged revisions 64131,64134-64141,64143-64146 via... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Amaury Forgeot... | Merged revisions 64309 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Benjamin Peterson | improvements to the fix for #3114 |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Benjamin Peterson | Merged revisions 64286 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Benjamin Peterson | #3114 fix a bus error when deallocated exceptions were... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Benjamin Peterson | Merged revisions 64095 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Guido van Rossum | Implicit exception chaining via __context__ (PEP 3134). |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Martin v. Löwis | Recorded merge of revisions 64257 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Martin v. Löwis | Merged revisions 64267-64272 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Martin v. Löwis | Merged revisions 64265 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Benjamin Peterson | remove a versionadded |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Martin v. Löwis | Merged revisions 64262 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Martin v. Löwis | Merged revisions 64260 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Martin v. Löwis | Ran svneol.py |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Martin v. Löwis | Run svneol.py for all files currently using Unix line... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Amaury Forgeot... | Blocked revisions 64254 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Amaury Forgeot... | Add missing files for the windows VS2005 compiler |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Benjamin Peterson | fix multiprocessing line endings in py3k |
commit | commitdiff | tree | snapshot |
next |