]> granicus.if.org Git - python/shortlog
python
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.
2010-11-30 Raymond HettingerDocumentation nits.
2010-11-30 Raymond HettingerAdd example, tighten text, and minor clean-ups.
2010-11-30 Daniel StutzbachFix typo: "ofbytes" should be "of bytes"
2010-11-30 Raymond HettingerAdd some internal links.
2010-11-30 Alexander BelopolskyIssue #9598: untabify.py will now respect encoding...
2010-11-30 Éric AraujoLet’s keep “throw” for the generator method and use...
2010-11-30 Alexander BelopolskyIssue #10552: Partially fixed a sort error in Tools...
2010-11-30 Brian CurtinActually fix what I attempted to fix in r86888...
2010-11-30 Nick CoghlanIssue 9873: the URL parsing functions now accept ASCII...
2010-11-30 Brian CurtinTry to fix failures on platforms that can't encode...
2010-11-30 Georg BrandlFix typo.
2010-11-30 Georg BrandlRemove redundant includes of headers that are already...
2010-11-30 Georg BrandlInclude structseq.h in Python.h, and remove now-redunda...
2010-11-30 Georg BrandlFix input type for zlib.
2010-11-30 Georg Brandl#10584: fix bad links.
2010-11-30 Raymond HettingerNeaten-up a bit.
2010-11-30 Nick CoghlanIssue 10220: switch to using string constants rather...
2010-11-30 Nick CoghlanIssue 10586: change the new functools.lru_cache impleme...
2010-11-30 Alexander BelopolskyIssue #10572: Moved json tests to Lib/test/json_tests.
2010-11-30 Raymond HettingerIssue #10323: Predictable final state for slice().
2010-11-29 Georg BrandlUse booleans where applicable.
2010-11-29 Georg BrandlCode style cleanup in bdb.
2010-11-29 Georg BrandlFix heading style inconsistencies.
2010-11-29 Georg BrandlFix indentation bug.
2010-11-29 Senthil KumaranRemove the comment used while testing.
2010-11-29 Senthil KumaranFix #10561 - Fix pdb behavior. Delete the breakpoints...
2010-11-29 Raymond HettingerIssue #10565: Iterator ABC should require both __next_...
2010-11-29 Ezio MelottiUse assertCountEqual instead of assertItemsEqual
2010-11-29 Raymond HettingerDo not add an obsolete unittest name to Py3.2.
2010-11-28 Brian CurtinFix for #8879.
2010-11-28 Ezio MelottiAdd callable() to the built-in functions table.
2010-11-28 Benjamin Petersonthere's now a setup.py switch for this
2010-11-27 Stefan KrahWindows: fix leak in posix_listdir.
2010-11-27 Antoine PitrouIssue #10518: Bring back the callable() builtin.
2010-11-27 Terry ReedyAdd version-added note twice for new difflib SequenceMa...
2010-11-27 Antoine PitrouMake doc for PyErr_Format() up to date.
2010-11-27 Barry WarsawRoumen Petrov's fix for when all paths are absolute...
2010-11-27 Stefan KrahFix additional leaks.
2010-11-27 Raymond HettingerIssue 10242: unittest.assertItemsEqual makes too many...
next