]> granicus.if.org Git - python/shortlog
python
2010-03-23 Florent XiclunaThe SIGINT signal may happen earlier, during site.py...
2010-03-23 Andrew M. Kuchlingadd some unittest items
2010-03-23 Florent XiclunaThe standard error should be empty when the signal...
2010-03-23 Florent XiclunaSilence test_subprocess.
2010-03-23 Florent XiclunaSkip test_format_deprecation if _ctypes is not availabl...
2010-03-23 Senthil KumaranFixed Issue8209 - OptionParser keyword arg 'epilog...
2010-03-23 Benjamin PetersonMerged revisions 79313,79324 via svnmerge from
2010-03-23 Ezio MelottiLink specifically to the UCD version 5.2.0.
2010-03-23 Ezio MelottiRemove link to objects.rst (gone in r79179).
2010-03-22 Ezio MelottiUpdate the version number of the Unicode Database in...
2010-03-22 Benjamin PetersonMerged revisions 79309 via svnmerge from
2010-03-22 Florent XiclunaIssue #8205: Remove the "Modules" directory from sys...
2010-03-22 Florent Xicluna#7667: Fix doctest failures with non-ASCII paths.
2010-03-22 Benjamin PetersonMerged revisions 79077,79137,79304-79305 via svnmerge...
2010-03-22 Antoine PitrouIssue #7512: shutil.copystat() could raise an OSError...
2010-03-22 Florent Xicluna#7668: Fix test_httpservers failure when sys.executable...
2010-03-22 Florent XiclunaPreserve backward compatibility of the ctypes module.
2010-03-22 Florent XiclunaIssue #7703: ctypes supports both buffer() and memoryvi...
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...
next