]> granicus.if.org Git - python/shortlog
python
2008-03-22 Georg BrandlTest decimal.rst doctests as far as possible with sphin...
2008-03-22 Georg BrandlFixup this HOWTO's doctest blocks so that they can...
2008-03-22 Georg BrandlAllow giving source names on the cmdline.
2008-03-22 Georg BrandlActivate the Sphinx doctest extension and convert howto...
2008-03-22 Georg Brandl#1918: document that weak references *to* an object are
2008-03-22 Alexandre VassalottiAdded warning for the removal of 'hotshot' in Py3k.
2008-03-22 Facundo BatistaSmall fix that complicated the test actually when that
2008-03-22 Martin v. LöwisInstall lib2to3.
2008-03-22 Martin v. LöwisMerged revisions 61602-61723 via svnmerge from
2008-03-21 Christian HeimesApplied patch #1657 epoll and kqueue wrappers for the...
2008-03-21 Georg BrandlAdd missing versionadded tag.
2008-03-21 Steven BethardReplace hack in regrtest.py with use of sys.py3kwarning.
2008-03-21 Georg BrandlUpdate doc ACKS.
2008-03-21 Georg Brandl#2160: document PyImport_GetImporter.
2008-03-21 Georg Brandl#2348: add py3k warning for file.softspace.
2008-03-21 Georg Brandl#2346/#2347: add py3k warning for __methods__ and __mem...
2008-03-21 Georg Brandl#2358: add py3k warning to sys.exc_clear().
2008-03-21 Georg BrandlIssue #2432: give DictReader the dialect and line_num...
2008-03-21 Georg Brandl#2136: allow single quotes in realm spec.
2008-03-21 Georg BrandlAdd docs for print_function and future_builtins. Fixes...
2008-03-21 Georg BrandlAdd docs for __func__ and __self__ on methods.
2008-03-21 Georg BrandlFix a code block in __future__ docs.
2008-03-21 Jeffrey YasskinSpeed test_threading up from 14s to .5s, and avoid...
2008-03-21 Jeffrey YasskinTry to fix test_signal on FreeBSD. I'm assuming that...
2008-03-21 Georg BrandlFix markup.
2008-03-21 Georg BrandlMark the descitems in the tutorial as "noindex" so...
2008-03-21 Jeffrey YasskinTry to fix test_signal breakages on Linux due to r61687...
2008-03-21 Jeffrey YasskinSpeed up test_signal from ~24s to 4s by avoiding nearly...
2008-03-20 Eric SmithComment how 'from __future__ import print_function...
2008-03-20 Eric SmithFixed PEP name.
2008-03-20 Andrew M. KuchlingAdd lots of items
2008-03-20 Marc-André... Clarfiy the availability of the extended support for...
2008-03-20 Marc-André... Add news items for platform module changes.
2008-03-20 Marc-André... Add documentation for updated Windows support in win32_...
2008-03-20 Marc-André... If Mark Hammonds win32 tools are not available, try...
2008-03-20 Brett CannonGave Jerry Seutter svn access for general Python develo...
2008-03-20 Georg Brandl#2383: remove obsolete XXX comment in stat.py.
2008-03-20 Gregory P.... Attempt to fix the Solaris Sparc 10 buildbot. It was...
2008-03-20 Sean ReifscheiderIssue 2188: Documentation hint about disabling proxy...
2008-03-20 Trent NelsonRevert r61650; the intent of this commit was to try...
2008-03-20 Sean ReifscheiderForgot to add NEWS item about smtplib SSL readline...
2008-03-20 Sean ReifscheiderIssue #2143: Fix embedded readline() hang on SSL socket...
2008-03-19 Gregory P.... Prevent ioctl op codes from being sign extended from...
2008-03-19 Brett CannonMake sure that the warnings filter is not reset or...
2008-03-19 Trent NelsonBump the SIGALM delay from 3 seconds to 20 seconds...
2008-03-19 Raymond HettingerRemove unnecessary traceback save/restore pair.
2008-03-19 Trent NelsonComment out tcltk/tcltk64 removal.
2008-03-19 Gregory P.... Improve the error message when the CRCs don't match.
2008-03-19 Trent NelsonForce a clean of the tcltk/tcltk64 directories now...
2008-03-19 Trent NelsonFix the x64 Windows build environment used by the build...
2008-03-19 Raymond HettingerRemove itertools warnings I had added before the 2...
2008-03-19 Raymond HettingerThe filter() function does support a None argument...
2008-03-19 Raymond HettingerIssue 2354: Fix-up compare warning. Patch contributed...
2008-03-19 Brett CannonUse sys.py3kwarning instead of trying to trigger a...
2008-03-19 Brett Cannontest_nis would fail if test.test_support.verbose was...
2008-03-19 Thomas HellerCheckout sqlite-source when it is not there.
2008-03-19 Eric SmithTrivial typo.
2008-03-19 Eric SmithUse test.test_support.captured_stdout instead of a...
2008-03-19 Trent NelsonLets have another try at getting the Windows buildbots...
2008-03-19 Trent NelsonFix the tcl-8.4.18.1 path and make sure we cd into...
2008-03-19 Georg BrandlAnother one.
2008-03-19 Georg BrandlRemove footnote from versionchanged as it upsets LaTeX.
2008-03-19 Trent NelsonRemove extraneous apostrophe and semi-colon from Additi...
2008-03-19 Trent NelsonRefine the Visual Studio 2008 build solution in order...
2008-03-19 Trent NelsonIssue2290: Support x64 Windows builds that live in...
2008-03-19 Martin v. LöwisImport relimport using a relative import.
2008-03-19 Martin v. LöwisMerged revisions 61598-61599,61601 via svnmerge from
2008-03-19 Martin v. LöwisInitialized merge tracking via "svnmerge" with revision...
2008-03-19 Martin v. LöwisImport lib2to3.
2008-03-19 Martin v. LöwisIssue #2400: Allow relative imports to "import *".
2008-03-19 Raymond HettingerFix compiler warning.
2008-03-19 Gregory P.... Fix the struct module DeprecationWarnings that zipfile...
2008-03-19 Eric SmithAnother test for __future__ print_function.
2008-03-19 David WoleverAdded zip, map, filter to future_bultins (#2171)
2008-03-19 David WoleverAdded my name to ACKS
2008-03-19 Eric SmithFixed compiler module so __future__ print_function...
2008-03-19 Gregory P.... Use zlib's crc32 routine instead of binascii when avail...
2008-03-19 Gregory P.... Mention that crc32 and adler32 are available in a diffe...
2008-03-19 Andrew M. KuchlingAdd Jeff Rush
2008-03-18 Eric SmithBackport of the print function, using a __future__...
2008-03-18 Raymond HettingerIssue: 2354: Add 3K warning for the cmp argument to...
2008-03-18 Raymond HettingerSpeed-up isinstance() for one easy case.
2008-03-18 Gregory P.... Add a test to make sure zlib.crc32 and binascii.crc32...
2008-03-18 Steven BethardAdd py3k warnings for code and method inequality compar...
2008-03-18 Steven BethardHave regrtest skip test_py3kwarn when the -3 flag is...
2008-03-18 David WoleverAdded a warning when -3 is enabled and None is passed...
2008-03-18 Brett CannonIgnore BIG5HKSCS-2004.TXT which is downloaded as part...
2008-03-18 Gregory P.... news entry for the chown fix
2008-03-18 Neal NorwitzImport the test properly. This is especially important...
2008-03-18 Steven BethardFix test_atexit so that it still passes when -3 is...
2008-03-18 Gregory P.... Fix chown on 64-bit linux. It needed to take a long...
2008-03-18 Steven Bethard_have_soundcard() is a bad check for winsound.Beep...
2008-03-18 Steven Bethardcell_compare needs to return -2 instead of NULL.
2008-03-18 Neal NorwitzGet regrtest working when re-running tests
2008-03-18 Steven BethardAdd py3k warnings for object, type, cell and dict compa...
2008-03-18 Brett CannonAdd Tools/scripts/patchcheck.py. Invoked from ``make...
2008-03-18 Sean ReifscheiderIssue 1577: shutil.move() where destination is a direct...
2008-03-18 Brett CannonCast the arguments to PyString_AsStringAndSize() to...
2008-03-18 Steven BethardUse test_support.unlink instead of os.unlink in tearDow...
2008-03-18 Brett CannonFix test_errno to only check for error numbers that...
next