]> granicus.if.org Git - python/shortlog
python
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...
2008-03-02 Christian HeimesMerged revisions 61143-61144,61146-61147,61150-61151...
2008-03-02 Christian Heimessvnmerge.py block -r 61141,61174,61175
2008-03-01 Barry WarsawPrep for 3.0a4
2008-03-01 Barry WarsawTagging for 3.0a3
2008-03-01 Barry WarsawCopyright and version tweaks for 3.0a3. v3.0a3
2008-03-01 Barry WarsawDisable the cProfile test for now -- it's broken.
2008-03-01 Brett CannonChange test_profile to only compare data that originate...
2008-03-01 Neal NorwitzWhen the _iter_mixin stopped inheritting from UsserDict...
2008-03-01 Neal NorwitzRemove bogus entries from r60902 which was a problem...
2008-03-01 Mark DickinsonFix failing itertools test: since revision 61118,
2008-02-29 Gerhard HäringMake sure we get usable error messages when text could...
2008-02-29 Martin v. LöwisMerged revisions 61038,61042-61045,61047,61050,61053...
2008-02-29 Martin v. LöwisMerged revisions 61038,61042-61045,61047,61050,61053...
2008-02-29 Christian HeimesI forgot to start the unit test suite first.
2008-02-29 Christian HeimesMerged revisions 61038,61042-61045,61047,61050,61053...
2008-02-28 Martin v. LöwisPackage 2to3.
2008-02-28 Martin v. LöwisMerged revisions 61116 via svnmerge from
2008-02-28 Christian HeimesAs Guido says
2008-02-28 Christian HeimesMerged revisions 61038,61042-61045,61047,61050,61053...
2008-02-28 Christian Heimesiter() doesn't use __getattr__ to find an __iter__...
2008-02-28 Christian HeimesMerged revisions 61038,61042-61045,61047,61050,61053...
2008-02-28 Christian HeimesMerged revisions 61038,61042-61045,61047,61050,61053...
2008-02-28 Christian HeimesMerged revisions 61038,61042-61045,61047,61050,61053...
2008-02-28 Christian HeimesMerged revisions 61038,61042-61045,61047,61050,61053...
2008-02-26 Mark SummerfieldUpdated super() as per http://www.artima.com/weblogs...
2008-02-26 Christian HeimesMerged revisions 61038,61042-61045,61047,61050,61053...
2008-02-25 Christian Heimessvnmerge.py block -r 61065
2008-02-25 Christian HeimesMerged revisions 61038,61042-61045,61047,61050,61053...
2008-02-25 Christian HeimesMerged revisions 61038,61042-61045,61047,61049-61053...
2008-02-24 Eric SmithCorrected assert to check for correct type in py3k.
2008-02-24 Eric SmithBlock r61054. I'll manually merge it, since it's break...
2008-02-24 Christian HeimesMerged revisions 61034-61036,61038-61048 via svnmerge...
2008-02-24 Neal NorwitzBlocked revisions 61037 via svnmerge
2008-02-24 Christian HeimesMerged revisions 61003-61033 via svnmerge from
2008-02-23 Christian HeimesMerged revisions 60990-61002 via svnmerge from
2008-02-23 Christian HeimesSimplified svnmerge blocked and integrated. We are...
next