]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2009-04-06  Raymond HettingerFix links to Decimal and ttk.
2009-04-06  Raymond HettingerAdd example. Fix spelling. Fix patch attribution.
2009-04-06  Martin v. LöwisAdd uuids for 3.1
2009-04-06  Raymond HettingerAdd more examples.
2009-04-05  Tarek ZiadéMerged revisions 71295 via svnmerge from
2009-04-05  Tarek ZiadéMerged revisions 71291 via svnmerge from
2009-04-05  Georg BrandlUpdate signature style of optional arguments, part...
2009-04-05  Tarek ZiadéMerged revisions 71280 via svnmerge from
2009-04-05  Benjamin PetersonMerged revisions 70908,70939,71009,71022,71036 via...
2009-04-05  Georg BrandlNormalize issue referencing style.
2009-04-05  Benjamin PetersonBlocked revisions 71253 via svnmerge
2009-04-05  Benjamin PetersonMerged revisions 70712,70714,70764-70765,70769-70771...
2009-04-05  Brett CannonBlocked revisions 71221 via svnmerge
2009-04-05  Tarek ZiadéMerged revisions 71253 via svnmerge from
2009-04-05  Georg Brandl#5453: fix SyntaxErrors using pydoc -k, caused by inten...
2009-04-05  Georg BrandlMerged revisions 71237-71238 via svnmerge from
2009-04-05  Georg BrandlMerge revision 71222 from trunk: #5615: make it possibl...
2009-04-05  Georg Brandl#5606: fix formatter.h dependencies in the Makefile.
2009-04-05  Alexandre VassalottiInitialize the tk_init_failed static variable to 0.
2009-04-05  Benjamin PetersonBlocked revisions 71206 via svnmerge
2009-04-05  Benjamin Petersonfix typo #5687
2009-04-04  Benjamin Petersonbump version for 3.1a2+
2009-04-04  Benjamin Petersontag 3.1a2
2009-04-04  Benjamin PetersonI don't think RELNOTES is useful anymore v3.1a2
2009-04-04  Kurt B. KaiserMerged revisions 71126 via svnmerge from
2009-04-04  Benjamin Petersonbump version to 3.1a2
2009-04-04  Kurt B. KaiserMerged revisions 70723 via svnmerge from
2009-04-04  Kurt B. KaiserMerged revisions 71023 via svnmerge from
2009-04-04  Kurt B. KaiserConvert print to Py3
2009-04-04  Kurt B. KaiserMerged revisions 71023 via svnmerge from
2009-04-04  Alexandre VassalottiIssue 5682: Move _io module into its own subdirectory.
2009-04-04  Eric SmithResolves issue 5690: accidentally skipping code in...
2009-04-04  Michael FoordPatch for Py3k with fallback for comparing unsortable...
2009-04-04  Martin v. LöwisMerged revisions 71179 via svnmerge from
2009-04-04  Antoine PitrouSkip test_recursionlimit_fatalerror under Windows becau...
2009-04-04  Hirokazu YamamotoBlocked revisions 71175 via svnmerge
2009-04-04  Benjamin Petersonmust provide this method
2009-04-04  Benjamin Peterson#5391 make mmap work exclusively with bytes
2009-04-04  Benjamin Petersonfix name
2009-04-04  Benjamin Petersonmark dictionary assertElementsSame test as an expected...
2009-04-04  Benjamin Petersonfix test_unittest
2009-04-04  Benjamin PetersonMerged revisions 71163 via svnmerge from
2009-04-04  Benjamin PetersonMerged revisions 70837,70864,70878,71004,71032,71043...
2009-04-04  Matthias KloseMerged revisions 71159 via svnmerge from
2009-04-04  Benjamin PetersonBlocked revisions 70711,70713,70716,70719,70747,70772...
2009-04-04  Benjamin Petersontry to fix svnmerge-blocked property
2009-04-04  Matthias KloseMerged revisions 71152 via svnmerge from
2009-04-04  Antoine PitrouFix test_memoryio under Windows
2009-04-04  Raymond HettingerNote an improvement to pydoc.
2009-04-04  Raymond HettingerRemove minor entry. Add the ttk module.
2009-04-04  Raymond HettingerFix nits.
2009-04-04  Raymond HettingerEliminate a duplicate entry.
2009-04-04  Benjamin Petersontypo
2009-04-04  Benjamin PetersonBlocked revisions 70711,70713,70716,70719,70747,70772...
2009-04-04  Raymond HettingerComplete the first-pass at whatsnew.
2009-04-04  Benjamin Petersonrevert r71118 because it blocked an excess of revisions
2009-04-04  Raymond HettingerMore notes on 3.1 improvements.
2009-04-04  Raymond HettingerMore updates to whatsnew
2009-04-04  Raymond HettingerStart building-up the whatsnew document for Py3.1
2009-04-04  Raymond HettingerReplace the localized min/max calls with normal if...
2009-04-04  R. David MurrayBlocked revisions 71123 via svnmerge
2009-04-04  Raymond HettingerAdd helpful link.
2009-04-04  Benjamin PetersonBlocked revisions 70176,70178,70197,70261,70267,70271...
2009-04-04  R. David MurrayUpdate documentation for csv module to reflect changes...
2009-04-04  Benjamin Petersonfix name again
2009-04-04  Benjamin Petersonfix name
2009-04-03  Benjamin Petersonfix this test
2009-04-03  Benjamin Petersonfix naming
2009-04-03  Eric SmithAdded Misc/NEWS entry for PEP 378.
2009-04-03  Benjamin Petersonos.path.listdir -> os.listdir
2009-04-03  Benjamin Petersonupdate NEWS
2009-04-03  Benjamin PetersonPy_BuildValue's 'c' code should use byte strings #5666
2009-04-03  Eric SmithAdded ',' thousands grouping to int.__format__. See...
2009-04-03  Eric SmithRemoved mixed tabs and whitespace.
2009-04-03  Alexandre VassalottiMake http.server main program nicer for interactive...
2009-04-03  Alexandre VassalottiUndocument the existence of the memo attribute and...
2009-04-03  Alexandre VassalottiOptimize slicing of bytes and bytearray by avoiding...
2009-04-03  Alexandre VassalottiEmphasize that Unpickler.memo is not necessarily a...
2009-04-03  Alexandre VassalottiAdd more examples in pickle documentation.
2009-04-03  Alexandre VassalottiRemove old reference to cPickle.
2009-04-03  Raymond HettingerFix typo.
2009-04-03  Alexandre VassalottiUpdate a comment about why the __module__ can sometime...
2009-04-03  Raymond HettingerLocalize the function lookup in timeit.
2009-04-02  Raymond HettingerUpdate docs for namedtuple's renaming change.
2009-04-02  Raymond HettingerHave namedtuple's field renamer assign names that
2009-04-02  Antoine PitrouBlocked revisions 71070 via svnmerge
2009-04-02  R. David MurrayIn 3k this becomes an items() call.
2009-04-02  R. David MurrayA fix for Brett's fix for his fix. I think we got...
2009-04-02  Brett CannonA fix for the fix for the svnmerge metadata.
2009-04-02  Brett Cannonr71034 somehow deleted all of the metadata for svnmerge...
2009-04-02  Mark DickinsonRewrap some long lines.
2009-04-02  Brett Cannonimportlib.test.source.test_abc_loader was making a...
2009-04-02  Brett CannonMake a test in importlib have a more robust test value.
2009-04-02  Brett CannonGive a more informative message on an importlib test...
2009-04-02  Hye-Shik ChangIssue #5640: Fix _multibytecodec so that CJK codecs...
2009-04-02  Brett CannonCheck that on a platform that is expected to have a...
2009-04-02  R. David MurrayClarify that datetime strftime does not produce leap...
2009-04-02  Brett CannonMerged revisions 71031 via svnmerge from
2009-04-02  Senthil KumaranFixing the issue4860. Escaping the embedded '"' in...
2009-04-02  Georg BrandlFirst batch of signature documentation changes; using...
next