]> granicus.if.org Git - python/shortlog
python
2007-01-13 Georg BrandlFix typo.
2007-01-13 Brett CannonDeprecate the sets module.
2007-01-12 Thomas Hellerpatch #1610795: BSD version of ctypes.util.find_library...
2007-01-12 Thomas Hellerpatch #1610795: BSD version of ctypes.util.find_library...
2007-01-12 Thomas HellerAvoid warnings in the test suite because ctypes.wintype...
2007-01-12 Anthony Baxteradd parsetok.h as a dependency - previously, changing...
2007-01-12 Brett CannonFix error where the end of a funcdesc environment was...
2007-01-11 Thomas HellerCorrect the comments: the code is right.
2007-01-11 Thomas HellerFixes for 64-bit Windows: In ctypes.wintypes, correct...
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 Guido van RossumFix the signature of log_error(). (A subclass that...
2007-01-10 Thomas HellerMust change the version number in the _ctypes extension...
2007-01-10 Thomas HellerChange the ctypes version number to "1.1.0".
2007-01-10 Gustavo NiemeyerMinor change in int() docstring for proper spacing.
2007-01-10 Gustavo NiemeyerMention in the int() docstring that a base zero has...
2007-01-09 Thomas HellerVerify the sizes of the basic ctypes data types against...
2007-01-09 Vinay SajipAdded a docstring
2007-01-09 Vinay SajipAdded entry about addition of _open() method to logging...
2007-01-09 Vinay SajipBug #1627575: Added _open() method to FileHandler which...
2007-01-08 Vinay SajipAdded entries about removal of some bare except clauses...
2007-01-08 Vinay SajipBare except clause removed from LogRecord.__init__...
2007-01-08 Vinay SajipBare except clause removed from SMTPHandler.emit()...
2007-01-08 Raymond HettingerFix zero-length corner case for iterating over a mutati...
2007-01-07 Peter AstrandAvoid O(N**2) bottleneck in _communicate_(). Fixes...
2007-01-07 Peter AstrandRe-implemented fix for #1531862 once again, in a way...
2007-01-06 Neal NorwitzAdd Josiah to SF for maintaining asyncore/asynchat
2007-01-06 Anthony Baxterupdate to (c) years to include 2007
2007-01-06 Raymond HettingerSF# 1409443: Expand comment to cover the interaction...
2007-01-05 Brett CannonSilence a warning from gcc 4.0.1 by specifying a functi...
2007-01-05 Andrew M. Kuchling[Patch #1520904] Fix bsddb tests to write to the temp...
2007-01-05 Andrew M. Kuchling[Bug #1622533] Make docstrings raw strings because...
2007-01-05 Neal NorwitzAdd Collin Winter for access to update PEP 3107
2007-01-05 Gregory P.... typo fix
2007-01-05 Neal NorwitzPrevent crash on shutdown which can occur if we are...
2007-01-05 Gregory P.... bump module version to match supported berkeleydb version
2007-01-05 Gregory P.... Support linking of the bsddb module against BerkeleyDB...
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.
2007-01-04 Brett CannonAdd EnvironmentVarGuard to test.test_support. Provides...
2006-12-30 Raymond HettingerFor sets with cyclical reprs, emit an ellipsis instead...
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-27 Andrew M. Kuchling[Rest of patch #1182394] Add ._current() method so...
2006-12-27 Andrew M. Kuchling[Part of patch #1182394] Move the HMAC blocksize to...
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. KuchlingFrak; this test also fails
2006-12-22 Andrew M. KuchlingDarn; this test works when you run test_pty.py directly...
2006-12-22 Andrew M. Kuchling[Patch #827559 from Chris Gonnerman] Make SimpleHTTPSer...
2006-12-22 Andrew M. Kuchling[Patch #783050 from Patrick Lynch] The emulation of...
2006-12-22 Andrew M. Kuchling[Bug #776202] Apply Walter Doerwald's patch to use...
2006-12-22 Andrew M. Kuchling[Bug #802128 continued] Modify mode depending on the...
2006-12-22 Andrew M. Kuchling[Bug #802128] Make the mode argument of dumbdbm actuall...
2006-12-22 Andrew M. Kuchling[Bug #737202; fix from Titus Brown] Make CGIHTTPServer...
2006-12-22 Andrew M. KuchlingTypo fix
2006-12-21 Thomas HellerFix wrong markup of an argument in a method signature.
2006-12-21 Walter DörwaldFix typo.
2006-12-21 Andrew M. KuchlingMention the os.SEEK_* constants
2006-12-21 Neal NorwitzLars asked for permission on on python-dev for work...
2006-12-20 Andrew M. Kuchling[Bug #1619680] in_dll() arguments are documented in...
2006-12-20 Andrew M. KuchlingSome other built-in functions are described with 'seque...
2006-12-20 Andrew M. KuchlingTwo grammar fixes
2006-12-20 Andrew M. Kuchling[Bug #1619674] Make sum() use the term iterable, not...
2006-12-20 Andrew M. Kuchling[Apply length-checking.diff from bug #1599254]
2006-12-20 Georg BrandlTestcase for patch #1484695.
2006-12-20 Raymond HettingerBug #1590891: random.randrange don't return correct...
2006-12-19 Georg BrandlPatch #1484695: The tarfile module now raises a HeaderE...
2006-12-19 Vinay SajipUpdated documentation for findCaller() to indicate...
2006-12-19 Andrew M. Kuchling[Patch #1587139 by kxroberto] Protect lock acquisition...
2006-12-19 Andrew M. Kuchling[Patch #1600491 from Jim Jewett] Describe how to build...
2006-12-19 Andrew M. Kuchling[Patch #1617413 from Dug Song] Fix HTTP Basic authentic...
2006-12-19 Andrew M. KuchlingComment typo
2006-12-19 Andrew M. Kuchling[Bug #1613651] Document socket.recv_into, socket.recvfr...
2006-12-19 Andrew M. Kuchling[Patch #1618455 by Ben Maurer] Improve speed of HMAC...
2006-12-19 Thomas WoutersMake sre's SubPattern objects accept slice objects...
2006-12-18 Andrew M. KuchlingFix markup
2006-12-18 Andrew M. Kuchling[Patch #1615868 by Lars Gustaebel] Use Py_off_t to...
2006-12-18 Andrew M. KuchlingDescribe new methods in Queue module
2006-12-18 Andrew M. Kuchling[Bug #1616726] Fix description of generator.close(...
2006-12-18 Andrew M. KuchlingBump version
2006-12-18 Andrew M. Kuchling[Bug #1618083] Add missing word; make a few grammar...
2006-12-15 Kurt B. Kaiser1. Avoid hang when encountering a duplicate in a comple...
2006-12-14 Andrew M. Kuchling[Patch #1599256 from David Watson] check that os.fsync...
2006-12-14 Vinay SajipAdded news on recent changes to logging
2006-12-14 George YoshidaNote that guard_warnings_filter was added in 2.6
2006-12-13 Brett CannonAdd test.test_support.guard_warnings_filter . This...
2006-12-13 Brett CannonRemove unneeded imports of 'warnings'.
2006-12-13 Brett CannonRemove an unneeded import of 'warnings'.
2006-12-12 Walter DörwaldFix typo.
2006-12-11 Vinay SajipPatch by "cuppatea" (SF #1503765)
2006-12-11 Vinay SajipPatch by Jeremy Katz (SF #1609407)
2006-12-11 Georg BrandlMove errno imports back to individual functions.
2006-12-11 Neal NorwitzFix a typo
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...
next