| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 65686 via svnmerge from | Antoine Pitrou | 2008-08-14 | 1 | -0/+3 |
|
|
* | Merged revisions 65437,65469,65476,65480,65502,65528,65539,65543,65558,65561-... | Georg Brandl | 2008-08-12 | 1 | -5/+12 |
|
|
* | Merged revisions 65622 via svnmerge from | Robert Schuppenies | 2008-08-10 | 1 | -0/+3 |
|
|
* | issue #3460: PyUnicode_Join() implementation can be simplified in py3k | Antoine Pitrou | 2008-08-07 | 1 | -0/+4 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -0/+8 |
|
|
* | Remove the TarFileCompat class from tarfile.py. | Lars Gustäbel | 2008-08-02 | 1 | -0/+2 |
|
|
* | Fix merge conflict. | Georg Brandl | 2008-08-01 | 1 | -14/+0 |
|
|
* | Merged revisions 65368 via svnmerge from | Martin v. Löwis | 2008-08-01 | 1 | -0/+13 |
|
|
* | #2491: os.fdopen() is now almost an alias to the builtin open(), and accepts ... | Amaury Forgeot d'Arc | 2008-08-01 | 1 | -0/+4 |
|
|
* | #2523: binary buffered reading is quadratic | Antoine Pitrou | 2008-07-28 | 1 | -0/+3 |
|
|
* | Merged revisions 65240-65242 via svnmerge from | Antoine Pitrou | 2008-07-25 | 1 | -0/+6 |
|
|
* | Merged revisions 65235 via svnmerge from | Antoine Pitrou | 2008-07-25 | 1 | -2/+15 |
|
|
* | Remove the sunaudio module. | Brett Cannon | 2008-07-25 | 1 | -0/+2 |
|
|
* | Remove "ast" aliases from the parser module. | Georg Brandl | 2008-07-23 | 1 | -0/+2 |
|
|
* | Bumping to 3.0b2v3.0b2 | Barry Warsaw | 2008-07-18 | 2 | -2/+2 |
|
|
* | Backed out r65073, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 1 | -3/+0 |
|
|
* | Merged revisions 65069 via svnmerge from | Eric Smith | 2008-07-17 | 1 | -0/+3 |
|
|
* | Make gettext Unicode interface consistent and clean up the docs. | Georg Brandl | 2008-07-17 | 1 | -2/+2 |
|
|
* | Merged revisions 64982-64983,65004 via svnmerge from | Georg Brandl | 2008-07-16 | 2 | -3/+6 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -0/+1 |
|
|
* | Merged revisions 64974 via svnmerge from | Mark Dickinson | 2008-07-16 | 1 | -0/+4 |
|
|
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 | 1 | -0/+1 |
|
|
* | Merged revisions 64984 via svnmerge from | Eric Smith | 2008-07-16 | 1 | -0/+3 |
|
|
* | Merged revisions 64976-64977 via svnmerge from | Thomas Heller | 2008-07-15 | 2 | -0/+4 |
|
|
* | Merged revisions 64968,64971 via svnmerge from | Thomas Heller | 2008-07-15 | 1 | -0/+3 |
|
|
* | implement chained exception tracebacks | Benjamin Peterson | 2008-07-15 | 1 | -0/+4 |
|
|
* | #2512 implement the 3.0 gettext API | Benjamin Peterson | 2008-07-14 | 1 | -0/+3 |
|
|
* | Issue #3280: like chr() already does, the "%c" format now accepts the full un... | Amaury Forgeot d'Arc | 2008-07-04 | 1 | -0/+5 |
|
|
* | Issue #3282: str.isprintable() should return False for undefined Unicode char... | Georg Brandl | 2008-07-04 | 1 | -0/+3 |
|
|
* | Fix committed merge conflict. | Georg Brandl | 2008-07-04 | 1 | -13/+0 |
|
|
* | Merged revisions 64688 via svnmerge from | Martin v. Löwis | 2008-07-03 | 1 | -0/+13 |
|
|
* | Add a NEWS entry for Issue #3247. | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -0/+6 |
|
|
* | Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-... | Benjamin Peterson | 2008-07-02 | 1 | -0/+1 |
|
|
* | Add some full stops. | Georg Brandl | 2008-07-01 | 1 | -2/+2 |
|
|
* | #2683: Popen.communicate() argument must be bytes. | Georg Brandl | 2008-07-01 | 1 | -0/+3 |
|
|
* | Hopefully fix make framework install on Mac (see 3174) | Benjamin Peterson | 2008-07-01 | 1 | -0/+8 |
|
|
* | Issue #3236: Return small longs from PyLong_FromString. | Martin v. Löwis | 2008-06-30 | 1 | -0/+2 |
|
|
* | Merged revisions 64549 via svnmerge from | Brett Cannon | 2008-06-27 | 1 | -0/+5 |
|
|
* | Fix old urllib/urllib2/urlparse usage. | Georg Brandl | 2008-06-23 | 1 | -3/+3 |
|
|
* | Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120... | Amaury Forgeot d'Arc | 2008-06-19 | 1 | -0/+15 |
|
|
* | Bump to 3.0b1v3.0b1 | Barry Warsaw | 2008-06-19 | 2 | -2/+2 |
|
|
* | Issue3113: tests for CGIHTTPRequestHandler failed on windows: | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -0/+2 |
|
|
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -0/+9 |
|
|
* | Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,... | Amaury Forgeot d'Arc | 2008-06-17 | 2 | -0/+6 |
|
|
* | Merged revisions 64309 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-16 | 1 | -0/+3 |
|
|
* | Fix last traces of old threading API. | Georg Brandl | 2008-06-13 | 1 | -1/+1 |
|
|
* | remove the rfc822 module | Benjamin Peterson | 2008-06-12 | 1 | -0/+2 |
|
|
* | Restore _pickle module accelerator module. | Alexandre Vassalotti | 2008-06-12 | 1 | -0/+4 |
|
|
* | add a period | Benjamin Peterson | 2008-06-12 | 1 | -1/+1 |
|
|
* | actually remove the mimetools module | Benjamin Peterson | 2008-06-12 | 1 | -0/+2 |
|
|