]> granicus.if.org Git - python/shortlog
python
2007-02-01 Raymond HettingerBug #1648179: set.update() not recognizing __iter__...
2007-01-31 Georg Brandl[Patch #783050 from Patrick Lynch] The emulation of...
2007-01-30 Georg BrandlBug #1648191: typo in docs.
2007-01-27 Georg BrandlBug #1645944: os.access now returns bool but docstring...
2007-01-27 Georg BrandlPatch #1638243: the compiler package is now able to...
2007-01-26 Fred Drakefix typo (extraneous ")")
2007-01-25 Brett CannonBackport fix for bug #1643943.
2007-01-25 Thomas HellerMerged revisions 53556 via svnmerge from
2007-01-24 Andrew M. KuchlingStrengthen warning about using lock()
2007-01-23 Brett CannonClarify bug #1377858 entry.
2007-01-23 Brett CannonIf you created a weakref in an object's __del__ method...
2007-01-23 Martin v. LöwisMake PyTraceBack_Here use the current thread, not the
2007-01-23 Thomas WoutersBackport trunk revision 53527:
2007-01-22 Georg BrandlBug #1627316: handle error in condition/ignore pdb...
2007-01-22 Georg BrandlBug #1249573: fix rfc822.parsedate not accepting a...
2007-01-22 Andrew M. Kuchling[Bug #1633678] Improve pattern used for mbox 'From...
2007-01-22 Andrew M. KuchlingMake comment match the code
2007-01-22 Andrew M. Kuchling[Bug #1552726] Avoid unnecessary polling at the interpr...
2007-01-22 Andrew M. KuchlingUpdate version of What's New
2007-01-21 Peter AstrandAvoid O(N**2) bottleneck in _communicate_(). Fixes...
2007-01-21 Georg BrandlPatch #1627441: close sockets properly in urllib2.
2007-01-21 Georg BrandlBug #1486663: don't reject keyword arguments for subcla...
2007-01-20 Martin v. LöwisAdd /GS- to Itanium build.
2007-01-20 Martin v. LöwisAdd /GS- flags for AMD64.
2007-01-19 Raymond HettingerSF# 1635892: Fix docs for betavariate's input parameters .
2007-01-19 Martin v. LöwisAdd UUIDs for 2.5.1 and 2.5.2
2007-01-19 Martin v. LöwisPrefix AST symbols with _Py_. Fixes #1637022.
2007-01-19 Neal NorwitzSF #1635217, Fix unbalanced paren
2007-01-18 Neal NorwitzAdd a comment for some code I don't understand. Why...
2007-01-17 Georg BrandlBug #1629125: fix wrong data type (int -> Py_ssize_t...
2007-01-17 Georg BrandlBug #1637967: missing //= operator in list.
2007-01-17 Andrew M. Kuchling[Part of bug #1599254] Add suggestion to Mailbox docs...
2007-01-17 Thomas HellerBug #1610795: ctypes.util.find_library works now on...
2007-01-17 Thomas HellerMerged revisions 53402 via svnmerge from
2007-01-17 Thomas HellerMerged revisions 53466 via svnmerge from
2007-01-13 Peter AstrandFix for bug #1634343: allow specifying empty arguments...
2007-01-12 Thomas HellerBlocked revisions 53361 via svnmerge
2007-01-12 Thomas HellerBlocked revisions 52388 via svnmerge
2007-01-12 Thomas HellerBlocked revisions 52945,53358 via svnmerge
2007-01-11 Raymond HettingerSF #1486663 -- Allow keyword args in subclasses of...
2007-01-11 Matthias Klose- idle: Honor the "Cancel" action in the save dialog...
2007-01-11 Matthias Klose- Make the documentation match the code and the docstring
2007-01-10 Thomas HellerMust update the version number on the extension module...
2007-01-10 Thomas HellerChange the ctypes version number to "1.0.2".
2007-01-09 Thomas HellerMerged revisions 53316 via svnmerge from
2007-01-08 Raymond HettingerFix zero-length corner case for iterating over a mutati...
2007-01-08 Vinay SajipBackported changes from trunk:
2007-01-08 Vinay SajipBackported change from trunk:
2007-01-08 Vinay SajipAdded relativeCreated to Formatter doc (has been in...
2007-01-07 Peter AstrandRe-implemented fix for #1531862 once again, in a way...
2007-01-06 Anthony Baxterupdate to (c) years to include 2007
2007-01-05 Thomas HellerRevisions 52418,52841,52855 have already been merged.
2007-01-05 Thomas HellerBlocked revisions 52945 via svnmerge
2007-01-05 Thomas HellerMark changes already backported as merged, so "svnmerge...
2007-01-05 Thomas HellerInitialized merge tracking via "svnmerge" with revision...
2007-01-05 Andrew M. Kuchling[Bug #1622533] Make docstrings raw strings because...
2007-01-05 Gregory P.... typo fix
2007-01-05 Neal NorwitzBackport:
2007-01-05 Gregory P.... support linking the _bsddb extension module against...
2007-01-04 Martin v. LöwisBug #1566280: Explicitly invoke threading._shutdown...
2007-01-04 Raymond HettingerFix stability of heapq's nlargest() and nsmallest().
2007-01-04 Neal NorwitzSF #1627373, fix typo in CarbonEvt.
2006-12-29 Raymond HettingerFor sets with cyclical reprs, emit '...' instead of...
2006-12-29 Thomas WoutersBackport trunk checkin r51565:
2006-12-29 Neal NorwitzSF bug #1623890, fix argument name in docstring
2006-12-28 Neal NorwitzRemove a stray (old) macro name left around (I guess)
2006-12-27 Lars GustäbelPatch #1504073: Fix tarfile.open() for mode "r" with...
2006-12-23 Lars GustäbelPatch #1262036: Prevent TarFiles from being added to...
2006-12-23 Lars GustäbelPatch #1230446: tarfile.py: fix ExFileObject so that...
2006-12-22 Andrew M. Kuchling[Patch #827559 from Chris Gonnerman] Make SimpleHTTPSer...
2006-12-22 Andrew M. Kuchling[Bug #737202; fix from Titus Brown] Make CGIHTTPServer...
2006-12-21 Thomas HellerFix wrong markup of an argument in a method signature.
2006-12-21 Andrew M. KuchlingMention the os.SEEK_* constants
2006-12-20 Andrew M. Kuchling[Bug #1619680] in_dll() arguments are documented in...
2006-12-20 Andrew M. KuchlingBackport doc changes from rev. 53112, 53115: use 'itera...
2006-12-20 Andrew M. KuchlingTwo grammar fixes
2006-12-20 Raymond HettingerBug #1590891: random.randrange don't return correct...
2006-12-19 Vinay SajipUpdated documentation for findCaller() to indicate...
2006-12-19 Andrew M. Kuchling[Patch #1600491 from Jim Jewett] Describe how to build...
2006-12-19 Andrew M. KuchlingAdd NEWS item
2006-12-19 Andrew M. Kuchling[Patch #1617413 from Dug Song] Fix HTTP Basic authentic...
2006-12-18 Andrew M. KuchlingAdd forgotten NEWS item for previous commit
2006-12-18 Andrew M. Kuchling[Patch #1615868 by Lars Gustaebel] Use Py_off_t to...
2006-12-18 Andrew M. Kuchling[Bug #1618083] Add missing word; make a few grammar...
2006-12-14 Andrew M. Kuchling[Patch #1599256 from David Watson] check that os.fsync...
2006-12-14 Vinay SajipStripped whitespace from comma-separated values read...
2006-12-11 Georg BrandlMove errno imports back to individual functions.
2006-12-09 Matthias Klose- Fix the build of the library reference in info format.
2006-12-09 Georg BrandlPatch #1608267: fix a race condition in os.makedirs...
2006-12-08 Georg Brandl#1577756: svnversion doesn't react to LANG=C, use LC_AL...
2006-12-08 Thomas HellerPrint the results of ctypes.util.find_library("c") and
2006-12-08 Raymond HettingerBackport fixes to set objects:
2006-12-07 Georg BrandlRFE #1592899: mention string.maketrans() in docs for...
2006-12-06 Georg BrandlPatch #1610437: fix a tarfile bug with long filename...
2006-12-05 George YoshidaFix pickle doc typo
2006-12-03 Matthias Klose- Fix build failure on kfreebsd and on the hurd.
2006-12-03 Martin v. LöwisPatch #1544279: Improve thread-safety of the socket...
2006-12-02 Raymond HettingerFix nit in comment.
2006-11-29 Armin RigoBackport of r52862.
2006-11-28 Thomas HellerFix #1563807: _ctypes built on AIX fails with ld ffi...
next