]> granicus.if.org Git - python/shortlog
python
2008-03-29 Raymond HettingerBe explicit about what efficient means.
2008-03-29 Georg BrandlBackport #1442: report exception when startup file...
2008-03-29 Amaury Forgeot... Correctly call the base class tearDown();
2008-03-29 Amaury Forgeot... Revert my experiment. I found one reason of failures...
2008-03-29 Gerhard HäringBrought documentation for sqlite3 module up-to-date...
2008-03-29 Amaury Forgeot... At least let the module compile
2008-03-29 Amaury Forgeot... Try to understand why most buildbots suddenly turned...
2008-03-28 Benjamin PetersonNIL => NULL
2008-03-28 Amaury Forgeot... One #ifdef too much, and I broke all windows buildbots:
2008-03-28 Amaury Forgeot... Repair compilation for Visual Studio 2005.
2008-03-28 Benjamin Peterson#2498 modernized try, except, finally statements in bdb
2008-03-28 Amaury Forgeot... Fix a reference leak found by Georg, when compiling...
2008-03-28 Georg BrandlSilence compiler warning at the source.
2008-03-28 Amaury Forgeot... Silence a compilation warning
2008-03-28 Gregory P.... These svn adds were forgotten in r62000
2008-03-28 Gerhard HäringUpdate sqlite3 module to match current version of pysqlite.
2008-03-28 Georg Brandl#2502: add example how to do enum types with named...
2008-03-28 Georg BrandlDon't use the confusing term "set membership".
2008-03-28 Georg BrandlPhase out has_key usage in the tutorial; correct docs...
2008-03-28 Georg BrandlPatch #1810 by Thomas Lee, reviewed by myself:
2008-03-28 Gregory P.... Accept patch issue2426 by Paul Kippes (kippesp).
2008-03-28 Georg Brandl#2406: add examples to gzip docs.
2008-03-28 Gregory P.... This patch moves some tests from test_urllib2_net to...
2008-03-28 Neal NorwitzName the main method correctly so the test is run
2008-03-28 Neal NorwitzBug 1503: Get the test to pass on OSX. This should...
2008-03-28 Neal NorwitzFix compiler warning about finite() missing on Solaris.
2008-03-28 Martin v. LöwisMerged revisions 61825-61989 via svnmerge from
2008-03-28 Martin v. LöwisRun 2to3 tests.
2008-03-28 Martin v. LöwisDisable test that depends on #2412 being fixed.
2008-03-28 Neal NorwitzRevert r61969 which added casts to Py_CHARMASK to avoid...
2008-03-28 Jeffrey YasskinPrint more information the next time test_socket throws...
2008-03-28 Neal NorwitzAllow use of other ports so the test can pass if 9091...
2008-03-28 Jeffrey YasskinKill a race in test_threading in which the exception...
2008-03-28 Amaury Forgeot... test_future3.py is a regular test file, and should...
2008-03-27 Amaury Forgeot... Issue2495: tokenize.untokenize did not insert space...
2008-03-27 Georg BrandlThe bug for which there was a test in outstanding_bugs...
2008-03-27 Georg Brandl#2248: return result of QUIT from quit().
2008-03-27 Christian HeimesFixed tokenize tests
2008-03-27 Christian HeimesBuild bots are working again - removing the hack
2008-03-27 Eric SmithAdded test cases for single quoted strings, both forms...
2008-03-27 Christian HeimesQuick 'n dirty hack: Increase the magic by 2 to force...
2008-03-27 Neal NorwitzPluralss only need one s, not 2 (intss -> ints)
2008-03-27 Neal NorwitzFix compiler warnings
2008-03-27 Neal NorwitzFix test_compiler after adding unicode_literals
2008-03-27 Neal NorwitzFix warnings about using char as an array subscript...
2008-03-27 Neal NorwitzFix memory leaks
2008-03-27 Neal NorwitzFix bytes so it works on 64-bit platforms.
2008-03-27 Christian HeimesRevert commit accident
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...
next