]> granicus.if.org Git - python/shortlog
python
2008-04-08 Amaury Forgeot... Issue 2408: remove the _types module
2008-04-08 Amaury Forgeot... Prevent an error when inspect.isabstract() is called...
2008-04-08 Amaury Forgeot... Issue2564: Prevent a hang in "import test.autotest...
2008-04-08 Andrew M. KuchlingAdd items
2008-04-08 Martin v. LöwisSuppress compilation of py3_ files upon installation.
2008-04-08 Andrew M. KuchlingTypographical fix: 32bit -> 32-bit, 64bit -> 64-bit
2008-04-07 Andrew M. KuchlingTypo fix
2008-04-07 Andrew M. KuchlingWrite PEP 3127 section; add items
2008-04-07 Georg Brandl#2525: update timezone info examples in the docs.
2008-04-07 Martin v. LöwisMake the "private CRT" case work, by editing the
2008-04-07 Martin v. LöwisDrop support for 7.1 CRT.
2008-04-07 Martin v. LöwisMake private_crt feature object a global variable.
2008-04-07 Martin v. LöwisDelete ALLUSERS property merged from CRT merge module...
2008-04-07 Mark Summerfieldchanged "2500 components" to "several thousand" since...
2008-04-07 Gregory P.... Use the new PyFile_IncUseCount & PyFile_DecUseCount...
2008-04-07 Martin v. LöwisBug #2388: Fix gcc warnings when compiling with --enabl...
2008-04-07 Mark Hammondcorrect heading underline for new "Cross-compiling...
2008-04-07 Mark HammondIssue #2513: enable 64bit cross compilation on windows.
2008-04-06 Gregory P.... Make file objects as thread safe as the underlying...
2008-04-06 Jeffrey YasskinAdd enough debugging information to diagnose failures...
2008-04-06 Trent NelsonDon't run kill_python as part of the build process...
2008-04-06 Skip Montanarotype
2008-04-06 Mark HammondFrom issue 1753245 - better _winreg support for x64.
2008-04-05 Thomas WoutersFix test_distutils to not fail when running 'make test...
2008-04-05 Skip MontanaroDeclare inittimezone static.
2008-04-05 Andrew M. KuchlingWrite PEP 3119 section
2008-04-05 Georg BrandlMention that the tuple returned by __reduce__ is pickle...
2008-04-05 Andrew M. KuchlingMarkup fixes; write PEP 3118 section
2008-04-05 Martin v. LöwisAdd script to merge msvcr90.
2008-04-05 Martin v. LöwisAdd two features to distinguish between private and...
2008-04-05 Martin v. LöwisExtend sizes of various fields, to support the CRT90...
2008-04-05 Neal NorwitzPrevent test_sqlite from hanging on older versions...
2008-04-05 Andrew M. KuchlingVarious edits
2008-04-05 Andrew M. KuchlingMarkup fix; explain what interval timers do; typo fix
2008-04-05 Andrew M. KuchlingMinor edits
2008-04-04 Trent NelsonRevert r62152 (Issue #2550). Being able to observe...
2008-04-04 Thomas HellerNews entry for: Sync with files from the just released...
2008-04-04 Thomas HellerMore files from libffi 3.0.5.
2008-04-04 Trent NelsonIssue 2550: extend test_socket.py to test SO_REUSEADDR...
2008-04-04 Jeffrey YasskinOops again. EINTR is in errno, not signal.
2008-04-04 Thomas HellerSync with files from the just released libffi 3.0.5...
2008-04-04 Fred Drakestupid, stupid, stupid!
2008-04-04 Fred Drakemy previous change did what I said it should not: it...
2008-04-04 Thomas HellerIssue #2544: On HP-UX systems, use 'gcc -shared' for...
2008-04-04 Thomas HellerIssue #2543: Make ctypes compatible (again) with Python...
2008-04-04 Fred Drake- Issue #2385: distutils.core.run_script() makes __file...
2008-04-04 Jeffrey YasskinDoh! os.read() raises an OSError, not an IOError when...
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...
next