]> granicus.if.org Git - python/shortlog
python
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.
2011-02-06 Raymond HettingerSmall markup and wording tweaks for the sorting-howto.
2011-02-05 Brett CannonMention that people going the source compatibility...
2011-02-05 Brett CannonSoften wording on doctest.
2011-02-05 Brett CannonRe-arrange and clarify some __future__ import statements.
2011-02-05 Gregory P.... issue7678 - Properly document how to replace a shell...
2011-02-05 Martin v. LöwisIssue #11067: Add PyType_GetFlags, to support PyUnicode...
2011-02-05 Martin v. LöwisIssue #11121: Fix building with --enable-shared.
2011-02-05 Éric AraujoUse an internal reference instead of hard-coded URI.
2011-02-05 Antoine PitrouEverybody hates this one :) (bytes indexing)
2011-02-05 Antoine PitrouSoften the wording about tracebacks. Reference cycles...
2011-02-05 Antoine PitrouFix entries pertaining to file I/O
2011-02-05 Antoine PitrouMention -b and -bb
2011-02-05 Antoine PitrouMention asyncore and Twisted in the library FAQ.
2011-02-05 Antoine PitrouMention concurrent.futures and update answers about...
2011-02-05 Antoine PitrouUpdate test of "why is Python installed" FAQ.
2011-02-05 Antoine PitrouMention Cython and remove obsolete alternatives
2011-02-05 Antoine PitrouUpdate info in the GUI FAQ
2011-02-04 Brett CannonThere was a possibility that the initialization of...
2011-02-04 Antoine PitrouMention that seek and tell over a TextIOWrapper can...
2011-02-04 Martin v. LöwisIssue #11118: Fix bogus export of None in python3.dll.
2011-02-03 Brett Cannonuse 3-space indents.
2011-02-03 Brett CannonAdd a HOWTO on how to port from Python 2 to Python 3.
2011-02-03 Georg BrandlRemove lots of spaces within exception message.
2011-02-03 Georg BrandlPunctuation typos.
2011-02-02 Raymond HettingerPunctuation typo.
2011-02-01 Raymond HettingerGet command-line doctest of Lib/decimal.py to work...
2011-02-01 Antoine PitrouAdd a svn:ignore for PC/python3dll.obj
2011-02-01 Eric SmithWording fix.
2011-01-31 Antoine PitrouIssue #8275: Fix passing of callback arguments with...
2011-01-31 Brian Curtin#11083 typo: RuntimeException -> RuntimeError
2011-01-31 Alexander BelopolskyIssue #11081: Fixed struct.__all__. Reviewed by Georg...
2011-01-31 Georg BrandlPost-release updates.
2011-01-31 Raymond HettingerRecommend use of the tracker during the RC phase or...
2011-01-31 Raymond HettingerFix minor grammar nits.
2011-01-31 Eli BenderskyMention new parameter and attributes of the difflib...
2011-01-31 Eli BenderskyFix PEP-8 violation in argparse usage example (similar...
2011-01-31 Eli BenderskyFix some grammar and typos
2011-01-30 Georg BrandlTagging release 3.2 rc 2.
next