]> granicus.if.org Git - python/shortlog
python
2010-02-08 Michael FoordDoc fix for unittest.
2010-02-08 Georg BrandlConvert test failure from output-producing to self...
2010-02-08 Michael FoordMake assertMultiLineEqual the default for comparing...
2010-02-08 Georg BrandlFix missing string formatting placeholder.
2010-02-08 Georg BrandlFix undefined local.
2010-02-08 Georg BrandlFix missing string formatting argument.
2010-02-08 Ezio MelottiFix typo
2010-02-08 Ezio MelottiFix exc_value -> exception in docstring
2010-02-08 Vinay Sajiplogging: gingerly re-enabling skipped tests after impro...
2010-02-08 Antoine PitrouClarify and correct description for ccbench and iobench.
2010-02-08 Vinay SajipIssue #7857: Another attempt to keep the buildbots...
2010-02-08 Vinay Sajiplogging: skipped listening tests because they're not...
2010-02-08 Andrew M. KuchlingAdd two items; move a subsection
2010-02-08 Vinay SajipRemoved spurious print statement in test.
2010-02-08 Andrew M. KuchlingMove distutils into its own subsection; add various...
2010-02-08 Georg BrandlFix test_fnmatch.
2010-02-07 Mark DickinsonSkip test_strtod entirely when correctly-rounded string...
2010-02-07 Ronald OussorenIssue 6003: ZipFile.writestr "compression_type" argument
2010-02-07 Michael FoordassertRaises as context manager now allows you to acces...
2010-02-07 Georg BrandlRemove unused imports in test modules.
2010-02-07 Georg BrandlRename "exc_value" attribute on assertRaises context...
2010-02-07 Antoine PitrouIssue #7870: Remove duplicate test methods. Reported...
2010-02-07 Mark DickinsonActually raise on failure, instead of doing nothing.
2010-02-07 Vinay Sajiplogging: Removed some more 1.5.2 support code.
2010-02-07 Mark DickinsonAdd missing global declarations for 'overflowok'; remov...
2010-02-07 Vinay SajipIssue #7869: logging: improved format-time diagnostics...
2010-02-07 Georg BrandlRemove duplicate test method.
2010-02-07 Georg BrandlAdd a minimal test for fnmatchcase().
2010-02-07 Georg BrandlFix a redefined test method.
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
next