]> granicus.if.org Git - python/shortlog
python
2010-12-14 R. David Murray#775964: skip YP/NIS entries instead of failing the...
2010-12-14 Gregory P.... Fix "BytesWarning: str() on a bytes instance"
2010-12-14 Gregory P.... Issue #1731717: Fixed the problem where subprocess...
2010-12-14 R. David Murray#10695: use %s not %d so that a string 'port' does...
2010-12-14 Gregory P.... Issue #6559: fix the subprocess.Popen pass_fds implemen...
2010-12-14 R. David MurrayTurn on regrtest -W (rerun immediately) option for...
2010-12-14 R. David Murray9162: fix license in multiprocessing files
2010-12-14 R. David MurrayUse skipIf instead of a return when attribute doesn...
2010-12-14 R. David Murray#10699: fix docstring for tzset: it does not take a...
2010-12-13 R. David Murray#1078919: make add_header automatically do RFC2231...
2010-12-13 R. David Murray#10698: fix typo in example.
2010-12-13 Vinay SajipLogging documentation update.
2010-12-13 Vinay SajipLogging documentation update.
2010-12-13 Barry WarsawIssue 10687. When --without-pymalloc is given, $VERSIO...
2010-12-13 Nick CoghlanCaptured IO streams with embedded backslashes are alway...
2010-12-13 Vinay SajipLogging documentatio update.
2010-12-13 Gregory P.... Mention the subprocess.Popen close_fds default change...
2010-12-13 Gregory P.... regenerate configure based on r87207.
2010-12-13 Gregory P.... issue7213: Open the pipes used by subprocesses with...
2010-12-13 Gregory P.... Get rid of the close_fds DeprecationWarning. Changes...
2010-12-13 Kristján Valur... issue 10683
2010-12-13 Nick CoghlanActually finish the tests for r87182
2010-12-12 Vinay SajipLogging documentation - further update.
2010-12-12 Vinay SajipLogging documentation - further update.
2010-12-12 Vinay SajipLogging documentation - further update.
2010-12-12 Antoine PitrouImprove readability of the socket docs
2010-12-12 Antoine PitrouHomogenize the "optional OS services" menu
2010-12-12 Antoine PitrouConsistent ordering of availability statements
2010-12-12 Antoine PitrouFix heading level
2010-12-12 Antoine PitrouRemove redundant sentence, and fix markup
2010-12-12 R. David Murray#243654: only create a new MIME boundary if we don...
2010-12-12 Antoine PitrouAdd link to the buffer protocol description from the...
2010-12-12 Antoine PitrouBetter explain the buffer interface (hopefully)
2010-12-12 Antoine PitrouMake this a warning and fix indentation
2010-12-12 Antoine PitrouObsolete aliases needn't be documented
2010-12-12 Antoine PitrouRemove reference to stuff which is already obsolete...
2010-12-12 Antoine PitrouSET_LINENO was removed in 2.3
2010-12-12 Vinay SajipLogging documentation - further update.
2010-12-12 Nick CoghlanIssue #10188 (partial resolution): tidy up some behavio...
2010-12-12 Vinay SajipLogging documentation - further update.
2010-12-12 Vinay SajipLogging documentation - further update.
2010-12-12 Vinay SajipLogging documentation update.
2010-12-12 Benjamin Petersonhaving three copies of the same test is surely a bit...
2010-12-12 Benjamin Petersonremove (un)transform methods
2010-12-11 Georg BrandlFix markup.
2010-12-11 Barry WarsawCreate the hardlink between python-3.2m and python...
2010-12-11 Martin v. LöwisAdd versionchanged for parameter type changes.
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.
next