]> granicus.if.org Git - python/shortlog
python
2008-03-23 Neal NorwitzTry to prevent the alarm going off early in tearDown
2008-03-23 Neal NorwitzMove itertools before future_builtins since the latter...
2008-03-23 Neal NorwitzSuppress failure (to avoid a flaky test) if we cannot...
2008-03-23 Neal NorwitzFix test_tarfile failures on Alpha (Tru64). The proble...
2008-03-23 Neal NorwitzSkip the epoll test if epoll() does not work
2008-03-23 Neal NorwitzSpeed up the test by avoiding socket timeouts.
2008-03-23 Neal NorwitzTry to make this test a little more robust and not...
2008-03-23 Raymond HettingerSimplify demo code.
2008-03-22 Georg BrandlEnable doctest running for several other documents.
2008-03-22 Georg BrandlEnable doctests in functions.rst. Already found two...
2008-03-22 Georg BrandlTest doctests in operator docs.
2008-03-22 Georg BrandlTest doctests in datetime docs.
2008-03-22 Georg BrandlMake collections' doctests executable.
2008-03-22 Georg BrandlFix-up syntax problems.
2008-03-22 Georg BrandlNo need to specify explicit "doctest_block" anymore.
2008-03-22 Georg BrandlMake more doctests in pprint docs testable.
2008-03-22 Georg BrandlMake doctests in re docs usable with sphinx' doctest.
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...
next