]> granicus.if.org Git - python/shortlog
python
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
2005-03-10 Fred Drakeadd missing entries from GNU info conversion table
2005-03-10 Fred Drakecorrect several markup errors caught by the GNU info...
2005-03-09 Raymond HettingerSF bug #1160187: Setup file needs entries for collecti...
2005-03-09 Andrew MacIntyreadd support for another DB library naming convention...
2005-03-09 Raymond Hettingeroperator.itemgetter() and operator.attrgetter() now...
2005-03-09 Anthony Baxterported buildnos to trunk
2005-03-09 Skip Montanarohmmm... moving def'n of version makes the __init__...
2005-03-09 Skip MontanaroCorrect description/example of how to override User...
2005-03-08 Martin v. LöwisBuild with --disable-unicode again. Fixes #1158607.
2005-03-08 Martin v. LöwisConvert file names of posix.access according to the...
2005-03-08 Raymond HettingerMake functional.partial() more closely match the spec...
2005-03-08 Raymond HettingerMake functional.partial() more closely match the spec...
2005-03-08 Greg WardSF #1156412: document the __new__() static method
2005-03-07 Greg WardSF #818006: merge from release24-maint branch: add...
2005-03-05 Martin v. LöwisPatch #918101: Add tarfile open mode r|* for auto-detec...
2005-03-05 Brett CannonAllow classes to be defined with empty parentheses...
2005-03-05 Brett CannonTweak test_communicate_stderr so that it works when...
2005-03-05 Brett CannonAdd a highlight group for denoting bad whitespace....
2005-03-05 Brett CannonRemove some more tab usage to prevent an error when...
2005-03-05 Brett CannonRemove a tab so that whitespace usage is consistent.
2005-03-05 Greg WardSF #1149508: ensure textwrap handles hyphenated numbers...
2005-03-04 Martin v. LöwisPatch #1043890: tarfile: add extractall() method.
2005-03-04 Martin v. LöwisPatches #925152, #1118602: Avoid reading after the...
2005-03-04 Michael W.... Updates to the exceptions documentation (this is my...
2005-03-04 Martin v. LöwisPatch #1075887: Don't require MSVC in distutils if...
2005-03-03 Martin v. LöwisPatch #1103407: Properly deal with tarfile iterators...
2005-03-03 Martin v. LöwisPatch #1107221: Updated "Working on Cygwin" section.
2005-03-03 Martin v. LöwisPatch #1115086: support PY_LONGLONG in structmember.
2005-03-03 Peter AstrandCorrected bug in list2cmdline wrt backslashes. Fixes...
2005-03-03 Peter AstrandOnly run extensive subprocess tests if -usubprocess...
2005-03-03 Peter AstrandOptimization for communicate(): If only one of stdin...
2005-03-03 Peter AstrandAdded three more testcases: Using communicate with...
2005-03-03 Fred Drakeminor edits:
2005-03-03 Raymond HettingerSF bug #1155938: Missing None check for __init__().
next