]> granicus.if.org Git - python/shortlog
python
2010-12-15 Éric AraujoFix build_ext with VS 8.0. Patch by Hirokazu Yamamoto...
2010-12-15 Éric AraujoFix wrong name in docstring and doc (#10693). Original...
2010-12-15 Terry ReedyIssue 10534, difflib: tweak doc; test new SequenceMatch...
2010-12-15 Alexander BelopolskyUse sentence case in section titles consistently
2010-12-15 Raymond HettingerElaborate on the calculation used in the random module.
2010-12-15 Éric AraujoUse nested method directives, rewrap long lines, fix...
2010-12-15 Raymond HettingerAdd intro to the changed modules section.
2010-12-15 Éric AraujoImprove trace documentation (#9264). Patch by Eli...
2010-12-15 Antoine PitrouMove the urllib-inherited API to a distinguished section
2010-12-15 Raymond HettingerMove email section in with other modules. Fix markup.
2010-12-15 Raymond HettingerMinor regroupings.
2010-12-15 Raymond HettingerAdopt Antoine's suggestion to improve readability with...
2010-12-15 Raymond HettingerAdd entries for the random module and the collections...
2010-12-15 Raymond HettingerIssue 10667: Fast path for collections.Counter
2010-12-15 Antoine PitrouI don't think we need to ship the comp.lang.python...
2010-12-15 Antoine PitrouEncourage --with-pydebug rather than individual setting...
2010-12-15 Antoine PitrouRemove outdated compatibility file.
2010-12-15 Antoine PitrouIssue #10706: Remove outdated script runtests.sh. ...
2010-12-15 Senthil KumaranTIMEOUT value change in URLTimeout Test. test.support...
2010-12-15 Andrew M. KuchlingTypo fix
2010-12-15 R. David Murray#10705: document what the values of debuglevel are...
2010-12-14 R. David Murray#4236: avoid possible Fatal Error when import is called...
2010-12-14 R. David MurrayMore comprehensive compileall cli tests, and fixes.
2010-12-14 Antoine PitrouFreshen README contents
2010-12-14 Raymond HettingerNits
2010-12-14 Vinay SajipLogging documentation update.
2010-12-14 Gregory P.... SIGCHLD is a more portable name than SIGCLD. (OSX...
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
next