]> granicus.if.org Git - python/shortlog
python
2010-02-18 Michael Foordunittest.TestCase uses safe_repr for producing failure...
2010-02-18 Mark DickinsonDoctest fixes for decimal.py: add an integer-argument...
2010-02-18 Mark DickinsonIssue #7633: Context method in the decimal module ...
2010-02-18 Andrew M. KuchlingAdd various items
2010-02-18 Martin v. LöwisMove bsddb47 macros before their use, to make VS 2010...
2010-02-18 Martin v. LöwisStop providing crtassem.h symbols when compiling with
2010-02-16 Ezio Melotti#7941: fix error message
2010-02-16 Ezio Melotti#7930: fix stripid
2010-02-16 R. David MurrayMake the references to Popen in the description of...
2010-02-15 Martin v. LöwisIssue #7903: Define _BSD_SOURCE through OpenBSD 4.9.
2010-02-15 Eric SmithRemove incorrect apostrophe.
2010-02-15 Martin v. LöwisIssue #3920: Define _BSD_SOURCE on OpenBSD 4.4.
2010-02-14 Mark DickinsonSilence more 'comparison between signed and unsigned...
2010-02-14 Georg Brandl#7926: fix-up wording.
2010-02-14 Mark DickinsonSilence more compiler warnings; fix an instance of...
2010-02-14 Mark DickinsonSilence some 'comparison between signed and unsigned...
2010-02-14 Georg Brandl#7926: fix stray parens.
2010-02-14 Ezio Melotti#7921: fix links. Patch by Brian Curtin.
2010-02-12 Mark DickinsonCheck that 'd' isn't allowed as an exponent specifier...
2010-02-11 Ezio Melotti#7907: fix wrong function name in doc. Patch by Brian...
2010-02-11 Michael FoordAdding TextTestResult to unittest.__all__
2010-02-11 Ronald OussorenFinish fix for issue 7715, after explicit search for...
2010-02-11 Ronald OussorenFix copy&paste error in the definition of ARCH_RUN_32BI...
2010-02-11 Ronald OussorenAdd guard around the prototype for completion_matches...
2010-02-11 R. David MurrayImprove issue 7835 fix per MAL to handle the case that the
2010-02-11 R. David MurrayIssue 5754: tweak shelve doc wording to make it cleare...
2010-02-10 R. David MurrayIssue 7835: Shelve's __del__ method calls its close...
2010-02-10 Ezio Melotti#7712: add a temp_cwd context manager to test_support...
2010-02-10 Michael FoordFix for unittest tests, to be merged to py3k
2010-02-10 Michael FoordRemove deprecation on assert_. It is used too frequently.
2010-02-10 Michael FoordIssue 7893 and Issue 7588
2010-02-09 Antoine PitrouIssue #2746: Don't escape ampersands and angle brackets...
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...
next