]> granicus.if.org Git - python/shortlog
python
2008-03-31 Jeffrey YasskinBlock the sys.exc_clear -3 warning from threading.py.
2008-03-30 Georg BrandlMake AST nodes pickleable.
2008-03-30 Georg BrandlFix error message -- "expects either 0 or 0 arguments"
2008-03-30 Georg BrandlThe other download formats will be available for 2...
2008-03-30 Benjamin PetersonUpdated README regarding doc formats
2008-03-30 Georg BrandlMake _fields attr for no fields consistent with _attrib...
2008-03-30 Georg BrandlConvert test_ast to unittest and add a test for r62049.
2008-03-30 Georg Brandl#2505: allow easier creation of AST nodes.
2008-03-30 Georg BrandlAdapt test_ast to the new ExceptHandler type.
2008-03-30 Georg BrandlPatch #2511: Give the "excepthandler" AST item proper...
2008-03-29 Gerhard HäringDocumented the lastrowid attribute.
2008-03-29 Benjamin Peterson#2503 make singletons compared with "is" not == or !=
2008-03-29 Amaury Forgeot... Still investigating on the hanging test_socket.
2008-03-29 Amaury Forgeot... The buildbot "x86 W2k8 trunk" seems to hang in test_socket.
2008-03-29 Georg BrandlProperly check for consistency with the third argument of
2008-03-29 Amaury Forgeot... Now that Lib/test/output is gone, tests should not...
2008-03-29 Amaury Forgeot... lib2to3 should install a logging handler only when...
2008-03-29 Georg BrandlFix capitalization.
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.
next