]> granicus.if.org Git - python/shortlog
python
2008-04-04 Barry Warsawpost release updates
2008-04-03 Amaury Forgeot... #1733757: the interpreter would hang on shutdown, if...
2008-04-03 Trent NelsonMake kill_python a little more forgiving if it can...
2008-04-03 Trent NelsonAdd the correct OutputFile values for debug builds...
2008-04-03 Trent NelsonReimplement kill_python. The existing version had...
2008-04-03 Trent NelsonRemove the building of Berkeley DB step; _bsddb44.vcpro...
2008-04-03 Barry WarsawPost tag version tweak
2008-04-03 Barry WarsawCreate the tag for 2.6a2
2008-04-03 Barry WarsawUpdating for 2.6a2 v2.6a2
2008-04-02 Benjamin PetersonSuggested proposed changes to Python be considered...
2008-04-02 Amaury Forgeot... Remove debug prints; the buildbot now passes the tests
2008-04-02 Vinay SajipAdded updates with respect to recent changes to TimedRo...
2008-04-02 Vinay SajipAdded updates with respect to recent changes to TimedRo...
2008-04-02 Vinay SajipFix: #2315, #2316, #2317: TimedRotatingFileHandler...
2008-04-02 Trent NelsonUpdate information pertaining to building external...
2008-04-02 Neal NorwitzApply same patch from 3k branch to try and prevent...
2008-04-02 Jeffrey YasskinTry to make test_signal less flaky. I still see some...
2008-04-02 Amaury Forgeot... A DocTestSuite cannot run multiple times: it clears...
2008-04-02 Amaury Forgeot... Correct the apparent refleak in test_io:
2008-04-01 Guido van RossumRemove the advertising clause from the BSD license...
2008-04-01 Amaury Forgeot... Newly enabled test appears to leak:
2008-04-01 Amaury Forgeot... Fix and enable a skipped test:
2008-04-01 Brett CannonAdd ``if __name__ == '__main__'`` to some test files...
2008-04-01 Brett CannonGeneralize test.test_support.test_stdout() with a base...
2008-04-01 Neal NorwitzBe sure to close the file. 2 places were deleting...
2008-03-31 Benjamin PetersonPyErr_Warn is decrepated. Use PyErr_WarnEx
2008-03-31 Martin v. LöwisMerged revisions 61990-62079 via svnmerge from
2008-03-31 Neal NorwitzUse file.write instead of print to make it easier to...
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
next