]> granicus.if.org Git - python/shortlog
python
2010-02-07 Georg BrandlFix two redefined test methods.
2010-02-07 Georg BrandlFix wrong usage of "except X, Y:".
2010-02-07 Georg BrandlFix another duplicated test method.
2010-02-07 Ronald OussorenA number of APIs in macostools cannot work in 64-bit...
2010-02-07 Georg BrandlUse "regexp" consistently.
2010-02-07 Ronald OussorenRemove call to gestalt('sysu') from platform.py. This...
2010-02-07 Vinay SajipIssue #7868: logging: added loggerClass attribute to...
2010-02-06 Georg BrandlAdd missing import.
2010-02-06 Georg BrandlFix some name errors in Mac modules.
2010-02-06 Georg BrandlAdd missing import when running these tests standalone.
2010-02-06 Georg BrandlAdd missing import when running these tests standalone.
2010-02-06 Georg BrandlFix more unbound locals in code paths that do not seem...
2010-02-06 Georg BrandlFix import/access for some identifiers. _TestSharedCTy...
2010-02-06 Georg BrandlWe heard you like test failures so we put unbound local...
2010-02-06 Georg BrandlFix various missing import/unbound name errors.
2010-02-06 Georg BrandlRemove duplicate test method.
2010-02-06 Georg BrandlAdd missing import.
2010-02-06 Mark DickinsontestCopysign was defined twice in test_math; combine...
2010-02-06 Georg BrandlFix a few UnboundLocalErrors in test_long.
2010-02-06 Georg BrandlAdd missing imports.
2010-02-06 Georg BrandlAdd a missing import.
2010-02-06 Georg BrandlNo need to assign the results of expressions used only...
2010-02-06 Georg BrandlRemove unused import.
2010-02-06 Georg BrandlFix duplicate import.
2010-02-06 Benjamin Petersonmake waiting for the server to start robust
2010-02-06 Georg BrandlRemove unused imports from test_logging.
2010-02-06 Vinay SajipIssue #7857: Gave server thread more time to get ready...
2010-02-06 Benjamin Petersoncheck type_getattro for correctness in a descriptor...
2010-02-06 Vinay SajipIssue #7857: Tentatively re-enabling one test to see...
2010-02-06 Benjamin Petersonremove pointless error checking
2010-02-06 Georg Brandl#5341: fix "builtin" where used as an adjective ("built...
2010-02-06 Benjamin Petersonpost release updates
2010-02-06 Benjamin Petersontag 2.7 alpha 3
2010-02-06 Benjamin Petersonbump version to 2.7a3 v2.7a3
2010-02-06 Georg BrandlReview sysconfig docs.
2010-02-06 Georg Brandl#7864: make deprecation notices a bit clearer.
2010-02-06 R. David Murrayissue #7728: test_timeout was using a hardcoded port...
2010-02-06 Michael Foordunittest.TestLoader creates a TestSuite before calling...
2010-02-05 Vinay Sajiptest_logging: minor tweaks to timeouts, listening tests...
2010-02-05 Michael FoordMinor doc change.
2010-02-05 Michael FoordCorrection to docstring correction.
2010-02-05 Michael FoordImproving docstrings in unittest.TestCase
2010-02-05 Michael FoordAdding versionadded to test skipping section of unittes...
2010-02-05 Michael FoordExample of using assertRaises as a context manager...
2010-02-05 Michael FoordCloses issue 7030.
2010-02-05 Barry WarsawResolve bug 7847 by including documentation for -J...
2010-02-05 Antoine PitrouIssue #5677: Explicitly forbid write operations on...
2010-02-05 Vinay SajipIssue #7857: test_logging: listener tests disabled...
2010-02-05 Vinay SajipIssue #7857: test_logging: listener test now uses find_...
2010-02-05 Benjamin Petersonnormalize exceptions passed to the __exit__ method...
2010-02-05 Benjamin Petersonadd a test for #7853; the exception must be normalized...
2010-02-04 Vinay SajipAdded unit test for cfg:// resolution.
2010-02-04 Vinay SajipIssue #7851: logging: clarification on logging configur...
2010-02-04 Antoine PitrouIssue #4772: Raise a ValueError when an unknown Bluetoo...
2010-02-04 Vinay SajipRemoved spurious print statement.
2010-02-04 Ezio MelottiUse correct assert* methods in the examples.
2010-02-04 Vinay SajipLogging: Implemented PEP 391.
2010-02-04 R. David MurrayAdd Chris Rebert to ACKS for issue 6760 Popen doc impro...
2010-02-04 Nick CoghlanIssue 6760: Clarify args handling for subprocess.Popen...
2010-02-03 Brett CannonFix a typo in a docstring introduced in r77956.
2010-02-03 Brett CannonUpdate a docstring to suggest using importlib.import_mo...
2010-02-03 Mark DickinsonFix test_inspect.py data to match recent change to...
2010-02-03 Tarek Ziadéleaving global attributes for backward compat
2010-02-03 Eric SmithCorrected list of attributes exposed by sys.getwindowsv...
2010-02-03 R. David MurrayExplicitly mention the default value for formatdate...
2010-02-03 Ezio Melotti#7092: Silence more py3k warnings. Patch by Florent...
2010-02-03 Andrew M. KuchlingAdd various items
2010-02-02 Tarek Ziadéadded a note in the whatsnew file for sysconfig
2010-02-02 Tarek Ziadéfixed a typo on distutils.sysconfig. thanks arfever
2010-02-02 Tarek Ziadésysconfig.get_scheme_names now returns a sorted tuple
2010-02-02 Tarek Ziadémodule reorganization + missing doctests
2010-02-02 Antoine PitrouIssue #7385: Fix a crash in `MemoryView_FromObject...
2010-02-02 Tarek Ziadéfirst version of the sysconfig module documentation
2010-02-02 Ezio Melotti#7092: Silence py3k warnings in test_exceptions and...
2010-02-02 Ezio MelottiFix idioms and a couple of py3k warnings. Patch by...
2010-02-02 Ezio MelottiSilence a couple of -3 warnings
2010-02-02 Ezio Melotti#7092: silence py3k warnings for bsddb. Patch by Floren...
2010-02-01 Andrew M. KuchlingAdd various items
2010-02-01 Martin v. LöwisMerged revisions 77855-77856,77870 via svnmerge from
2010-01-31 Victor StinnerIssue #7819: Check sys.call_tracing() arguments types.
2010-01-31 Antoine Pitrou- Issue #6939: Fix file I/O objects in the `io` module...
2010-01-31 Michael FoordMinor modification to unittest documentation.
2010-01-31 Georg BrandlFix-up ftplib documentation:
2010-01-31 Benjamin Petersonmove distutils.rst to different toc
2010-01-31 Benjamin Petersonfix windows buildbot
2010-01-31 Matthias Klose- Fix typo in os.execvp docstring.
2010-01-31 Matthias Klose- Update python manual page (options -B, -O0, -s, envir...
2010-01-31 Ezio Melotti#7092: silence more -3 and -Wd warnings
2010-01-30 Benjamin Petersonbe robust against test being run over and over (such...
2010-01-30 Benjamin Petersonmove test outside WITH_THREAD section
2010-01-30 Georg Brandl#7802: fix invalid example (heh).
2010-01-30 Ezio MelottiUse the correct markup for args
2010-01-30 Ezio MelottiRelocate a couple of stars and remove redundant backticks
2010-01-30 Martin v. LöwisMerged revisions 77419,77435 via svnmerge from
2010-01-30 Mark DickinsonIssue #7767: Add new C-API function PyLong_AsLongLongAn...
2010-01-30 Ezio Melotti#7092: silence py3k warnings for deprecated modules
2010-01-30 Victor Stinner#7801: fix xmlrpclib binary example, open the picture...
2010-01-30 Martin v. LöwisAdd Victor Stinner.
2010-01-29 R. David MurrayFix typo in assertSequenceEqual docstring.
2010-01-29 Mark DickinsonIssue #7788: Fix a crash produced by deleting a list...
next