]> granicus.if.org Git - python/shortlog
python
2010-12-07 Raymond HettingerAdd entry for the new sysconfig module.
2010-12-07 David MalcolmFix typo
2010-12-06 Raymond HettingerNote improvements to the docs.
2010-12-06 Georg BrandlDon't use deprecated aliases.
2010-12-06 Georg BrandlRemove visible XXX comments.
2010-12-06 Raymond HettingerTypo fixups.
2010-12-05 Martin v. LöwisAutomate build for python3.dll.
2010-12-05 Georg BrandlRetagging 3.2b1.
2010-12-05 Georg BrandlFix title. v3.2b1
2010-12-05 Georg BrandlRemove tag.
2010-12-05 Georg BrandlTake PyUnicode_TransformDecimalToASCII out of the limit...
2010-12-05 Georg BrandlTagging 3.2b1.
2010-12-05 Raymond HettingerNits and todos
2010-12-05 Georg BrandlApply rest of #10628, and add a few todo comments.
2010-12-05 Georg BrandlTemporarily disable newly failing test for the release.
2010-12-05 Nick CoghlanMore fine-grained monitoring of alterations to logging...
2010-12-05 Raymond HettingerSpelling
2010-12-05 Raymond HettingerUpdate the unittest section.
2010-12-05 Nick CoghlanIssue 10626 investigation: regrtest now checks for...
2010-12-05 Raymond HettingerNew string format character.
2010-12-05 Raymond HettingerOptimization notes.
2010-12-05 Hirokazu YamamotoShould use posix_error here.
2010-12-05 Raymond HettingerDescribe the transform/untranform methods
2010-12-05 Raymond HettingerNote the updates to range objects.
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.
next