]> granicus.if.org Git - python/shortlog
python
2010-03-20 Benjamin Petersondocument exitfunc fixer
2010-03-20 Michael FoordIssue 7832: renaming unittest.TestCase.assertSameElemen...
2010-03-20 Florent Xicluna#8178 Cleanup the threads after test_thread.TestForkInT...
2010-03-20 Sean ReifscheiderFixing the file call in the rfc822.Message replacement...
2010-03-19 Sean ReifscheiderAdding an example of reproducing the rfc822.Message...
2010-03-19 Benjamin Petersonset svn:eol-style to native on C files
2010-03-19 Thomas HellerInitialized merge tracking via "svnmerge" with revision...
2010-03-19 Matthias Kloseupdate libffi to commit 59a259f4d348f593b45f452309f4d02...
2010-03-19 Florent XiclunaVarious tests cleanup: check_warnings/check_py3k_warnin...
2010-03-19 Matthias KloseGenerate libffi's Makefiles again to be able to run...
2010-03-19 Matthias Klose- Issue #1039, #8154: Fix os.execlp() crash with missin...
2010-03-19 Benjamin Petersonkeep DeprecationWarning from failing test
2010-03-19 Collin WinterMake python-config support multiple option flags on...
2010-03-19 Collin WinterAdd a separate python-config make target, useful for...
2010-03-18 Benjamin Petersonmake compiler's py3k warning a full deprecation warning...
2010-03-18 Benjamin Petersonreignore bad_coding
2010-03-18 Benjamin Petersonthese lines can now be dispensed with
2010-03-18 Collin WinterAdd support for weak references to code objects. This...
2010-03-18 Florent XiclunaIssue #8024: Update the Unicode database to 5.2
2010-03-18 Benjamin Petersoninstall tkinter and ttk tests
2010-03-18 Benjamin Petersonremove installation of deleted test/output dir
2010-03-18 Benjamin Petersondon't try to compile anything in lib2to3/tests/data...
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...
next