]> granicus.if.org Git - python/shortlog
python
2010-09-06 Brian CurtinFix #8956. ValueError message was only mentioning one...
2010-09-06 Brian CurtinClean up the fix to #9324 with some of the suggestions...
2010-09-06 Antoine PitrouAdd an option to choose the IO module under test (allow...
2010-09-06 Gregory P.... hashlib has two new constant attributes: algorithms_gua...
2010-09-06 Georg Brandl#9780: both { and } are not valid fill characters.
2010-09-06 Georg BrandlRemove redundant word.
2010-09-06 Éric AraujoRevert accidental commit, apologies for the noise
2010-09-06 Raymond HettingerFix nits
2010-09-06 Éric AraujoUpdate
2010-09-06 Raymond HettingerMore updates to whatsnew3.2
2010-09-06 Benjamin Petersonlink to docs
2010-09-05 Raymond HettingerClean-up example of using fileinput as a context manager.
2010-09-05 Raymond HettingerTake advantage of the frozenset constant optimization.
2010-09-05 Antoine PitrouIssue #9293: I/O streams now raise `io.UnsupportedOpera...
2010-09-05 Georg BrandlPost-release update.
2010-09-05 Georg BrandlRe-tag 3.2a2.
2010-09-05 Éric AraujoFix accidental suppression in r84537 v3.2a2
2010-09-05 Georg BrandlRemove tag.
2010-09-05 Georg BrandlTagging release 3.2a2.
2010-09-05 Éric AraujoMake naming consistent
2010-09-05 Ronald OussorenFix for issue9662, patch by Łukasz Langa in issue5504.
2010-09-05 Éric AraujoFix amk’s tracker name
2010-09-05 Georg BrandlFix reST in NEWS, and remove NEWS.help (all committers...
2010-09-05 Éric AraujoFix typos and wording in what’s new 3.2.
2010-09-05 Georg Brandl#9776: fix some spacing.
2010-09-05 Georg Brandl#9747: fix copy-paste error in getresgid() doc.
2010-09-05 Georg BrandlRewrap.
2010-09-05 Georg BrandlRewrap and consistency fixes.
2010-09-05 Raymond HettingerFill-in sqlite3 stubs
2010-09-05 Raymond HettingerAdd example of ftplib's new context manager.
2010-09-05 Raymond HettingerAdd PEP 391 to whatsnew
2010-09-05 Georg BrandlBump to 3.2a2.
2010-09-05 Georg BrandlUpdate pydoc topics.
2010-09-05 Raymond HettingerMore updates to whatsnew.
2010-09-05 Raymond HettingerClean-up functools.total_ordering().
2010-09-05 Raymond HettingerAdd an example
2010-09-05 Raymond HettingerInline cmp_lt().
2010-09-05 Raymond HettingerMore updates to whatsnew
2010-09-05 Raymond HettingerTypo
2010-09-05 Raymond HettingerUpdate whatsnew for Pep3149.
2010-09-05 Benjamin Petersonrun autoreconf
2010-09-04 Raymond HettingerUpdate whatsnew for Pep3147.
2010-09-04 Raymond HettingerAdopt more descriptive attribute names as suggested...
2010-09-04 Martin v. LöwisDrop cabarc artifact.
2010-09-04 Antoine PitrouIssue #8734: Avoid crash in msvcrt.get_osfhandle()...
2010-09-04 Antoine PitrouIssue #7451: Improve decoding performance of JSON objec...
2010-09-04 Antoine PitrouIssue #9777: test_idna requires the "network" resource
2010-09-04 Antoine PitrouFix typos in error messages (thanks Arfrever).
2010-09-04 Antoine PitrouIssue #9225: Remove the ROT_FOUR and DUP_TOPX opcode...
2010-09-04 Brett Cannon_warnings exposed two variables with the name 'default_...
2010-09-04 Antoine PitrouFix running the copy module from the command-line ...
2010-09-04 Antoine PitrouFix Björn's name in ACKS.
2010-09-04 Antoine PitrouIssue #1100562: Fix deep-copying of objects derived...
2010-09-04 Antoine PitrouIssue #9581: Fix non-working PosixGroupsTester test...
2010-09-04 Antoine PitrouIssue #7736: Release the GIL around calls to opendir...
2010-09-04 Antoine PitrouWorkaround PEP 3149 build problems.
2010-09-04 Martin v. LöwisIssue #1303434: Include PDBs in release.
2010-09-04 Fred Drakeadd consistent support for the vars and default argumen...
2010-09-03 Florent XiclunaWelcome to the UTF-8 world.
2010-09-03 Georg BrandlFix missing word.
2010-09-03 Amaury Forgeot... Add an entry in whatsnew about the PyCObject -> PyCapsu...
2010-09-03 Georg Brandl#9760: clarify what context expression is.
2010-09-03 Georg Brandl#9767: doctest run over json docs.
2010-09-03 Georg BrandlMore inclusive title.
2010-09-03 Georg BrandlRevert unintended change from r84458.
2010-09-03 Georg BrandlMake PEP section a bit less ugly and at least list...
2010-09-03 Georg BrandlFix typos and use tabs consistently.
2010-09-03 Georg BrandlUse tabs consistently.
2010-09-03 Victor StinnerAdd versionadded tag to PyUnicode_AsUnicodeCopy's doc
2010-09-03 Éric AraujoFix invalid bytes for UTF-8
2010-09-03 Florent XiclunaTypo
2010-09-03 Florent XiclunaStrengthen BytesWarning tests.
2010-09-03 Florent XiclunaRemove redundant context manager.
2010-09-03 Florent XiclunaRemove unused import, fix typo and rewrap docstrings.
2010-09-03 Florent XiclunaUse a context manager for some file objects.
2010-09-03 Antoine PitrouIssue #3805: clean up implementation of the _read metho...
2010-09-03 Barry WarsawNEWS for PEP 3149, and clean up a few other entries.
2010-09-03 Daniel StutzbachDoc fix: unicode() is now str()
2010-09-03 Barry WarsawPEP 3149 is accepted.
2010-09-03 Victor StinnerDocument PyUnicode_AsUnicodeCopy()
2010-09-03 Victor StinnerRename PyUnicode_strdup() to PyUnicode_AsUnicodeCopy()
2010-09-03 Antoine PitrouFix NEWS entry.
2010-09-03 Daniel StutzbachFix Issue9753: socket.dup() does not always work right...
2010-09-03 Daniel Stutzbachfromfd exists on Windows now
2010-09-03 Georg BrandlReindent.
2010-09-03 Raymond HettingerIssue 8420: Fix obscure set crashers.
2010-09-03 Fred Drakefix output from RawConfigParser.write and ConfigParser...
2010-09-02 Raymond HettingerReadability nit.
2010-09-02 Raymond HettingerBetter method name. Tighten inner-loop with bound...
2010-09-02 Antoine PitrouBytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS.
2010-09-02 Raymond HettingerMake OrderedDict.popitem() a bit smarter and faster
2010-09-02 Daniel StutzbachCredit where credit is due
2010-09-02 Daniel StutzbachIssue #9212: Added the missing isdisjoint method to...
2010-09-02 Daniel StutzbachRemoved an extraneous semicolon
2010-09-02 Raymond HettingerSpeed-up cache updates
2010-09-02 Raymond HettingerKeep contents order the same between versions.
2010-09-01 Victor StinnerCreate PyUnicode_strdup() function
2010-09-01 Victor StinnerCreate Py_UNICODE_strcat() function
2010-09-01 Raymond HettingerGlossary cleanup
2010-09-01 Raymond HettingerCleanup heapq docs
next