]> granicus.if.org Git - python/shortlog
python
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.
2011-01-30 Georg BrandlBump version. v3.2rc2
2011-01-30 Georg BrandlUpdate suspicious ignore file.
2011-01-30 Georg BrandlUpdate pydoc topics.
2011-01-30 Georg Brandl#10680: fix mutually exclusive arguments in argument...
2011-01-30 Georg Brandl#10961: fix exception handling in new pydoc server...
2011-01-30 Raymond HettingerClarify the status of get_string() and recommend using...
2011-01-30 Georg Brandl#11069: fix the IDLE Stack Viewer, by not using "list...
2011-01-30 Raymond HettingerAdd entry for the mailbox fixups.
2011-01-30 R. David Murray#9124: mailbox now accepts binary input and uses binary...
2011-01-30 Raymond HettingerList known build/install problems for OS X.
2011-01-30 Nick CoghlanIssue #10845: Improve compatibility between multiproces...
2011-01-30 Raymond HettingerMarkup nits.
2011-01-30 Raymond HettingerAdd section for http.client.
2011-01-30 Raymond HettingerTypos.
2011-01-29 Éric AraujoProtect logging call against None argument (fixes ...
2011-01-29 Alexander BelopolskyIssue #10939: Make Internaldate2tuple test more robust.
2011-01-29 Ned DeilyIssue 11052: Correct IDLE menu accelerators on Mac...
2011-01-29 Ned DeilyIssue #11054: Allow Mac OS X installer builds to again...
2011-01-29 Ned DeilyIssue #11053: Fix IDLE "Syntax Error" windows to behave...
2011-01-29 Ned DeilyIssue #10940: Workaround an IDLE hang on Mac OS X 10...
2011-01-29 Alexander BelopolskyIssue #10939: Fixed imaplib.Internaldate2tuple(). Thank...
2011-01-29 Giampaolo Rodolàfix reference to issue where the addition of select...
2011-01-29 Victor StinnerIssue #10989: Fix a crash on SSLContext.load_verify_loc...
2011-01-29 Eric SmithIssue #11302: missing type check on _string.formatter_f...
2011-01-29 Raymond HettingerAdd entry for str.format_map().
2011-01-28 Eric SmithAdded a placeholder for str.format_map, as discussed...
2011-01-28 Michael FoordIssue 10573: revert unittest docs to first / second
2011-01-28 Łukasz Langa#11027: documented how to override SECTCRE
2011-01-27 Raymond HettingerMore source links
2011-01-27 Vinay SajipIssue 11008: docs updated to show versionadded for...
2011-01-27 Raymond HettingerMore typical sample invocation of tarfile.
2011-01-27 Raymond HettingerAdd missing attributions.
2011-01-27 Raymond HettingerUpdate todo list.
2011-01-27 Raymond HettingerAdd an entry for tarfile.
2011-01-27 Raymond HettingerMore source links.
2011-01-27 Raymond HettingerIssue #11020: Command-line pyclbr was broken because...
2011-01-26 Antoine PitrouIssue #11018: fix a test to not be a no-op in test_bz2.
2011-01-26 R. David Murray#11019: Make BytesGenerator handle Message with None...
2011-01-26 Raymond HettingerIssue #11014: Make 'filter' argument in tarfile.Tarfile...
2011-01-26 Raymond HettingerMarkup nits.
2011-01-26 R. David MurrayRevert r88197. I'll refix correctly once there is...
2011-01-26 Raymond HettingerAdd a few imports to examples.
2011-01-26 Victor StinnerFix BytesGenerator._handle_text() if the message has...
next