- 30cc838 In TextIOWrapper: by Ka-Ping Yee · 17 years ago
- f44c7e8 Make TextIOWrapper's seek/tell work properly with stateful decoders; by Ka-Ping Yee · 17 years ago
- b5dc90b Blocked revisions 61492 via svnmerge by Guido van Rossum · 17 years ago
- 0182992 Blocked revisions 61489 via svnmerge by Guido van Rossum · 17 years ago
- ca531ef Blocked revisions 61486 via svnmerge by Guido van Rossum · 17 years ago
- 7398384 Blocked revisions 61478 via svnmerge by Guido van Rossum · 17 years ago
- cff5a60 Blocked revisions 61475 via svnmerge by Guido van Rossum · 17 years ago
- f416981 - A new pickle protocol (protocol 3) is added with explicit support by Guido van Rossum · 17 years ago
- 953e4e5 Whoops, I missed a few more places that were using slicing from the operator module by Neal Norwitz · 17 years ago
- 425136b mention the zlib crc32/adler32 changes by Gregory P. Smith · 17 years ago
- 2593146 Bug #2301: Don't try decoding the source code into the original by Martin v. Löwis · 17 years ago
- ddaa706 Patch from jbalogh fixes issue #2282 (misnamed seekable() method). by Ka-Ping Yee · 17 years ago
- e84b633 Document the expected convention for getstate() (as explained to me by Guido). by Ka-Ping Yee · 17 years ago
- ab0d8a1 zlib.crc32 and zlib.adler32 now return an unsigned value as any sane person by Gregory P. Smith · 17 years ago
- c55485b use PyBUF_LOCK instead of PyBUF_SIMPLE for bsddb data access as it'll often by Gregory P. Smith · 17 years ago
- 74ca557 Added tests for tokenize, blocked corresponding checkin from trunk. by Eric Smith · 17 years ago
- f1bb97c Renamed test_hexoct.py to test_int_literal.py, to match r61422 in the trunk. by Eric Smith · 17 years ago
- bda355f Add missing parameter spotted by Jared Flatow by Neal Norwitz · 17 years ago
- 8c1de8f Remove __{get,set,del}slice__ dingleberries. by Neal Norwitz · 17 years ago
- 8ae8896 Blocked r61442, which is a backport of PEP 3127 features already in py3k. by Eric Smith · 17 years ago
- 7a0d398 Remove the "unsafe" flag on peek() -- it is no longer used, because by Ka-Ping Yee · 17 years ago
- 434dd24 Block r61438 from forward porting sinc it's a classic-classes fix. by Jeffrey Yasskin · 17 years ago
- 0d26eb6 Clean up svnmerge properties by Christian Heimes · 17 years ago
- f75b290 Merged revisions 61413-61414 via svnmerge from by Christian Heimes · 17 years ago
- 0c1f7c0 Fix doctests in test_tokenize by converting Python 2.x syntax by Mark Dickinson · 17 years ago
- fc689dd Fix datetime_strptime following svnmerge from trunk; it was by Mark Dickinson · 17 years ago
- 0eb6f69 Fix failing test test_bool following merge from trunk. by Mark Dickinson · 17 years ago
- 08976cb Merged revisions 61404-61407 via svnmerge from by Christian Heimes · 17 years ago
- dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 17 years ago
- 4621875 Fix an apparent typo. This test of the readonly boolean should have been != 0 by Gregory P. Smith · 17 years ago
- deef674 Fix crasher in unpacking assignments with star, where the size constraints by Thomas Wouters · 17 years ago
- 4a983c5 #2285: remove cmp keyword from list.sort docstring. by Georg Brandl · 17 years ago
- a137e1f In Py3.0, the recipes can use keyword-only arguments instead of using the **kwds trick. by Raymond Hettinger · 17 years ago
- dd1150e Sync-up with doc improvements in Py2.6 by Raymond Hettinger · 17 years ago
- 736c0ab Move itertools izip() code to builtins as zip(). Complete the renaming. by Raymond Hettinger · 17 years ago
- c5a2eb9 The texcheck script is not needed with reST documentation. by Raymond Hettinger · 17 years ago
- b0002d2 Rename ifilterfalse() to filterfalse() and izip_longest() to zip_longest(). by Raymond Hettinger · 17 years ago
- a6c6037 Issues 2186 and 2187. Move map() from itertools to builtins. by Raymond Hettinger · 17 years ago
- 17301e9 Issue 2186 and 2187. Move filter from itertools to builtins. by Raymond Hettinger · 17 years ago
- 45832ea Merged revisions 61330 via svnmerge from by Georg Brandl · 17 years ago
- fe92d0b Also set LC_CTYPE, to allow localeconv string conversion. by Martin v. Löwis · 17 years ago
- 48b98de strxfrm and strcoll are conditionally defined, alwsy provide some impl by Neal Norwitz · 17 years ago
- 5bacec1 Fix another buffer overflow. by Martin v. Löwis · 17 years ago
- 0f95ba9 Skip tests if the file mapping file cannot be fetched. by Martin v. Löwis · 17 years ago
- 071ef77 Default to ASCII as the locale.getpreferredencoding, if the POSIX by Martin v. Löwis · 17 years ago
- ce7a112 Fix typo in assertion. by Martin v. Löwis · 17 years ago
- a69e1ef Properly size memory blocks in units of wchar_t. by Martin v. Löwis · 17 years ago
- 92fab75 Use wchar_t functions in _locale module. by Martin v. Löwis · 17 years ago
- 8e925b9 Revert previous checkin; Tcl/Tk seems to build fine. by Martin v. Löwis · 17 years ago
- d7eac77 Force rebuild of Tcl/Tk. by Martin v. Löwis · 17 years ago
- 9647389 Remove 1.5.2 incompatibility notes from RE docs. by Georg Brandl · 17 years ago
- 7864476 Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge from by Christian Heimes · 17 years ago
- 227c800 Merged revisions 61207 via svnmerge from by Christian Heimes · 17 years ago
- be5b30b Merged revisions 61203-61204 via svnmerge from by Christian Heimes · 17 years ago
- 180510d Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge from by Christian Heimes · 17 years ago
- e7a30f7 Toss test.testall. by Brett Cannon · 17 years ago
- a351f77 Fixed failing unit tests due to str/bytes mismatch. by Alexandre Vassalotti · 17 years ago
- 7f757ed Actually have test_largefile execute. Call to test.test_support.run_unittest() by Brett Cannon · 17 years ago
- b558a2e Merged revisions 61143-61144,61146-61147,61150-61151,61157,61165-61168,61170-61173,61176-61177,61183 via svnmerge from by Christian Heimes · 17 years ago
- b0bf4b7 svnmerge.py block -r 61141,61174,61175 by Christian Heimes · 17 years ago
- a9d499d Prep for 3.0a4 by Barry Warsaw · 17 years ago
- c69df66 Tagging for 3.0a3 by Barry Warsaw · 17 years ago
- 659fc42 Copyright and version tweaks for 3.0a3. by Barry Warsaw · 17 years ago
- 014d4a0 Disable the cProfile test for now -- it's broken. by Barry Warsaw · 17 years ago
- c17b35c Change test_profile to only compare data that originates from the test file. by Brett Cannon · 17 years ago
- 3af831b When the _iter_mixin stopped inheritting from UsserDictMixin, it lost the by Neal Norwitz · 17 years ago
- de802dc Remove bogus entries from r60902 which was a problem from merging. There might be some extra by Neal Norwitz · 17 years ago
- 26a96fa Fix failing itertools test: since revision 61118, by Mark Dickinson · 17 years ago
- 873d9ff Make sure we get usable error messages when text could not be decoded when fetched from the database. by Gerhard Häring · 17 years ago
- 20c892d Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61097,61103-61104,61110-61112,61114-61115,61117,61120-61122,61126-61127,61129-61131,61134,61137-61139 via svnmerge from by Martin v. Löwis · 17 years ago
- 1561bab Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61097,61103-61104,61110-61112,61114-61115,61117,61120-61122,61126-61136 via svnmerge from by Martin v. Löwis · 17 years ago
- 295f4fa I forgot to start the unit test suite first. by Christian Heimes · 17 years ago
- f16baeb Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61097,61103-61104,61110-61112,61114-61115,61117-61125 via svnmerge from by Christian Heimes · 17 years ago
- 5524089 Package 2to3. by Martin v. Löwis · 17 years ago
- ee7498e Merged revisions 61116 via svnmerge from by Martin v. Löwis · 17 years ago
- 36d1f8e As Guido says by Christian Heimes · 17 years ago
- c06950e Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61097,61103-61104,61110-61113 via svnmerge from by Christian Heimes · 17 years ago
- c83b629 iter() doesn't use __getattr__ to find an __iter__ method. I'm not sure if the behavior is deliberately but this workaround fixes the issue for the next alpha release tomorrow. by Christian Heimes · 17 years ago
- e1feb2e Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61097,61103-61104,61109-61111 via svnmerge from by Christian Heimes · 17 years ago
- 70e7ea2 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61097,61103-61108 via svnmerge from by Christian Heimes · 17 years ago
- 9e7f1d2 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61103 via svnmerge from by Christian Heimes · 17 years ago
- 380f7f2 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61081-61095 via svnmerge from by Christian Heimes · 17 years ago
- 1041f74 Updated super() as per http://www.artima.com/weblogs/viewpost.jsp?thread=208549 by Mark Summerfield · 17 years ago
- 836baa5 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,61066-61080 via svnmerge from by Christian Heimes · 17 years ago
- 34f8d3a svnmerge.py block -r 61065 by Christian Heimes · 17 years ago
- dcca98d Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61058-61061 via svnmerge from by Christian Heimes · 17 years ago
- 23daade0 Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from by Christian Heimes · 17 years ago
- ecbac8f Corrected assert to check for correct type in py3k. by Eric Smith · 17 years ago
- 98cda25 Block r61054. I'll manually merge it, since it's breaking the buildbots. by Eric Smith · 17 years ago
- a612dc0 Merged revisions 61034-61036,61038-61048 via svnmerge from by Christian Heimes · 17 years ago
- 8e21a3c Blocked revisions 61037 via svnmerge by Neal Norwitz · 17 years ago
- d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 17 years ago
- 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
- 5abe912 Simplified svnmerge blocked and integrated. We are never ever going to integrate the blocked revisions. The old values were: by Christian Heimes · 17 years ago
- 8640e74 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900,60902-60906,60908,60911-60917,60919-60920,60922,60926,60929-60931,60933-60935,60937,60939-60941,60943-60954,60959-60961,60963-60964,60966-60967,60971,60977,60979-60989 via svnmerge from by Christian Heimes · 17 years ago
- f697219 block -r60978 by Christian Heimes · 17 years ago
- 09aaa88 Patch from Georg Brandl: Fix co_lineno of decorated function and class objects. If you see an error in test_inspect please delete all pyc files. by Christian Heimes · 17 years ago
- 90c3d9b Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900,60902-60906,60908,60911-60917,60919-60920,60922,60926,60929-60931,60933-60935,60937,60939-60941,60943-60954,60959-60961,60963-60969,60971-60976 via svnmerge from by Christian Heimes · 17 years ago
- 973a872 Blocked r60970 with svnmerge. by Eric Smith · 17 years ago
- c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 17 years ago