]> granicus.if.org Git - python/shortlog
python
2007-05-31 Brett CannonHave the sha module raise a DeprecationWarning as speci...
2007-05-31 Neal NorwitzAdd some spaces in the example code.
2007-05-30 Brett CannonHave md5 raise a DeprecationWarning as per PEP 4.
2007-05-30 Brett CannonHave mimify raise a DeprecationWarning. The docs and...
2007-05-30 Brett CannonHave MimeWriter raise a DeprecationWarning as per PEP...
2007-05-30 Thomas HellerCorrect the name of a field in the WIN32_FIND_DATAA...
2007-05-30 Thomas HellerFix compiler warnings.
2007-05-30 Neal NorwitzFix indentation (whitespace only).
2007-05-29 Neal NorwitzFix typo in doc
2007-05-29 Georg BrandlFix rst markup.
2007-05-29 Martin v. LöwisRevert 55634.
2007-05-29 Martin v. LöwisTest pre-commit hook for a link to a .py file.
2007-05-28 Raymond HettingerExplain when groupby() issues a new group.
2007-05-27 Lars GustäbelAdded errors argument to TarFile class that allows...
2007-05-27 Neal NorwitzAdd the new function object attribute names from py3k.
2007-05-26 Peter AstrandApplied patch 1669481, slightly modified: Support close...
2007-05-26 Walter DörwaldFix typo.
2007-05-26 Kristján Valur... Include <windows.h> after python.h, so that WINNT is...
2007-05-26 Kristján Valur... Remove the rgbimgmodule from PCBuild8
2007-05-25 Brett CannonRemove direct call's to file's constructor and replace...
2007-05-25 Vinay SajipUpdated documentation for SysLogHandler (#1720726).
2007-05-25 Vinay SajipUpdated docstring for SysLogHandler (#1720726).
2007-05-25 Neal NorwitzGet test passing again by commenting out the reference...
2007-05-25 Facundo BatistaCommenting out the tests until find out who can test...
2007-05-25 Facundo BatistaFixing stupid error, and introducing a sleep, to see...
2007-05-25 Facundo BatistaTrying to make the tests work in Windows and Solaris...
2007-05-24 Facundo BatistaLet's see if reading exactly what is written allow...
2007-05-24 Facundo BatistaRemoved the .recv() in the test, is not necessary,...
2007-05-24 Facundo BatistaAdded an optional timeout parameter to urllib.ftpwrappe...
2007-05-24 Georg BrandlFix parameter passing.
2007-05-24 Georg Brandlshlex.split() now has an optional "posix" parameter.
2007-05-23 Neal NorwitzAdd a bunch more deprecation warnings for builtins...
2007-05-23 Neal NorwitzWhitespace cleanup
2007-05-23 Neal NorwitzAdd -3 option to the interpreter to warn about features...
2007-05-23 Mark HammondRemove definition of PY_UNICODE_TYPE from pyconfig...
2007-05-22 Georg BrandlRemove the "panel" module doc file which has been ignor...
2007-05-22 Neal NorwitzStop using METH_OLDARGS implicitly
2007-05-22 Neal NorwitzStop using METH_OLDARGS
2007-05-22 Neal NorwitzDocument new params to HTTPSConnection
2007-05-21 Georg BrandlPatch #1686487: you can now pass any mapping after...
2007-05-21 Facundo BatistaAdded timeout support to HTTPSConnection, through the
2007-05-21 Raymond HettingerAllow all alphanumeric and underscores in type and...
2007-05-21 Raymond HettingerReplace assertion with straight error-checking.
2007-05-21 George Yoshidafix against r55474 [Remove the macfs module]
2007-05-21 Martin v. LöwisAdd Alexandre Vassalotti.
2007-05-21 Andrew M. KuchlingNote removed modules
2007-05-20 Brett CannonCause posixfile to raise a DeprecationWarning. Documen...
2007-05-20 Brett CannonMove imgfile import to the global namespace to trigger...
2007-05-20 Brett CannonRemove the macfs module. This led to the deprecation...
2007-05-20 Brett CannonTry to remove rgbimg from Windows builds.
2007-05-20 Neal NorwitzUpdate directories/files at the top-level.
2007-05-20 Neal Norwitzrotor is long gone.
2007-05-20 Nick CoghlanFix typo in example (should be backported, but my maint...
2007-05-20 Brett CannonRemove the rgbimg module. It has been deprecated since...
2007-05-19 Georg BrandlFix docstring for add_package in site.py.
2007-05-19 Neal NorwitzGive some clue as to what happened if the test fails.
2007-05-19 Neal NorwitzWhoops, need to pay attention to those test failures.
2007-05-19 Neal NorwitzClear data so random memory does not get freed. Will...
2007-05-19 Raymond HettingerFix beginner mistake -- don't mix spaces and tabs.
2007-05-19 Raymond HettingerImprovements to NamedTuple's implementation, tests...
2007-05-18 Collin WinterBackport PEP 3110's new 'except' syntax to 2.6.
2007-05-18 Neal NorwitzVerify neither dumps or loads overflow the stack and...
2007-05-17 Fred Drakefix argument name in documentation; match the implement...
2007-05-17 Neal NorwitzLast try for tweaking the max stack depth. 5000 was...
2007-05-17 Neal NorwitzSet the depth to something very small to try to determi...
2007-05-17 Neal NorwitzReduce the max stack depth to see if this fixes the...
2007-05-17 Brett CannonComplete deprecation of BaseException.message. Some...
2007-05-17 Raymond Hettingercalendar.py gets no benefit from xrange() instead of...
2007-05-16 Brett CannonRemove the gopherlib module. It has been raising a...
2007-05-16 Neal NorwitzFix bug in marshal where bad data would cause a segfaul...
2007-05-16 Georg BrandlBug #1719995: don't use deprecated method in sets example.
2007-05-16 Brett CannonChange the maintainer of the BeOS port.
2007-05-16 Neal NorwitzMention removal of some directories for obsolete platforms
2007-05-16 Neal NorwitzPort rev 55353 from Guido:
2007-05-15 Georg BrandlHTML-escape the plain traceback in cgitb's HTML output...
2007-05-14 Raymond HettingerSmall speedup.
2007-05-13 Neal NorwitzRemove support for freebsd[23] which haven't been relea...
2007-05-13 Neal NorwitzRemove references to stdwin which was removed long...
2007-05-13 Neal NorwitzRemove Amoeba doc which was removed in version 1.0...
2007-05-13 Georg BrandlAdd bz2 to content encodings.
2007-05-12 Georg BrandlBug #1046945: document SWIG options of distutils.
2007-05-11 Raymond HettingerBetter tests for posixpath.commonprefix
2007-05-11 Georg BrandlUpdate DDJ link.
2007-05-11 Georg BrandlPatch #1714700: clarify os.linesep vs. tfiles opened...
2007-05-11 Georg BrandlRemove an XXX that is unnecessary.
2007-05-11 Neal NorwitzDeprecate os.popen* and popen2 module in favor of the...
2007-05-11 Neal NorwitzDeprecate os.popen* and popen2 module in favor of the...
2007-05-11 Neal NorwitzRemove trailing whitespace in docstring
2007-05-11 Neal NorwitzFix typo in docstring (the module is popen2, not 3).
2007-05-11 Neal NorwitzDon't ever report a failure when the sum of the referen...
2007-05-10 Guido van RossumFix a bug in test_c_api() that caused a negative refcount.
2007-05-09 Walter DörwaldBackport checkin:
2007-05-09 Neal NorwitzAdd markup for True/False. Will backport
2007-05-09 Collin WinterFix a bug in test.test_support.open_urlresource().
2007-05-07 Kristján Valur... As per Armin Rigo's suggestion, remove special handing...
2007-05-07 Neal NorwitzVerify changes to the trunk go to the normal checkins...
2007-05-06 Vinay SajipUpdates of recent changes to logging.
2007-05-05 Georg BrandlBug #1713535: typo in logging example.
2007-05-05 Brett CannonDeprecate BaseException.message as per PEP 352.
2007-05-04 Thomas HellerOops, these tests do not run on Windows CE.
next