]> granicus.if.org Git - python/shortlog
python
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...
2008-03-15 Gregory P.... Fix an apparent typo. This test of the readonly boolea...
2008-03-14 Thomas WoutersFix crasher in unpacking assignments with star, where...
2008-03-14 Georg Brandl#2285: remove cmp keyword from list.sort docstring.
2008-03-13 Raymond HettingerIn Py3.0, the recipes can use keyword-only arguments...
2008-03-13 Raymond HettingerSync-up with doc improvements in Py2.6
2008-03-13 Raymond HettingerMove itertools izip() code to builtins as zip(). Compl...
2008-03-13 Raymond HettingerThe texcheck script is not needed with reST documentation.
2008-03-13 Raymond HettingerRename ifilterfalse() to filterfalse() and izip_longest...
2008-03-13 Raymond HettingerIssues 2186 and 2187. Move map() from itertools to...
2008-03-13 Raymond HettingerIssue 2186 and 2187. Move filter from itertools to...
2008-03-12 Georg BrandlMerged revisions 61330 via svnmerge from
2008-03-10 Martin v. LöwisAlso set LC_CTYPE, to allow localeconv string conversion.
2008-03-10 Neal Norwitzstrxfrm and strcoll are conditionally defined, alwsy...
2008-03-08 Martin v. LöwisFix another buffer overflow.
2008-03-08 Martin v. LöwisSkip tests if the file mapping file cannot be fetched.
2008-03-08 Martin v. LöwisDefault to ASCII as the locale.getpreferredencoding...
2008-03-08 Martin v. LöwisFix typo in assertion.
2008-03-08 Martin v. LöwisProperly size memory blocks in units of wchar_t.
2008-03-08 Martin v. LöwisUse wchar_t functions in _locale module.
2008-03-06 Martin v. LöwisRevert previous checkin; Tcl/Tk seems to build fine.
2008-03-06 Martin v. LöwisForce rebuild of Tcl/Tk.
2008-03-06 Georg BrandlRemove 1.5.2 incompatibility notes from RE docs.
2008-03-04 Christian HeimesMerged revisions 61209-61214,61217-61222,61224-61226...
2008-03-03 Christian HeimesMerged revisions 61207 via svnmerge from
2008-03-03 Christian HeimesMerged revisions 61203-61204 via svnmerge from
2008-03-03 Christian HeimesMerged revisions 61189-61190,61192,61194-61195,61198...
2008-03-03 Brett CannonToss test.testall.
2008-03-03 Alexandre VassalottiFixed failing unit tests due to str/bytes mismatch.
2008-03-03 Brett CannonActually have test_largefile execute. Call to test...
next