]> granicus.if.org Git - python/shortlog
python
2005-04-08 Raymond HettingerRecord a drop request by Moshe Zadka.
2005-04-08 Tim Peterstest_default_encoding_issues(): Fully restore sys...
2005-04-08 Tim PetersInfo about Eric Price.
2005-04-08 Raymond HettingerUpdate permissions log for Reedy, Holden, Haring, and...
2005-04-07 Michael W.... In a threads-disabled build, typing Ctrl-C into a raw_i...
2005-04-07 Raymond HettingerSF bug #1178269 Clarify when isMappingType/isSequenceTy...
2005-04-07 Raymond HettingerSF bug #1178255: 256 should read 255 in operator module...
2005-04-06 Michael W.... Make that a C, not a C++, comment.
2005-04-06 Michael W.... Add a comment explaining the import of longintrepr.h.
2005-04-06 Tim PetersBy popular demand from Linux-heads(!), renamed develope...
2005-04-05 Raymond HettingerBegin a log of developer permissions.
2005-04-05 Raymond HettingerSF bug #1168983: ftplib.py string index out of range
2005-04-04 Walter DörwaldFix typos.
2005-04-04 Walter DörwaldFix for SF bug #1175396: readline() will now read one...
2005-04-04 Hye-Shik ChangFill docstrings for module and functions, extracted...
2005-04-04 Hye-Shik ChangMake a handy macro, Py_DEFAULT_RECURSION_LIMIT to allow...
2005-04-04 Hye-Shik ChangFix testcase for 64bit BSD systems: long is 8 bytes...
2005-03-31 Vinay SajipAdded threadName to LogRecord
2005-03-31 Vinay SajipAdded threadName and now using re-entrant lock
2005-03-31 Walter DörwaldSince PyPI only accepts UTF-8 encoded data now, make...
2005-03-31 Michael W.... NEWS entries for the bugs I fixed yesterday.
2005-03-30 Michael W.... I suppose a bug report or even a fix would be a better...
2005-03-30 Michael W.... Fix for rather inaccurately titled bug
2005-03-30 Michael W.... Minor wording fix.
2005-03-30 Michael W.... Fixes for
2005-03-30 Michael W.... Be a bit more accurate.
2005-03-30 Michael W.... I don't think it's particularly accurate to say Guido...
2005-03-29 Fred Drakeadd 2.4.1 to the release history
2005-03-29 Anthony Baxtermerge from branch
2005-03-29 Bob IppolitoUpdate NEWS for patch 1171735 (Darwin 8 build fixes)
2005-03-29 Anthony BaxterMove exception finalisation later in the shutdown proce...
2005-03-28 Tim PetersSF patch 1167316: doctest.py fails self-test if run...
2005-03-28 Bob Ippolitopatch [1171735] - Darwin 8's headers disable functional...
2005-03-28 Martin v. LöwisMention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes...
2005-03-28 Martin v. LöwisAdd 0 to _POSIX_SEMAPHORES. Will backport to 2.4.
2005-03-28 Greg WardConditionally export a few more AFMT_* macros: AFMT_U16...
2005-03-28 Greg WardSF #1169212: merge from 2.4 branch: fix silly typo...
2005-03-28 Tim PetersWhitespace normalization.
2005-03-28 Tim PetersTwo lines in this file had unbalanced parentheses ...
2005-03-27 Raymond HettingerFix whitespace.
2005-03-27 Raymond HettingerSF patch #1171417: bug fix for islice() in docs
2005-03-27 Raymond Hettinger* Fix decimal's handling of foreign types. Now returns...
2005-03-27 Raymond HettingerSF bug #1770766: weakref proxy has incorrect __nonzero...
2005-03-24 Martin v. LöwisAdd missing socket import
2005-03-24 Thomas HellerFunction signatures for tp_descr_get and tp_descr_set.
2005-03-24 Fred Drakeminor cleanup
2005-03-24 Fred Drakeclean up the underscore mess for the typeset formats...
2005-03-23 Martin v. LöwisMake SRPMs pyversion 'any'.
2005-03-23 Martin v. LöwisMake dist_files a triple, with the Python target versio...
2005-03-23 Walter DörwaldFix typo.
2005-03-22 Martin v. LöwisMake the signature detached.
2005-03-22 Walter DörwaldAdd tests for tuple, list and UserList that initialize...
2005-03-22 Martin v. LöwisFix registration of output file.
2005-03-22 Martin v. LöwisDon't set the Python version for sdist uploads.
2005-03-22 Martin v. LöwisUpload GPG signature.
2005-03-22 Walter DörwaldFix typo.
2005-03-22 Fred Drakefix Python style guide conformance
2005-03-22 Fred Drake- fix markup bugs
2005-03-21 Walter DörwaldAdd list tests that ensure that remove() removes the...
2005-03-21 Martin v. LöwisActually add the implementation of the command.
2005-03-21 Martin v. LöwisAdd the upload command. Make all dist commands register...
2005-03-21 Brett CannonAdd comment about optional option for keeping indentati...
2005-03-21 Skip Montanarocorrect ontosys url - closes 1167329
2005-03-21 Fred Drake- rename check_provision() to split_revision()
2005-03-21 Fred Drakefix obscure markup error, wrapping a long line
2005-03-21 Fred Drakefix environment broken in revision 1.6
2005-03-20 Fred DrakePEP 314 implementation (client side):
2005-03-20 Fred Drakehelper code, mostly from Andy Harrington, for PEP 314...
2005-03-20 Andrew M. KuchlingWrite part of PEP 309 section
2005-03-20 Andrew M. KuchlingDescribe how to get back lib-old; if this isn't the...
2005-03-20 Andrew M. KuchlingAdd item
2005-03-20 Andrew M. KuchlingDescribe various things
2005-03-20 Matthias Klosefix two typos in python(1)
2005-03-19 Raymond HettingerFill-in missing argspec.
2005-03-19 Raymond HettingerApply remove's mutation test after every equality test.
2005-03-18 Raymond HettingerAdd a remove() method to collections.deque objects.
2005-03-18 Skip Montanaroadd UnicodeReader and UnicodeWriter example classes
2005-03-18 Walter DörwaldFix typo.
2005-03-16 Anthony BaxterPatch #1163249 - Correctly handle _POSIX_SEMAPHORES...
2005-03-16 Skip Montanarotypo
2005-03-15 Fred Drakeadd two more extensions:
2005-03-15 Raymond HettingerBug #1163325: "special" decimals aren't hashable
2005-03-15 Martin v. LöwisReuse componentids for *.dll across minor releases.
2005-03-14 Martin v. LöwisConfigure bug reporting address.
2005-03-14 Walter DörwaldAdd default value for "whence" argument.
2005-03-14 Walter DörwaldReset internal buffers when seek() is called. This...
2005-03-14 Martin v. LöwisAdd more UUIDs. Update custom actions for Itanium.
2005-03-13 Vinay SajipMade traceback unconditional, to avoid lock contention...
2005-03-13 Vinay SajipAdded optional encoding argument to file handlers.
2005-03-13 Vinay SajipAdded optional encoding argument to file handlers....
2005-03-12 Tim PetersPort bugfix from 2.4 maint.
2005-03-12 Johannes GijsbersPatch #1159931/bug #1143895: inspect.getsource failed...
2005-03-11 Raymond HettingerRevised the itertools quantifier recipes to match the...
2005-03-11 Raymond HettingerAdd two new functions, any() and all().
2005-03-11 Raymond HettingerTest partial() with bound/unbound methods.
2005-03-11 Raymond HettingerApply itemgetter() instead of lambda.
2005-03-11 Brett CannonFix test for socket.getfqdn() to also include the name...
2005-03-10 Anthony Baxtermerge from branches
2005-03-10 Fred Drake- fix generated Texinfo markup for \deprecated
2005-03-10 Fred Drakefix broken usage comment
next