]> granicus.if.org Git - python/shortlog
python
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
2010-09-01 Antoine PitrouFix a compilation warning
2010-09-01 Antoine PitrouIssue #9737: Fix a crash when trying to delete a slice...
2010-09-01 Georg Brandl#9677: fix link.
2010-09-01 Antoine PitrouTry to fix some buildbot failures on test_ssl
2010-09-01 Raymond Hettinger'Using Python' now called 'Python Setup'
2010-09-01 Antoine PitrouIssue #8990: array.fromstring() and array.tostring...
2010-09-01 Victor StinnerRemove unicode_default_encoding constant
2010-09-01 Giampaolo RodolàIssue #9693 - msg 115273: attempt to fix ssl module...
2010-09-01 Antoine PitrouIssue #9549: sys.setdefaultencoding() and PyUnicode_Set...
2010-09-01 Antoine PitrouIssue #7415: PyUnicode_FromEncodedObject() now uses...
2010-09-01 Antoine PitrouIssue #3101: Helper functions _add_one_to_C() and _add_...
2010-09-01 Raymond HettingerForward port sorting howto
2010-09-01 Raymond HettingerMore descriptive title.
2010-09-01 Raymond HettingerFix line wrapping
2010-09-01 Raymond Hettinger2-to-3 fixup for map() example in docs
2010-09-01 Raymond HettingerClean-up bisect docs.
2010-08-31 Benjamin Petersonreformat comment
2010-08-31 Daniel StutzbachIssue #808164: Fixed socket.close to avoid references...
2010-08-31 Daniel StutzbachIssue 5553: Improved Py_LOCAL_INLINE to actually inline...
2010-08-31 Daniel StutzbachReverted r84315 and r84316, with Benjamin's blessing...
2010-08-31 Benjamin Petersonadd nonlocal to pydoc topics #9724
2010-08-31 Vinay SajipRemoved _unicode variable which is always False in...
2010-08-30 Vinay Sajiplogging: merged duplicated code in fileConfig and dictC...
2010-08-30 Vinay SajipLogging: removed some old commented out code.
2010-08-30 Giampaolo RodolàFix issue #9711: raise ValueError is SSLConnection...
2010-08-30 Vinay SajipImproved logging.Formatter date/time formatting documen...
next