]> granicus.if.org Git - python/shortlog
python
2011-03-08 Ezio Melotti#11298: merge from 3.2.
2011-03-08 Ezio Melotti#11298: Improve the unittest discovery explanation.
2011-03-08 Benjamin Petersonmerge heads
2011-03-08 Benjamin Petersonmerge 3.2
2011-03-08 Benjamin Petersonmerge 3.1
2011-03-08 Benjamin Petersontransform izip_longest #11424
2011-03-08 Benjamin Petersontransform izip_longest #11424
2011-03-07 Vinay SajipIssue #11424: Merged fix from 3.2.
2011-03-07 Vinay Sajip#Issue 11424: added equivalent fixes for dictConfig.
2011-03-07 Vinay Sajip#Issue 11424: merged fix from 3.1.
2011-03-07 Vinay SajipIssue #11424: Fix bug in determining child loggers.
2011-03-07 Georg BrandlName c -> cls in example.
2011-03-07 Benjamin Petersonmerge 3.2
2011-03-07 Benjamin Petersonmerge 3.1
2011-03-06 Benjamin Petersonmerge 3.1
2011-03-06 Benjamin Petersononly do this sys.stderr replacing on CPython
2011-03-06 Thomas WoutersMerge 3.2.
2011-03-06 Thomas WoutersMerge 3.1.
2011-03-06 Thomas WoutersIssue #11411: Fix typo in the Makefile that prevented...
2011-03-06 Benjamin Petersonavoid casting with this nice macro
2011-03-06 Martin v. LöwisConvert DOS files to CRLF. This doesn't touch the ...
2011-03-06 Martin v. LöwisConvert DOS files to CRLF. This doesn't touch the ...
2011-03-06 Martin v. LöwisConvert DOS files to CRLF. This doesn't touch the ...
2011-03-06 Georg BrandlMerge doc fixes.
2011-03-06 Georg BrandlMerge doc fixes.
2011-03-06 Georg Brandl#11294: add missing ERA_T_FMT to locale docs.
2011-03-06 Georg Brandl#11292: add missing A_REVERSE to curses attribute table.
2011-03-06 Georg Brandl#11239: add } to list of metacharacters (it is only...
2011-03-06 Georg Brandl#11227: use Host header in asyncore example.
2011-03-06 Georg Brandl#11373: fix spelling.
2011-03-06 Georg Brandl#11405: do not reference the string module again for...
2011-03-06 Georg Brandl#11392: you can trust the computer, but you have to...
2011-03-06 Georg Brandl#11337: remove unreferenced footnote.
2011-03-06 Georg Brandl#11400: remove reference to pre-1.5 assignment behavior.
2011-03-06 Georg Brandlmerge heads
2011-03-06 Georg BrandlRemove sys.subversion and svn build identification...
2011-03-06 Georg BrandlMerge build identification to default branch.
2011-03-06 Georg BrandlMerge build identification to 3.2 branch.
2011-03-06 Antoine PitrouIssue #11408: In threading.Lock.acquire(), only call...
2011-03-06 Antoine PitrouMerge fix for issue #11391
2011-03-06 Antoine PitrouMerge fix for issue #11391
2011-03-06 Antoine PitrouFix buildbot failure following 97a5590b9291
2011-03-06 Antoine PitrouIssue #11391: Writing to a mmap object created with
2011-03-05 Antoine PitrouLib/email/test/data/msg_26.txt had its line endings...
2011-03-05 Georg BrandlAdapt platform and test_platform to the build identific...
2011-03-05 Georg BrandlCommit the hg build identification patch from the pymig...
2011-03-05 Georg BrandlMerge tags from 3.2.
2011-03-05 Georg BrandlMerge tags from 3.1.
2011-03-05 Georg BrandlMore tag fixups.
2011-03-05 Antoine PitrouAdd the map of SVN revision numbers to changeset ids.
2011-03-05 Georg BrandlDummy-merge 3.2 branch into default branch.
2011-03-05 Georg BrandlDummy-merge 3.1 branch into 3.2 branch.
2011-03-05 Georg BrandlFix tag references in default branch.
2011-03-05 Georg BrandlAdd updated .hgeol file and fix newlines in the 3.2...
2011-03-05 Georg BrandlFix tag references in 3.2 branch.
2011-03-05 Georg BrandlAdd updated .hgeol file and fix newlines in the 3.1...
2011-03-05 Georg BrandlFix tag references in 3.1 branch.
2011-03-04 Victor StinnerIssue #3080: Add PyImport_AddModuleObject() and PyImpor...
2011-03-04 Victor StinnerIssue #3080: Add PyModule_NewObject() function
2011-03-04 Giampaolo RodolàUpdate Misc/NEWS to include issue #9795 (nntplib contex...
2011-03-04 Giampaolo RodolàInclude Марк Коренберг and Steffen Daode Nurpmeso in...
2011-03-04 Eli BenderskyMentioned new clear() method of MutableSequence in...
2011-03-04 Eli BenderskyIssue #11388: Added a clear() method to MutableSequence
2011-03-04 Eli BenderskyMerged revisions 88735 via svnmerge from
2011-03-04 Eli BenderskyIssue #11386: Fixed the exception thrown by bytearray...
2011-03-03 Giampaolo RodolàIssue 9795: adds context manager protocol to nntplib...
2011-03-03 Eli BenderskyIssue #10516: added copy() and clear() methods to bytea...
2011-03-03 R. David MurrayMerged revisions 88730 via svnmerge from
2011-03-03 R. David Murray#11306: Treat EROFS like EACCES when making a 'file...
2011-03-03 Giampaolo RodolàIssue 11351 - apply patch by Steffen Daode Nurpmeso...
2011-03-03 Giampaolo RodolàMerged revisions 88726 via svnmerge from
2011-03-03 Giampaolo Rodolàfix attribute error
2011-03-03 Giampaolo RodolàMerged revisions 88722 via svnmerge from
2011-03-03 Victor StinnerIssue #11377: Fix quoting on Windows in test_platform
2011-03-03 Giampaolo RodolàMerged revisions 88722 via svnmerge from
2011-03-03 Giampaolo RodolàFix issue 11265: asyncore now correctly handles EPIPE...
2011-03-03 Victor StinnerIssue #11377: Deprecate platform.popen() and reimplemen...
2011-03-03 Victor StinnerIssue #8513: On UNIX, subprocess supports bytes command...
2011-03-03 Nick CoghlanUpdate compiler recursion crasher to more reliably...
2011-03-03 Fred DrakeMerged revisions 88717 via svnmerge from
2011-03-03 Fred Drakeissue 11372: use range instead of xrange
2011-03-02 Benjamin Petersonadd tests for xml.pulldom #9373
2011-03-02 Daniel Stutzbach#11335: Fix memory leak when a sort key function throws...
2011-03-02 Victor StinnerFix my previous commit (r88709) for str.encode(errors...
2011-03-02 Victor StinnerIssue #8923: cache str.encode() result
2011-03-02 Victor StinnerRemove useless argument of _PyUnicode_AsDefaultEncodedS...
2011-03-02 Éric AraujoRemove last use of distutils.sysconfig from the stdlib...
2011-03-02 Antoine PitrouassertEquals is deprecated
2011-03-02 Victor StinnerIssue #10831: Document the new formats (%li, %lli,...
2011-03-02 Victor StinnerIssue #10831: PyUnicode_FromFormat() supports %li,...
2011-03-02 Victor StinnerFix my previous commit (r88702): initialize size_tflag...
2011-03-01 Victor StinnerIssue #10829: Refactor PyUnicode_FromFormat()
2011-03-01 Victor StinnerMerged revisions 88700 via svnmerge from
2011-03-01 Victor StinnerIssue #10911: Add tests on CGI with non-ASCII characters
2011-03-01 Antoine PitrouFollowup to issue #11140 and r88682: also patch _dummy_...
2011-03-01 Victor StinnerMerged revisions 88697 via svnmerge from
2011-03-01 Victor StinnerIssue #11246: Fix PyUnicode_FromFormat("%V")
2011-03-01 Éric AraujoRemove outdated pointer to optparse (fixes #11360).
2011-03-01 Antoine PitrouMerged revisions 88691 via svnmerge from
2011-03-01 Antoine PitrouEndly, fix UnboundLocalError in telnetlib
next