]> granicus.if.org Git - python/shortlog
python
2010-12-11 Georg BrandlAvoid AttributeError(_closed) when a TemporaryDirectory...
2010-12-11 Martin v. LöwisAdjust PySlice_GetIndices documentation to signature...
2010-12-10 Georg BrandlFix typo.
2010-12-10 Alexander BelopolskyReverted accidental commit (from r87159)
2010-12-10 Alexander BelopolskyUpdated UCD version and unicode.org links to Unicode...
2010-12-10 Raymond HettingerMove nntp entry back to changed modules section and...
2010-12-10 Vinay Sajiplogging: added handler of last resort.
2010-12-10 Georg Brandl#10668: fix wrong call of __init__.
2010-12-10 Vinay SajipFied typo
2010-12-10 Vinay Sajiptest.support: Added TestHandler and Matcher classes...
2010-12-10 Vinay SajipMinor documentation tweak.
2010-12-10 Ezio Melotti#10273: Remove a "Matches" that I missed in r86910...
2010-12-10 Raymond HettingerReclassify some entries and remove a couple of minor...
2010-12-10 Raymond HettingerOverview of email module and recategorize various entries.
2010-12-09 Raymond HettingerDoh! Example pasted twice, but only once in the right...
2010-12-09 Georg BrandlGuard against rogue tuples.
2010-12-09 Georg Brandl#10661: give QName a nicer repr.
2010-12-09 Georg BrandlFix "seperate".
2010-12-09 Raymond HettingerEntries for datetime, callable, and collections.Counter.
2010-12-09 Hirokazu YamamotoFixed typo in comment.
2010-12-09 Hirokazu YamamotoShould call Py_INCREF for Py_None (Modules/_ssl.c:...
2010-12-08 Alexander BelopolskyIssue #6697: Fixed instances of _PyUnicode_AsString...
2010-12-08 R. David MurrayHave script_helper._assert_python strip refcount string...
2010-12-08 Victor StinnerIssue #10546: UTF-16-LE and UTF-16-BE *do* support...
2010-12-08 Alexander BelopolskyEdited the Unicode 6.0.0 entry to add unicode.org links...
2010-12-08 Alexander BelopolskyAdded a datetime new features entry
2010-12-08 Hirokazu YamamotoMention NASM which is needed to build openssl-1.0.0a...
2010-12-08 Raymond HettingerEntry for inspect.getattr_static().
2010-12-08 Raymond HettingerExample of argparge with subparsers.
2010-12-08 Raymond Hettingerrange() example
2010-12-08 Senthil KumaranFix Issue8194 - Fix incompatible API change in the...
2010-12-08 Raymond HettingerNits.
2010-12-08 Raymond HettingerClean-ups.
2010-12-08 Raymond HettingerAdd example for concurrent.futures.
2010-12-08 Raymond HettingerUpdate whatsnew. Salt the random number seed.
2010-12-07 Ronald OussorenFix for issue #10107: Without this patch IDLE on OSX...
2010-12-07 Ronald OussorenTwo small changes to adjust framework builds to the...
2010-12-07 Hirokazu YamamotoIssue #10637: Called CloseHandle twice in os.stat/os...
2010-12-07 Raymond HettingerMartin's name with Unicode.
2010-12-07 Raymond HettingerMake the example a little more interesting and useful.
2010-12-07 Raymond HettingerClean-ups and examples.
2010-12-07 Raymond HettingerSpelling.
2010-12-07 Raymond HettingerMore cleanups and examples.
2010-12-07 Raymond HettingerAdd example for the entry for argparse
2010-12-07 Benjamin Petersonuse the more direct API
2010-12-07 Benjamin Petersonadd news note
2010-12-07 Benjamin Petersonreturn views from dict proxy items/values/keys #10630
2010-12-07 Raymond HettingerAdd entry for new pdb features
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...
next