]> granicus.if.org Git - python/shortlog
python
2011-02-26 Vinay SajipIssue #11331: fixed documentation in logging cookbook.
2011-02-26 Vinay SajipIssue #11330: asctime format bug fixed.
2011-02-26 Senthil KumaranMerged revisions 88631 via svnmerge from
2011-02-25 Antoine PitrouMerged revisions 88622 via svnmerge from
2011-02-25 Éric AraujoMerged revisions 88613 via svnmerge from
2011-02-25 Antoine PitrouMerged revisions 88610 via svnmerge from
2011-02-25 Giampaolo RodolàMerged revisions 88604 via svnmerge from
2011-02-25 Giampaolo RodolàMerged revisions 88581 via svnmerge from
2011-02-25 Georg BrandlBlocked revisions 88447-88449,88451,88459,88523-88524...
2011-02-24 Antoine PitrouMerged revisions 88550 via svnmerge from
2011-02-24 Alexander BelopolskyMerged revisions 88546 via svnmerge from
2011-02-24 Giampaolo RodolàMerged revisions 88501 via svnmerge from
2011-02-24 Raymond HettingerIssue #11296: rsplit() mentioned twice for the same...
2011-02-24 Benjamin PetersonMerged revisions 88540-88541 via svnmerge from
2011-02-24 Raymond HettingerIssue #11304: Input/output tutorial - PI is rounded...
2011-02-23 Victor StinnerMerged revisions 88481 via svnmerge from
2011-02-23 Victor StinnerMerged revisions 88530 via svnmerge from
2011-02-23 Lars GustäbelMerged revisions 88528 via svnmerge from
2011-02-23 Raymond HettingerAdd tests for the collections helper class and sync...
2011-02-23 Raymond Hettingernits
2011-02-22 Victor StinnerMerged revisions 88517 via svnmerge from
2011-02-22 Antoine PitrouMerged revisions 88511 via svnmerge from
2011-02-22 Brett CannonBlocked revisions 88507 via svnmerge
2011-02-22 Brett CannonBlocked revisions 88506 via svnmerge
2011-02-22 Brett CannonBlocked revisions 88503 via svnmerge
2011-02-22 Terry ReedyFix typo reported by 'Paddy' on python-list.
2011-02-22 Brett CannonMerged revisions 88498 via svnmerge from
2011-02-22 Brett CannonMerged revisions 88496 via svnmerge from
2011-02-22 Brett CannonBlocked revisions 88494 via svnmerge
2011-02-21 Antoine PitrouMerged revisions 88486 via svnmerge from
2011-02-21 Antoine PitrouMerged revisions 88484 via svnmerge from
2011-02-21 Ned DeilyMerged revisions 88475 via svnmerge from
2011-02-21 Raymond HettingerIssue 11263: Fix link to source code.
2011-02-21 Brett CannonBlocked revisions 88467 via svnmerge
2011-02-21 Brett CannonMerged revisions 88465 via svnmerge from
2011-02-21 Raymond HettingerIssue #11089: Fix performance issue limiting the use...
2011-02-21 Antoine PitrouMerged revisions 88464,88466 via svnmerge from
2011-02-21 Georg BrandlUpdate in-development version.
2011-02-21 Antoine PitrouMerged revisions 88460 via svnmerge from
2011-02-21 Raymond HettingerIssue 10160: Both single-arg and multi-arg calls have...
2011-02-21 Martin v. LöwisMerged revisions 88456 via svnmerge from
2011-02-21 Martin v. LöwisInitialized merge tracking via "svnmerge" with revision...
2011-02-20 Georg BrandlTag release 3.2.
2011-02-20 Georg BrandlMake a 3.2 maintenance branch. v3.2
2011-02-20 Georg BrandlVersion bump to 3.2 final.
2011-02-20 Georg BrandlTopic and suspicious update.
2011-02-19 Georg Brandl#11249: in PyType_FromSpec, copy tp_doc slot since...
2011-02-19 Éric AraujoFix two typos in what’s new (#11234).
2011-02-19 Éric AraujoSome more grammar fixes/typos for what’s new (approved...
2011-02-19 Georg Brandl#11184: Fix large file support on AIX.
2011-02-19 Georg Brandl#11222: fix non-framework shared library build on Mac...
2011-02-19 Georg Brandl#10709: add back an updated AIX-NOTES (as README.AIX).
2011-02-18 Brett CannonUpdate the porting HOWTO to be a little less harsh...
2011-02-18 Raymond HettingerDoc fixups.
2011-02-17 Raymond HettingerFix-up logging.dictConfig() example.
2011-02-17 Raymond HettingerFix an import and add a citation.
2011-02-15 Georg Brandl#730467: Another small AIX fix.
2011-02-15 Georg Brandl#941346: Fix broken shared library build on AIX. Patch...
2011-02-15 Georg BrandlRemove editing slip.
2011-02-15 Georg BrandlApply logging SocketHandler doc update by Vinay.
2011-02-14 Raymond HettingerFix accumulate() example. (Reported by David Murray.)
2011-02-14 Georg BrandlPost-release updates.
2011-02-13 Georg BrandlTag 3.2rc3.
2011-02-13 Georg BrandlBump for 3.2rc3. v3.2rc3
2011-02-13 Georg BrandlFix markup error and update suspicious ignores.
2011-02-13 Georg BrandlUpdate pydoc topics.
2011-02-12 R. David MurrayFix #11116 fix on Windows (close file before removing...
2011-02-11 R. David Murray#11116: roll back on error during add so mailbox isn...
2011-02-11 R. David MurrayFix argument name typo in compileall docs.
2011-02-11 Martin v. LöwisIssue #11134: Add missing fields to typeslots.h.
2011-02-11 Martin v. LöwisIssue #11135: Remove redundant doc field from PyType_Spec.
2011-02-11 Martin v. LöwisAdd uuid for 3.2rc3.
2011-02-11 Giampaolo Rodolàreverting r88395 and r88387 as per http://mail.python...
2011-02-11 Giampaolo Rodolàasyncore: introduce a new 'closed' attribute to make...
2011-02-11 Senthil KumaranFixed issue11082 - Reject str for POST data with a...
2011-02-11 Raymond HettingerMissing paren.
2011-02-11 Raymond HettingerInsert missing section heading (noticed by Victor Stinner).
2011-02-10 Giampaolo Rodolàget rid of asyncore.dispatcher's debug attribute, which...
2011-02-10 Raymond HettingerFix nits.
2011-02-10 Raymond HettingerAdd an entry for logging.
2011-02-10 Raymond HettingerAdd missing source links.
2011-02-09 Brett CannonTweak wording about equality comparison.
2011-02-09 Terry ReedyAdd 'pysqlite' before version 2.6.0
2011-02-09 Raymond HettingerTypo.
2011-02-07 Antoine PitrouIssue #11141: Fix the shelve documentation to use a...
2011-02-07 Ned Deily- Issue #11079: The /Applications/Python x.x folder...
2011-02-07 Ned DeilyIssue #11079: The /Applications/Python x.x folder creat...
2011-02-07 Antoine PitrouClarify that IMAP4() implicitly calls open(), and that...
2011-02-07 Georg BrandlSpelling fixes.
2011-02-07 Georg BrandlConsistent heading spacing, and fix two typos.
2011-02-07 Nick CoghlanIssue 10971: Make test_zipimport_support once again...
2011-02-07 Raymond HettingerAdd link to table for Tcl/Tk issues on the Mac.
2011-02-07 Georg Brandl#11132: pass optimize parameter to recursive call in...
2011-02-07 Georg Brandl#8691: document that right alignment is default for...
2011-02-07 Georg Brandl#11138: fix order of fill and align specifiers.
2011-02-07 Eli BenderskyFix some typos and grammar
2011-02-07 Eli BenderskyFix some typos and grammar
2011-02-07 Raymond HettingerTypo. Doh!
2011-02-06 Raymond HettingerFix awkwardly rendered sentence.
2011-02-06 Raymond HettingerIssue #11071: Various improvements to whatsnew.
next