]> granicus.if.org Git - python/shortlog
python
2010-03-18 Florent Xicluna#8155: Preserve backward compatibility for test_support...
2010-03-18 Senthil KumaranFix for Issue8135 - urllib.unquote to support mixed...
2010-03-18 Collin WinterMake test_pwd more stable in the face of unusual LDAP...
2010-03-17 Antoine PitrouIssue #8104: socket.recv_into() and socket.recvfrom_int...
2010-03-17 Collin WinterFix a race condition in test_asynchat uncovered by...
2010-03-17 Benjamin Petersonprevent lambda functions from having docstrings #8164
2010-03-17 Florent XiclunaFix and check cgi module deprecation warnings. Revert...
2010-03-17 Florent XiclunaCleanup some test cases using check_warnings and check_...
2010-03-17 Florent XiclunaCleanup in test_import and test_coding.
2010-03-17 Collin WinterAvoid hardcoding refcounts in tests.
2010-03-17 Vinay SajipIssue #8162: logging: Clarified docstring and documenta...
2010-03-17 Ezio MelottiUse "x in y" instead of y.find(x) != -1.
2010-03-17 Ezio Melotti#7092: silence some more py3k warnings.
2010-03-17 Collin WinterDelete unused import.
2010-03-17 Collin WinterStyle cleanup in test_import.
2010-03-17 Collin WinterFix a trivial class of (hypothetical, future) false...
2010-03-16 Martin v. LöwisIntegrate merge.py into msi.py.
2010-03-16 Matthias Klose- Issue #4961: Inconsistent/wrong result of askyesno...
2010-03-15 Florent XiclunaIssue #7783 and #7787: open_urlresource invalidates...
2010-03-15 Matthias Klose- Fix typo in Lib/compileall.py(__all__).
2010-03-15 Matthias Klose- Issue #8140: extend compileall to compile single...
2010-03-15 Florent XiclunaRemove py3k deprecation warnings from these Unicode...
2010-03-15 Matthias Klose- Issue #7356: ctypes.util: Make parsing of ldconfig...
2010-03-15 Martin v. LöwisIssue #6716: Quote -x arguments of compileall in MSI...
2010-03-15 Matthias Klose- Issue #6949: Allow the _bsddb extension to be built...
2010-03-15 Benjamin Petersonclean up files correctly
2010-03-15 Benjamin Petersonremove mac 9 code
2010-03-15 Benjamin Petersonthis little exception dance is pointless
2010-03-15 Matthias KloseBackport from the libffi trunk:
2010-03-15 Matthias Klose- Issue #8142: Update libffi to the 3.0.9 release.
2010-03-14 Florent XiclunaDo not hardcode Expat version. It's possible to build...
2010-03-14 Benjamin Petersonfix quotes
2010-03-14 Benjamin Petersonfix freebsd linking #7705
2010-03-14 Ezio MelottiAdd a link about the Public Review Issue #29
2010-03-14 Georg Brandl#8137: add iso-8859-16 to the standard encodings table.
2010-03-14 Georg BrandlFormat and rewrap 2.7 NEWS consistently.
2010-03-14 Florent XiclunaMinor documentation updates for xml.etree.
2010-03-13 Antoine PitrouIssue #7993: Add a test of IO packet processing bandwid...
2010-03-13 Florent XiclunaAdd the keyword argument "method=None" to the .write...
2010-03-13 Florent XiclunaUpdate some parts of the xml.etree documentation.
2010-03-13 Martin v. LöwisAdd 2.6 uuids.
2010-03-13 Mark DickinsonFix incorrect error checks in structmember.c (backport...
2010-03-13 Georg BrandlUpdate for new download location.
2010-03-13 Georg BrandlChange/fix handling of docs download location: for...
2010-03-13 Florent XiclunaDo not chdir when running test_xml_etree, and enhance...
2010-03-13 Florent XiclunaMove the xml test data to their own directory.
2010-03-13 Georg BrandlBump externals versions for doc build.
2010-03-13 Georg BrandlAdd Makefile targets for automatic doc build. Add...
2010-03-13 Ezio MelottiSilence compiler warnings.
2010-03-13 Victor Stinnersqlite3: Fix a segfault on calling a connection with...
2010-03-13 Ezio Melotti#8011: use exc.tb_lineno instead of traceback.tb_lineno...
2010-03-13 Ezio Melottifix broken links
2010-03-13 Victor StinnerIssue #7818: set().test_c_api() doesn't expect a set...
2010-03-12 Georg BrandlDeactivate automatic upload of the docs to python.org...
2010-03-12 Victor StinnerNEWS: issue #7774 is related to Library (sys), not...
2010-03-12 Georg BrandlFix warnings from "make check".
2010-03-12 Georg BrandlGet rid of backticks.
2010-03-12 Vinay SajipIssue #8117: Updated NEWS entry and added to logging...
2010-03-12 Vinay SajipIssue #8117: logging: Improved algorithm for computing...
2010-03-11 Benjamin Petersonremove shebang line from non-executable test
2010-03-11 Benjamin Petersonnormalize shebang lines to #!/usr/bin/env python
2010-03-11 Benjamin Petersonrevert r78842 cgi.py change
2010-03-11 Benjamin Petersonuse proper shebang lines
2010-03-11 Benjamin Petersonremove executable property from doc files
2010-03-11 Florent XiclunaFix repr of tree Element on windows.
2010-03-11 Florent XiclunaIssue #6472: The xml.etree package is updated to Elemen...
2010-03-11 Victor StinnerAnother fix to test_executable() of test_sys: set the...
2010-03-11 Victor StinnerFix test_executable introduce in previous commit (r7883...
2010-03-11 Victor StinnerIssue #7774: Set sys.executable to an empty string...
2010-03-11 Florent XiclunaRevert r78830: realpath() should really be applied...
2010-03-11 Florent XiclunaIt is not optimal to test sys.stderr on a debug build.
2010-03-11 Florent XiclunaFix the test_subprocess failure when sys.executable...
2010-03-10 Florent XiclunaIssue #7880: Fix sysconfig when the python executable...
2010-03-10 Victor Stinnerooops, fix error message in execusercustomize()
2010-03-10 Victor StinnerIssue #3137: Don't ignore errors at startup, especially...
2010-03-09 Benjamin Petersonfix ugly configure output (follow up to #6943)
2010-03-09 Benjamin Petersonhandle an empty OPT variable correctly #8100
2010-03-09 Florent Xicluna#7772: Fix test_py3kwarn. Now the test suite could...
2010-03-09 Raymond HettingerImprove code clarity a bit.
2010-03-09 Raymond HettingerHave links in OrderedDicts be native Python lists instead
2010-03-09 Raymond HettingerAdd nicer docstrings to namedtuples().
2010-03-09 Raymond HettingerImprove the basic example.
2010-03-08 Benjamin Petersonset svn:eol-style on various files
2010-03-08 Georg BrandlFix typo.
2010-03-08 Florent Xicluna#7624: Fix isinstance(foo(), collections.Callable)...
2010-03-08 Florent XiclunaMove some tests from test_macpath to test_genericpath...
2010-03-08 Andrew M. KuchlingAdd various items
2010-03-08 Florent XiclunaOn finalize, don't try to join not started process.
2010-03-08 Florent XiclunaReplace the stderr logging with assertNotEqual(returnco...
2010-03-08 Florent XiclunaFix syntax: "rc != None" -> "rc is not None"
2010-03-08 Florent XiclunaDon't fail on a debug() statement, if the worker PID...
2010-03-08 Ronald OussorenFix for issue 8066: readline should not be linked again...
2010-03-08 Benjamin Petersonremove svn:executable from scripts without a shebang...
2010-03-08 R. David MurrayIssue #7143: get_payload used to strip any trailing...
2010-03-07 Florent XiclunaBackport the Popen.poll() protection from subprocess...
2010-03-07 Michael FoordRemove accidental print statement from last commit.
2010-03-07 Michael FoordFix accidental name rebinding in unittest py3k warning...
2010-03-07 Michael FoordAddition of setUpClass and setUpModule shared fixtures...
2010-03-07 Georg Brandl#8044: document Py_{Enter,Leave}RecursiveCall functions.
2010-03-07 Georg Brandl#8039: document conditional expressions better, giving...
next