]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2010-12-03  Michael FoordSet test.regrtest.TEMPDIR correctly when run with ...
2010-12-03  Benjamin Petersoncode style
2010-12-03  Michael FoordInitial implementation of Lib/test/__main__.py so we...
2010-12-03  Michael FoordIssue 7911: unittest.TestCase.longMessage defaults...
2010-12-02  Georg BrandlRe-add accidentally removed line.
2010-12-02  Éric AraujoFix wrong test code in test_csv (#10602)
2010-12-02  Daniel StutzbachIssue9915: speeding up sorting with a key
2010-12-02  R. David Murray#8989: add 'domain' keyword to make_msgid.
2010-12-02  Brian CurtinFix #9333. Expose os.symlink on Windows only when usable.
2010-12-02  Georg Brandl#7475: add (un)transform method to bytes/bytearray...
2010-12-02  Georg Brandl#10597: fix Py_SetPythonHome docs by pointing to where...
2010-12-02  David MalcolmFix spelling of Jamie Zawinski's surname in urllib...
2010-12-02  Georg BrandlFix-up documentation of makedirs().
2010-12-02  Terry ReedyIssue 9299 Add exist_ok parameter to os.makedirs to...
2010-12-02  Raymond HettingerNeaten-up random module docs.
2010-12-02  Nick CoghlanIssue #9573: os.fork now works when triggered as a...
2010-12-02  R. David Murray#10464: fix netrc handling of lines with embedded ...
2010-12-02  Raymond HettingerAdd an example to the random docs.
2010-12-02  Raymond HettingerFix markup
2010-12-02  Alexander BelopolskyIssue4335: Added a test for inspect.getsourcelines...
2010-12-02  Alexander BelopolskyWith Raymond's approval added a paragraph describing...
2010-12-01  Raymond HettingerClean-up last update (missing comma, unnecessary spacin...
2010-12-01  Raymond HettingerAdd itertools.accumulate().
2010-12-01  Raymond HettingerAdd itertools.accumulate().
2010-12-01  Alexander BelopolskyReverted unintended change from r86916
2010-12-01  Alexander BelopolskyIssue #4113: Added custom __repr__ method to functools...
2010-12-01  Georg BrandlFix some markup and style in the unittest docs.
2010-12-01  Georg Brandl#10594: fix parameter names in PyList API docs.
2010-12-01  Georg BrandlAdd missing word, and add a better reference to the...
2010-12-01  Raymond HettingerAdd recipe to itertools doc.
2010-12-01  Raymond HettingerIssue 10593: Adopt Nick's suggestion for an lru_cache...
2010-12-01  Ezio Melotti#10273: Rename assertRegexpMatches and assertRaisesRege...
2010-12-01  Ezio MelottiFix test failure in debug builds and add NEWS entry...
2010-12-01  Ezio Melotti#10535: Enable silenced warnings in unittest by default
2010-12-01  Raymond HettingerDoc and docstring nits.
2010-11-30  Brian CurtinFix #10591. Fix test_os for refleak runs.
2010-11-30  Antoine PitrouIssue #8685: Speed up set difference `a - b` when sourc...
2010-11-30  Raymond HettingerAdd link to specification.
next