]> granicus.if.org Git - python/shortlog
python
2008-03-25 Gregory P.... Merge the table type change to save space on LP64 platf...
2008-03-25 Gregory P.... i'll merge this revision by hand since its a mix of...
2008-03-25 Georg BrandlBlocked revisions 61871 via svnmerge
2008-03-25 Georg Brandl#868845: document <...> reprs.
2008-03-25 Gregory P.... 61867 not needed in 3k
2008-03-24 Martin v. LöwisMerged revisions 61849 via svnmerge from
2008-03-24 Martin v. LöwisMerged revisions 61846-61847 via svnmerge from
2008-03-24 Neal NorwitzRemove the dl module per PEP 3108.
2008-03-24 Neal NorwitzAlways try to delete the data file before and after...
2008-03-24 Neal NorwitzEnsure cleanup does not reference variables that don...
2008-03-24 Neal NorwitzSkip test if socket gets reset, the problem is on the...
2008-03-24 Neal NorwitzAdd missing closing paren
2008-03-24 Neal NorwitzFix crash on 64-bit platforms
2008-03-24 Christian HeimesMerged revisions 61820-61823 via svnmerge from
2008-03-24 Martin v. LöwisStop including 2to3 in Tools, as it is in Lib now.
2008-03-24 Martin v. LöwisMerged revisions 61825 via svnmerge from
2008-03-23 Christian HeimesMerged revisions 61724-61725,61731-61735,61737,61739...
2008-03-23 Gregory P.... Prevent 61779 and 61810 from merging into in py3k
2008-03-23 Christian HeimesFixed parent class init
2008-03-22 Martin v. LöwisInvoke byte-compilation after running 2to3.
2008-03-22 Martin v. LöwisProperly terminate file name.
2008-03-22 Christian HeimesReplace spaces by tabs, added
2008-03-22 Martin v. Löwisunicode->str.
2008-03-22 Christian HeimesMerged revisions 61687-61688,61696,61700,61704-61705...
2008-03-22 Martin v. LöwisAdd build_py_2to3.
2008-03-22 Martin v. LöwisMerged revisions 61724-61725 via svnmerge from
2008-03-21 Georg BrandlAdd XXX comments for whoever cleans up getargs.c :)
2008-03-21 Georg Brandlfile.write() may return something with the new IO frame...
2008-03-21 Christian HeimesMerged revisions 61672,61674,61676-61678,61681,61683...
2008-03-21 Christian HeimesDisabled some unused functions to silence compiler...
2008-03-20 Eric SmithAdd __future__ import for print_function. It's a no...
2008-03-20 Amaury Forgeot... #2435: missing file in pybench
2008-03-20 Ka-Ping YeeAdded a longish test case to stress seek/tell with...
2008-03-20 Christian HeimesMerged revisions 61644,61646-61647,61649-61652,61656...
2008-03-20 Ka-Ping YeeClean up the TextIOWrapper code; pick better names...
2008-03-20 Ka-Ping YeeThis is r61508 plus additional fixes to the handling...
2008-03-20 Gregory P.... crc32 always returns unsigned. cleanup the code a...
2008-03-20 Trent NelsonBring over external-commit.bat manually, wasn't picked...
2008-03-20 Trent NelsonMerged revisions 61639 via svnmerge from
2008-03-20 Amaury Forgeot... Another missing file after merge from trunk.
2008-03-20 Amaury Forgeot... Another 2.6-ism in test file
2008-03-20 Amaury Forgeot... - Revert a change that should have been blocked: py3k...
2008-03-19 Amaury Forgeot... These files should have been merged in r61643
2008-03-19 Christian HeimesCreate a signed CRC32 hash. I'm not absolutely sure...
2008-03-19 Christian HeimesMerged revisions 61538-61540,61556,61559-61560,61563...
2008-03-19 Barry WarsawFix a WTF noticed by Jerry Seutter.
2008-03-19 Trent NelsonIssue2297: Fix a stack overflow in Windows caused by...
2008-03-19 Martin v. LöwisRun 2to3 on this library.
2008-03-19 Martin v. LöwisMerged revisions 61602 via svnmerge from
2008-03-19 Martin v. LöwisMerged revisions 61596-61597 via svnmerge from
2008-03-19 Eric SmithBlocked -r61590 -r61585: tests from __future__ print_fu...
2008-03-19 David WoleverBlocked revision which added zip, filter, map to future...
2008-03-19 Trent NelsonAdd the -n option back to getopt(); it was lost in...
2008-03-18 Eric SmithBlocked 61577, implementation of print function.
2008-03-18 Trent Nelson- Issue #719888: Updated tokenize to use a bytes API...
2008-03-18 Brett CannonBlock revision 61570.
2008-03-18 Christian Heimessvnmerge.py block -r61564
2008-03-18 Brett CannonConvert the input from stdout to text.
2008-03-18 David WoleverBlocked a rev in which I added a warning.
2008-03-18 Neal NorwitzGet this test to pass (UserList/UserDict no longer...
2008-03-18 Neal NorwitzGet this test to work (it was skipped previously):
2008-03-18 Thomas WoutersFix 're' to work on bytes. It could do with a few more...
2008-03-18 Thomas WoutersAdd missing UNPACK_EX opcode.
2008-03-18 Neal NorwitzRevert r61508: it caused test_mailbox to fail on all...
2008-03-18 Christian HeimesMerged revisions 61520,61523-61528,61532 via svnmerge...
2008-03-18 Neal NorwitzRemove unnused vars that I missed in previous removal...
2008-03-18 Christian Heimessvnmerge.py block -r61529
2008-03-18 Neal NorwitzFix a bunch of problems from merges.
2008-03-18 Eric SmithAdded test_print.py. I want to have a test suite when...
2008-03-18 Christian HeimesMerged revisions 61431,61433-61436,61439,61444,61449...
2008-03-18 Christian Heimesblock r61491
2008-03-18 Ka-Ping YeeIn TextIOWrapper:
2008-03-18 Ka-Ping YeeMake TextIOWrapper's seek/tell work properly with state...
2008-03-18 Guido van RossumBlocked revisions 61492 via svnmerge
2008-03-18 Guido van RossumBlocked revisions 61489 via svnmerge
2008-03-18 Guido van RossumBlocked revisions 61486 via svnmerge
2008-03-18 Guido van RossumBlocked revisions 61478 via svnmerge
2008-03-18 Guido van RossumBlocked revisions 61475 via svnmerge
2008-03-17 Guido van Rossum- A new pickle protocol (protocol 3) is added with...
2008-03-17 Neal NorwitzWhoops, I missed a few more places that were using...
2008-03-17 Gregory P.... mention the zlib crc32/adler32 changes
2008-03-17 Martin v. LöwisBug #2301: Don't try decoding the source code into...
2008-03-17 Ka-Ping YeePatch from jbalogh fixes issue #2282 (misnamed seekable...
2008-03-17 Ka-Ping YeeDocument the expected convention for getstate() (as...
2008-03-17 Gregory P.... zlib.crc32 and zlib.adler32 now return an unsigned...
2008-03-17 Gregory P.... use PyBUF_LOCK instead of PyBUF_SIMPLE for bsddb data...
2008-03-17 Eric SmithAdded tests for tokenize, blocked corresponding checkin...
2008-03-17 Eric SmithRenamed test_hexoct.py to test_int_literal.py, to match...
2008-03-17 Neal NorwitzAdd missing parameter spotted by Jared Flatow
2008-03-17 Neal NorwitzRemove __{get,set,del}slice__ dingleberries.
2008-03-17 Eric SmithBlocked r61442, which is a backport of PEP 3127 feature...
2008-03-17 Ka-Ping YeeRemove the "unsafe" flag on peek() -- it is no longer...
2008-03-17 Jeffrey YasskinBlock r61438 from forward porting sinc it's a classic...
2008-03-16 Christian HeimesClean up svnmerge properties
2008-03-16 Christian HeimesMerged revisions 61413-61414 via svnmerge from
2008-03-16 Mark DickinsonFix doctests in test_tokenize by converting Python...
2008-03-16 Mark DickinsonFix datetime_strptime following svnmerge from trunk...
2008-03-16 Mark DickinsonFix failing test test_bool following merge from trunk.
2008-03-16 Christian HeimesMerged revisions 61404-61407 via svnmerge from
2008-03-16 Christian HeimesMerged revisions 61239-61249,61252-61257,61260-61264...
next