python
2010-12-05 Hirokazu YamamotoSorry, I had introduced tab in source code.
2010-12-05 Hirokazu YamamotoAvoid possible zombi process.
2010-12-05 Hirokazu YamamotoNow can reproduce the error on AMD64 Windows Server...
2010-12-05 Raymond HettingerOptimization of Timsort.
2010-12-05 Raymond HettingerStart the argparse entry.
2010-12-04 Raymond HettingerMention itertools.accumulate().
2010-12-04 Raymond HettingerFill-in stub for concurrent.futures
2010-12-04 Raymond HettingerDoc nit.
2010-12-04 Georg BrandlBump to 3.2b1.
2010-12-04 Georg BrandlFix markup errors.
2010-12-04 Georg BrandlUpdate suspicious exceptions.
2010-12-04 Georg BrandlUpdate pydoc topics.
2010-12-04 Antoine PitrouSilence compile error
2010-12-04 Gregory P.... clarify the docs and new warning message.
2010-12-04 Łukasz Langaconfigparser: mapping protocol access get() handles...
2010-12-04 Éric AraujoUse proper plural forms in argparse (#4391)
2010-12-04 Victor StinnerIssue #10601: sys.displayhook uses 'backslashreplace...
2010-12-04 Eric SmithMore issue #10624: Add requires_IEEE_754 to __all__.
2010-12-04 Georg BrandlFix test suite to not activate new sigint behavior...
2010-12-04 Georg BrandlFix typo.
2010-12-04 Georg BrandlFix accidental checkin.
2010-12-04 Georg BrandlAdd display/undisplay pdb commands.
2010-12-04 Georg Brandl#7245: Add a SIGINT handler on continue in pdb that...
2010-12-04 Eric SmithIssue 10625: Add tests for negative zeros in complex...
2010-12-04 Eric SmithIssue #10624: Use support.requires_IEEE_754 in all...
2010-12-04 Martin v. LöwisFix PEP number.
2010-12-04 Łukasz Langasupport for checking test coverage added.
2010-12-04 Eric SmithIssue #10624: Move requires_IEEE_754 into test.support...
2010-12-04 Eric SmithRemoved static function complex_format, moved it into...
2010-12-04 Mark DickinsonUse copysign to produce appropriately signed zeros...
2010-12-04 Łukasz Langaconfigparser: fixed inconsistency where in SafeConfigPa...
2010-12-04 Mark DickinsonIssue #10596: Fix float.__mod__ to have the same behavi...
2010-12-04 Hirokazu YamamotoI hope this will fix Win2008(x64) buildbot error.
2010-12-04 Martin v. LöwisExpose CompileString, not CompileStringFlags under the
2010-12-04 Mark DickinsonRemove some unecessary '#ifdef Py_NAN's from floatobject.c
2010-12-04 Łukasz Langaconfigparser: minute refactoring of RawConfigParser...
2010-12-04 Gregory P.... issue10622: fix superflous scrollbar on the right side...
2010-12-04 Gregory P.... issue6559: Adds a pass_fds parameter to subprocess...
2010-12-04 Georg BrandlAdd the "interact" pdb command from pdb++.
2010-12-04 Georg Brandl#7905: Actually respect the keyencoding parameter to...
2010-12-04 Mark DickinsonFix indentation in Objects/longobject.c
2010-12-04 Georg Brandl#1569291: speed up array.repeat() by making only O...
2010-12-04 Georg Brandl#1772833: add -q command line option.
2010-12-04 Georg Brandl#1513299: cleanup some map() uses where a comprehension...
2010-12-04 Georg BrandlAdd an "optimize" parameter to compile() to control...
2010-12-04 Hirokazu YamamotoFixed several corner case issues on os.stat/os.lstat...
2010-12-04 Gregory P.... refactor the warning test.
2010-12-04 Senthil KumaranAdd the NEWS entry for issue7904
2010-12-04 Georg Brandl#6045: provide at least get() and setdefault() for...
2010-12-04 Martin v. LöwisRegenerate.
2010-12-04 Martin v. LöwisAdd Revision keyword.
2010-12-04 Gregory P.... issue7213 + issue2320: Cause a DeprecationWarning if...
2010-12-04 Martin v. LöwisMake script 2-vs-3-agnostic.
2010-12-04 Georg BrandlFix typo.
2010-12-04 Alexander BelopolskyIssue #10557: Fixed error messages from float() and...
2010-12-04 Michael FoordCorrect comment in unittest test
2010-12-04 Michael FoordIssue 10620: Specifying test modules by path instead...
2010-12-03 Martin v. LöwisMerged revisions 85551,86156-86157,86464 via svnmerge...
2010-12-03 Terry ReedyIssue #10534: add NEWS entry for r86983 and r87000.
2010-12-03 Terry ReedyIssue 10534 deprecate isbjunk and isbpopular methods.
2010-12-03 Łukasz Langa%s -> %r correction after review by Éric Araujo
2010-12-03 Martin v. LöwisMerge branches/pep-0384.
2010-12-03 Antoine PitrouIssue #10272: The ssl module now raises socket.timeout...
2010-12-03 Georg BrandlFix indentation.
2010-12-03 Éric AraujoAllow translators to reorder placeholders in localizabl...
2010-12-03 Michael FoordFix so that test.test_unittest can be executed by unitt...
2010-12-03 Éric AraujoFix incorrect use of gettext in argparse (#10497).
2010-12-03 Antoine PitrouAdd an "advanced topics" section to the io doc.
2010-12-03 Terry Reedy(no commit message)
2010-12-03 Antoine PitrouIssue #10478: Reentrant calls inside buffered IO object...
2010-12-03 Georg BrandlFix punctuation.
2010-12-03 Victor Stinnerimport: use PyUnicode_FSConverter to support bytes...
2010-12-03 Victor Stinner#6780: fix complex() constructor TypeError message
2010-12-03 Łukasz LangaIssue 10499: Modular interpolation in configparser
2010-12-03 Nick CoghlanHandle Windows paths and don't double up on HTML header...
2010-12-03 Georg BrandlMarkup consistency fixes.
2010-12-03 Nick CoghlanAdd missing CSS file from r86962
2010-12-03 Nick CoghlanIssue 2690: Add support for slicing and negative indice...
2010-12-03 Vinay Sajiplogging: tidied up some docstrings.
2010-12-03 Michael FoordFactor out common code from lib/test/__main__.py and...
2010-12-03 Vinay Sajiplogging: Added getLogRecordFactory/setLogRecordFactory...
2010-12-03 Michael FoordFix lib/test/__main__.py to work even outside a Python...
2010-12-03 Michael FoordAdding lib/test/__main__.py for running tests with...
2010-12-03 Georg Brandl#10549: fix interface of docclass() for text documenter.
2010-12-03 Georg BrandlAdd a line with the actual changes.
2010-12-03 Nick CoghlanImprove Pydoc interactive browsing (#2001). Patch...
2010-12-03 Georg BrandlRewrap NEWS (Builbot test commit.)
2010-12-03 Georg Brandl#10360: catch TypeError in WeakSet.__contains__, just...
2010-12-03 Georg BrandlRemove redundant check for PyBytes in unicode_encode.
2010-12-03 Georg BrandlUse booleans.
2010-12-03 Georg Brandl#940286: pydoc.Helper.help() ignores input/output init...
2010-12-03 Nick CoghlanPartially revert r78719 - it removed a check that is...
2010-12-03 Georg Brandl#1745035: add limits for command and data size to smtpd...
2010-12-03 Georg BrandlMove entries from "core" section to where they belong.
2010-12-03 R. David MurrayAdd missing versionchanged, correct 'throw' wording...
2010-12-03 R. David Murray#1486713: Add a tolerant mode to HTMLParser.
2010-12-03 Brian CurtinFix #10554. Added context manager support to Popen...
2010-12-03 Raymond HettingerUpdate the itertools.accumulate() docs.
2010-12-03 Michael FoordRemove test/__main__.py until runpy tests can be fixed
2010-12-03 Raymond HettingerSimplify the signature for itertools.accumulate() to...
next