2008-03-18 |
Ka-Ping Yee | In TextIOWrapper: |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Ka-Ping Yee | Make TextIOWrapper's seek/tell work properly with state... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Guido van Rossum | Blocked revisions 61492 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Guido van Rossum | Blocked revisions 61489 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Guido van Rossum | Blocked revisions 61486 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Guido van Rossum | Blocked revisions 61478 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Guido van Rossum | Blocked revisions 61475 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Guido van Rossum | - A new pickle protocol (protocol 3) is added with... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Neal Norwitz | Whoops, I missed a few more places that were using... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Gregory P.... | mention the zlib crc32/adler32 changes |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Martin v. Löwis | Bug #2301: Don't try decoding the source code into... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ka-Ping Yee | Patch from jbalogh fixes issue #2282 (misnamed seekable... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ka-Ping Yee | Document the expected convention for getstate() (as... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Gregory P.... | zlib.crc32 and zlib.adler32 now return an unsigned... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Gregory P.... | use PyBUF_LOCK instead of PyBUF_SIMPLE for bsddb data... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Eric Smith | Added tests for tokenize, blocked corresponding checkin... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Eric Smith | Renamed test_hexoct.py to test_int_literal.py, to match... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Neal Norwitz | Add missing parameter spotted by Jared Flatow |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Neal Norwitz | Remove __{get,set,del}slice__ dingleberries. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Eric Smith | Blocked r61442, which is a backport of PEP 3127 feature... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ka-Ping Yee | Remove the "unsafe" flag on peek() -- it is no longer... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Jeffrey Yasskin | Block r61438 from forward porting sinc it's a classic... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Christian Heimes | Clean up svnmerge properties |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Christian Heimes | Merged revisions 61413-61414 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Mark Dickinson | Fix doctests in test_tokenize by converting Python... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Mark Dickinson | Fix datetime_strptime following svnmerge from trunk... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Mark Dickinson | Fix failing test test_bool following merge from trunk. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Christian Heimes | Merged revisions 61404-61407 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Christian Heimes | Merged revisions 61239-61249,61252-61257,61260-61264... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Gregory P.... | Fix an apparent typo. This test of the readonly boolea... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Thomas Wouters | Fix crasher in unpacking assignments with star, where... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Georg Brandl | #2285: remove cmp keyword from list.sort docstring. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Raymond Hettinger | In Py3.0, the recipes can use keyword-only arguments... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Raymond Hettinger | Sync-up with doc improvements in Py2.6 |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Raymond Hettinger | Move itertools izip() code to builtins as zip(). Compl... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Raymond Hettinger | The texcheck script is not needed with reST documentation. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Raymond Hettinger | Rename ifilterfalse() to filterfalse() and izip_longest... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Raymond Hettinger | Issues 2186 and 2187. Move map() from itertools to... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Raymond Hettinger | Issue 2186 and 2187. Move filter from itertools to... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Georg Brandl | Merged revisions 61330 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Martin v. Löwis | Also set LC_CTYPE, to allow localeconv string conversion. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Neal Norwitz | strxfrm and strcoll are conditionally defined, alwsy... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Martin v. Löwis | Fix another buffer overflow. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Martin v. Löwis | Skip tests if the file mapping file cannot be fetched. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Martin v. Löwis | Default to ASCII as the locale.getpreferredencoding... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Martin v. Löwis | Fix typo in assertion. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Martin v. Löwis | Properly size memory blocks in units of wchar_t. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Martin v. Löwis | Use wchar_t functions in _locale module. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Martin v. Löwis | Revert previous checkin; Tcl/Tk seems to build fine. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Martin v. Löwis | Force rebuild of Tcl/Tk. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Georg Brandl | Remove 1.5.2 incompatibility notes from RE docs. |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Christian Heimes | Merged revisions 61209-61214,61217-61222,61224-61226... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Christian Heimes | Merged revisions 61207 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Christian Heimes | Merged revisions 61203-61204 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Christian Heimes | Merged revisions 61189-61190,61192,61194-61195,61198... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Brett Cannon | Toss test.testall. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Alexandre Vassalotti | Fixed failing unit tests due to str/bytes mismatch. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Brett Cannon | Actually have test_largefile execute. Call to test... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Christian Heimes | Merged revisions 61143-61144,61146-61147,61150-61151... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Christian Heimes | svnmerge.py block -r 61141,61174,61175 |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Barry Warsaw | Prep for 3.0a4 |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Barry Warsaw | Tagging for 3.0a3 |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Barry Warsaw | Copyright and version tweaks for 3.0a3. v3.0a3 |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Barry Warsaw | Disable the cProfile test for now -- it's broken. |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Brett Cannon | Change test_profile to only compare data that originate... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Neal Norwitz | When the _iter_mixin stopped inheritting from UsserDict... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Neal Norwitz | Remove bogus entries from r60902 which was a problem... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Mark Dickinson | Fix failing itertools test: since revision 61118, |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Gerhard Häring | Make sure we get usable error messages when text could... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Martin v. Löwis | Merged revisions 61038,61042-61045,61047,61050,61053... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Martin v. Löwis | Merged revisions 61038,61042-61045,61047,61050,61053... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Christian Heimes | I forgot to start the unit test suite first. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Christian Heimes | Merged revisions 61038,61042-61045,61047,61050,61053... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Martin v. Löwis | Package 2to3. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Martin v. Löwis | Merged revisions 61116 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Christian Heimes | As Guido says |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Christian Heimes | Merged revisions 61038,61042-61045,61047,61050,61053... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Christian Heimes | iter() doesn't use __getattr__ to find an __iter__... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Christian Heimes | Merged revisions 61038,61042-61045,61047,61050,61053... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Christian Heimes | Merged revisions 61038,61042-61045,61047,61050,61053... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Christian Heimes | Merged revisions 61038,61042-61045,61047,61050,61053... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Christian Heimes | Merged revisions 61038,61042-61045,61047,61050,61053... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Mark Summerfield | Updated super() as per http://www.artima.com/weblogs... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Christian Heimes | Merged revisions 61038,61042-61045,61047,61050,61053... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Christian Heimes | svnmerge.py block -r 61065 |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Christian Heimes | Merged revisions 61038,61042-61045,61047,61050,61053... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Christian Heimes | Merged revisions 61038,61042-61045,61047,61049-61053... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Eric Smith | Corrected assert to check for correct type in py3k. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Eric Smith | Block r61054. I'll manually merge it, since it's break... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Christian Heimes | Merged revisions 61034-61036,61038-61048 via svnmerge... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Neal Norwitz | Blocked revisions 61037 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Christian Heimes | Merged revisions 61003-61033 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Christian Heimes | Merged revisions 60990-61002 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Christian Heimes | Simplified svnmerge blocked and integrated. We are... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Christian Heimes | Merged revisions 60481,60485,60489-60492,60494-60496... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Christian Heimes | block -r60978 |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Christian Heimes | Patch from Georg Brandl: Fix co_lineno of decorated... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Christian Heimes | Merged revisions 60481,60485,60489-60492,60494-60496... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Eric Smith | Blocked r60970 with svnmerge. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Christian Heimes | Merged revisions 60481,60485,60489-60492,60494-60496... |
commit | commitdiff | tree | snapshot |
next |