]> granicus.if.org Git - python/shortlog
python
2010-02-22 Andrew M. Kuchling#7706: DONT_HAVE_ERRNO_H is no longer defined by config...
2010-02-22 Andrew M. Kuchling#2560: remove an unnecessary 'for' loop from my_fgets...
2010-02-22 Jack Diederich* fix issue#7476
2010-02-22 Andrew M. KuchlingRemove Tools/modulator, a reference to it in the docs...
2010-02-22 Jack Diederichfixes issue #1522237, bad init check in _threading_local
2010-02-22 Andrew M. Kuchling#7627: MH.remove() would fail if the MH mailbox was...
2010-02-22 Andrew M. KuchlingFix comment typo
2010-02-22 Eric SmithIssue #7988: Fix default alignment to be right aligned...
2010-02-22 Jack Diederichfixes issue #7530, serve_forever()
2010-02-22 Andrew M. KuchlingNote granting of commit privileges to Larry Hastings
2010-02-22 Ezio Melotti#7482: clarify error message in case of division by...
2010-02-22 Andrew M. Kuchling#7597: curses.use_env() can be called before initscr...
2010-02-22 Mark DickinsonClarify description of three-argument pow for Decimal...
2010-02-22 Andrew M. Kuchling#6414: clarify description of processor endianness.
2010-02-22 Andrew M. Kuchling#7794: describe 2.6 support for executing directories...
2010-02-22 Senthil KumaranFix Issue7172 - BaseHTTPServer.BaseHTTPRequestHandler...
2010-02-22 Andrew M. Kuchling#7076: mention SystemRandom class near start of the...
2010-02-22 Andrew M. KuchlingRe-word
2010-02-21 Michael FoordSilence UnicodeWarning in crazy unittest test.
2010-02-21 Mark DickinsonReduce number of random tests in test_strtod, to avoid...
2010-02-21 Mark DickinsonIssue #7384: skip test_curses on FreeBSD, in order...
2010-02-21 Mark DickinsonIssue #5211: Fix complex type to avoid implicit calls to
2010-02-21 R. David MurrayIssue 7970: When email.Parser.Parser parses a MIME...
2010-02-20 Ezio Melottiskip tests with a non-ascii cwd when the file system...
2010-02-20 Senthil KumaranFix for Issue7751: urllib.urlopen("///C|/foo/bar/spam...
2010-02-20 Ezio MelottiRemove e assertIs definitions and use correct assert...
2010-02-20 Ezio Melotti#3426: os.path.abspath now returns unicode when its...
2010-02-19 Vinay Sajiplogging: Documented warnings module integration.
2010-02-19 Georg Brandl#7967: PyXML is no more.
2010-02-19 Senthil KumaranFix for Issue7904. urlparse.urlsplit to handle schemes...
2010-02-19 Fred Drake- apply patch from issue 7005
2010-02-18 Michael FoordFix unittest.TestCase.assertDictContainsSubset so it...
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...
next