]> granicus.if.org Git - python/shortlog
python
2008-03-27 Christian HeimesHopefully added _fileio module to the Windows build...
2008-03-27 Benjamin Petersonadd commas for introductory clauses
2008-03-26 Christian HeimesUse the new unicode literals for the io module
2008-03-26 Amaury Forgeot... C89 compliance: Microsoft compilers want variable decla...
2008-03-26 Christian HeimesI forgot to svn add the future test
2008-03-26 Christian HeimesInitialize PyCompilerFlags cf_flags with 0
2008-03-26 Christian HeimesSurround p_flags access with #ifdef PY_PARSER_REQUIRES_...
2008-03-26 Christian HeimesPatch #2477: Added from __future__ import unicode_literals
2008-03-26 Mark DickinsonTypo: "objects reference count" -> "object's reference...
2008-03-26 Georg BrandlFix and simplify error handling, silencing a compiler...
2008-03-26 Christian HeimesUpdated Misc/NEWS
2008-03-26 Christian HeimesRemoved merge tracking for "svnmerge" for
2008-03-26 Christian HeimesRemoved merge tracking for "svnmerge" for
2008-03-26 Christian HeimesMerged revisions 61750,61752,61754,61756,61760,61763...
2008-03-26 Christian HeimesPrepare integration of bytearray backport branch
2008-03-26 Benjamin PetersonAdded help options to PDB
2008-03-26 Georg BrandlAdd an example for an RFC 822 continuation.
2008-03-26 Georg BrandlAdd Josiah.
2008-03-26 Jerry SeutterChanged test so it no longer runs as a side effect...
2008-03-26 Jerry SeutterChanged test so it no longer runs as a side effect...
2008-03-26 Neal NorwitzEnsure that the mailbox is closed to prevent problems...
2008-03-26 Jerry SeutterChanged test so it no longer runs as a side effect...
2008-03-26 Neal NorwitzTry to get this test to be less flaky. It was failing...
2008-03-26 Andrew M. KuchlingAdd various items
2008-03-26 Andrew M. KuchlingMinor docstring typos
2008-03-25 Benjamin PetersonOpps! I merged the revisions, but forgot to add
2008-03-25 Thomas HellerMake _ctypes.c PY_SSIZE_T_CLEAN.
2008-03-25 Benjamin PetersonMerged the ACKS from py3k
2008-03-25 Mark DickinsonIssue #2482: Make sure that the coefficient of a Decimal
2008-03-25 Georg BrandlAdd Benjamin.
2008-03-25 Mark DickinsonIssue #2478: Decimal(sqrt(0)) failed when the decimal...
2008-03-25 Georg BrandlMove declarations to block start.
2008-03-25 Georg Brandl#2476: document that %default feature is new in 2.4.
2008-03-25 Georg Brandl#2359: add Py3k warning for array.read/array.write.
2008-03-25 Georg BrandlFix tabs.
2008-03-25 Georg BrandlMake Py3k warnings consistent w.r.t. punctuation; also...
2008-03-25 Georg Brandl#2355: py3k warning for buffer().
2008-03-25 Gregory P.... On platforms without zlib, make this do the right thing...
2008-03-25 Gregory P.... Use a 32-bit unsigned int here, a long is not needed.
2008-03-25 Georg Brandl#868845: document <...> reprs.
2008-03-25 Neal NorwitzTry to get this test to be more stable:
2008-03-25 Neal NorwitzDon't try to close a non-open file.
2008-03-25 Gregory P.... A stab in the dark attempt to fix the alpha/tru64 build...
2008-03-25 Neal NorwitzTry to fix a bunch of compiler warnings on Win64.
2008-03-25 Neal NorwitzFix a bunch of UnboundLocalErrors when the tests fail.
2008-03-24 Amaury Forgeot... Issue2469: Correct a typo I introduced at r61793: compi...
2008-03-24 Christian HeimesAdded quick hack for bzr
2008-03-24 Christian HeimesAdded quick hack for bzr
2008-03-24 Martin v. LöwisConditionalize sys/time.h inclusion.
2008-03-24 Martin v. LöwisPatch #2240: Implement signal.setitimer and signal...
2008-03-24 Martin v. LöwisInstall 2to3 script.
2008-03-24 Georg Brandl#1700821: add a note to audioop docs about signedness...
2008-03-24 Raymond HettingerIssue 2460: Make Ellipsis objects copyable.
2008-03-24 Raymond HettingerTighten documentation for Random.triangular.
2008-03-24 Martin v. LöwisMerged revisions 61724-61824 via svnmerge from
2008-03-24 Gregory P.... Have the binascii module use zlib's optimized crc32...
2008-03-23 Gregory P.... prevent a warning from the struct module when data...
2008-03-23 Gregory P.... A bugfix for r61813, it would fail if the data size...
2008-03-23 Gregory P.... replace calls to get the initial values with the raw...
2008-03-23 Gregory P.... Fix gzip to deal with CRC's being signed values in...
2008-03-23 Gregory P.... Revert r61779 - It undid correct code and caused test_z...
2008-03-23 Raymond HettingerAdopt Nick's suggestion for useful default arguments.
2008-03-23 Raymond HettingerIssue 1681432: Add triangular distribution the random...
2008-03-23 Amaury Forgeot... #1477: ur'\U0010FFFF' raised in narrow unicode builds.
2008-03-23 Georg BrandlMake the doctests presentation-friendlier.
2008-03-23 Neal NorwitzRemove compiler warnings (on Alpha at least) about...
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().
next