| Commit message (Expand) | Author | Age | Files | Lines |
* | return sets instead of tuples from some symtable methods | Benjamin Peterson | 2008-08-20 | 1 | -0/+3 |
|
|
* | kill the obsolete symtable.Symbol methods | Benjamin Peterson | 2008-08-20 | 1 | -0/+3 |
|
|
* | Issue #2394: implement more of the memoryview API. | Antoine Pitrou | 2008-08-19 | 1 | -0/+7 |
|
|
* | Merged revisions 65868,65870 via svnmerge from | Thomas Heller | 2008-08-19 | 1 | -0/+3 |
|
|
* | #3560: cleanup C memoryview API | Antoine Pitrou | 2008-08-19 | 1 | -0/+6 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -0/+8 |
|
|
* | Merged revisions 65681-65682,65684 via svnmerge from | Thomas Heller | 2008-08-19 | 1 | -0/+6 |
|
|
* | Fix typo. | Georg Brandl | 2008-08-18 | 1 | -2/+2 |
|
|
* | update NEWS | Benjamin Peterson | 2008-08-18 | 1 | -1/+2 |
|
|
* | - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. | Guido van Rossum | 2008-08-18 | 1 | -0/+7 |
|
|
* | Forward port only Py3k relevant change in r65642 (giving it a Py3k NEWS entry... | Nick Coghlan | 2008-08-18 | 1 | -0/+6 |
|
|
* | Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from | Benjamin Peterson | 2008-08-17 | 2 | -0/+7 |
|
|
* | NEWS items from 2.6 don't need to be merged to 3.0. | Hirokazu Yamamoto | 2008-08-17 | 1 | -6/+0 |
|
|
* | Issue #3575: Incremental decoder's decode function now takes bytearray | Hirokazu Yamamoto | 2008-08-17 | 1 | -0/+3 |
|
|
* | I forgot to update NEWS. | Hirokazu Yamamoto | 2008-08-17 | 1 | -0/+3 |
|
|
* | Bug #3542: Support Unicode strings in _msi module. | Martin v. Löwis | 2008-08-16 | 1 | -0/+5 |
|
|
* | 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 |
|
|