]> granicus.if.org Git - python/shortlog
python
2010-03-22 R. David MurrayIssue #7860: platform.uname now reports the correct...
2010-03-22 Vinay Sajiplogging: Added getChild utility method to Logger and...
2010-03-22 Jesus CeaMissing testsuite files
2010-03-22 Florent XiclunaGet rid of buffer() in test_ctypes: backport the 3...
2010-03-22 Antoine PitrouFix an occasional test_ftplib failure, following r79226.
2010-03-22 Jesus Ceapybsddb 4.8.4 integration. Please, comment in issue...
2010-03-22 Vinay SajipIssue #8201: logging: Handle config errors when non...
2010-03-22 Victor StinnerFix the NEWS about my last commit: an unicode subclass...
2010-03-22 Vinay SajipIssue #8200: logging: Handle errors when multiprocessin...
2010-03-22 Victor StinnerIssue #1583863: An unicode subclass can now override...
2010-03-22 Michael FoordCorrect usage message displayed for python -m unittest -h
2010-03-22 Michael Foordexpected failure should not trigger failfast behavior...
2010-03-22 Michael FoordRemoving Python 2.3 compatibility code from unittest.
2010-03-22 Michael FoordFix failing test committed by accident.
2010-03-22 Michael Foord-f/--failfast command line option for unittest. Issue...
2010-03-22 Michael FoordIssue 7815. __unittest in module globals trims frames...
2010-03-21 Benjamin Petersontake into account keyword arguments when passing too...
2010-03-21 Benjamin Petersonimprove error message from passing inadequate number...
2010-03-21 Benjamin Petersondon't write duplicate tests
2010-03-21 Benjamin Petersonfix import
2010-03-21 Benjamin Petersonco_varnames is certainly a tuple, so let's not waste...
2010-03-21 Benjamin Petersonremove pointless condition
2010-03-21 Antoine PitrouIssue #3890: Fix recv() and recv_into() on non-blocking...
2010-03-21 Benjamin Petersonflatten condition
2010-03-21 Antoine PitrouIssue #1628484: The Makefile doesn't ignore the CFLAGS...
2010-03-21 Georg BrandlFix plural.
2010-03-21 Andrew M. KuchlingAdd items
2010-03-21 Florent Xicluna#8180: Fix test_pep277 on OS X and add more tests for...
2010-03-21 Benjamin Petersonrewrite a bit
2010-03-21 Florent XiclunaIssue #8179: Fix macpath.realpath() on a non-existing...
2010-03-21 Florent XiclunaUse assertRaises and add a specific warning filter.
2010-03-21 Georg BrandlRemove leftover word.
2010-03-21 Florent XiclunaNo more deprecation warnings for distutils.sysconfig...
2010-03-21 Florent XiclunaSilence some py3k SyntaxWarning using check_py3k_warnin...
2010-03-21 Florent XiclunaFix py3k warnings in test_decimal, using unittest.asser...
2010-03-21 Florent XiclunaSilence more py3k warnings in unittest.case.
2010-03-21 Georg BrandlInclude structmember.h correctly.
2010-03-21 Georg BrandlUpdate text for newest US DST regulation. The sample...
2010-03-21 Georg BrandlUpdate os.kill() emulation example for Windows to use...
2010-03-21 Georg BrandlMention inefficiency of lists as queues, add link to...
2010-03-21 Georg BrandlClarify that for shell=True, the shell PID will be...
2010-03-21 Georg BrandlIntroduce copy by slicing, used in later chapters.
2010-03-21 Georg BrandlDocument that GzipFile supports iteration.
2010-03-21 Georg BrandlAdd a paragraph about set displays.
2010-03-21 Georg BrandlRemove the "built-in objects" file. It only contained...
2010-03-21 Georg BrandlFix some issues found by Jacques Ducasse on the docs...
2010-03-21 Florent Xicluna#7092 - Silence more py3k deprecation warnings, using...
2010-03-21 Michael FoordChange order of arguments in a unittest function.
2010-03-21 Michael FoordA faulty load_tests in a test module no longer halts...
2010-03-21 Antoine PitrouFix overzealous .hgignore file
2010-03-20 Florent XiclunaCleanup test_tarfile, and use check_warnings.
2010-03-20 Florent XiclunaCleanup test_struct using check_warnings.
2010-03-20 Benjamin Petersonwrap
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...
next