]> granicus.if.org Git - python/shortlog
python
2010-12-18 R. David Murray#10728: the default for printing help is sys.stdout...
2010-12-18 Georg BrandlFix typo.
2010-12-18 Ezio Melotti#5587: add a repr to dict_proxy objects. Patch by...
2010-12-18 Antoine PitrouMake this a note again.
2010-12-18 Georg BrandlUse kbd role.
2010-12-18 Georg BrandlTypo fix.
2010-12-18 Georg BrandlAdd attribution.
2010-12-18 Raymond HettingerNits.
2010-12-18 Steven BethardAdd subparser aliases for argparse. Resolves issue...
2010-12-18 Raymond HettingerMinor markup and wording fixups.
2010-12-18 Raymond HettingerMinor wordsmithing and markup fix-ups.
2010-12-18 Raymond HettingerEnhance argparse example to show aliases.
2010-12-18 R. David Murray#9907: call rl_initialize early when using editline...
2010-12-17 Raymond HettingerAdd link to a sample solution to a common problem.
2010-12-17 Daniel StutzbachFix typo
2010-12-17 Victor Stinnerupdate .gitignore using .hgignore
2010-12-17 Łukasz Langafix for an embarrassing autoformatting SNAFU. Thanks...
2010-12-17 Łukasz Langaconfigparser hype coming up!
2010-12-17 Łukasz Langa100% test coverage, better mapping protocol compatibili...
2010-12-17 Martin v. LöwisUpgrade to sqlite3 3.7.4.
2010-12-17 Daniel StutzbachIssue2690: Update docs to reflect the change made by...
2010-12-17 Martin v. LöwisUpgrade Tcl/Tk to 8.5.9.
2010-12-17 Raymond HettingerExpand the LBYL glossary entry.
2010-12-17 Antoine PitrouIssue #4188: Avoid creating dummy thread objects when...
2010-12-17 Antoine PitrouIssue #10711: Remove HTTP 0.9 support from http.client...
2010-12-17 Daniel StutzbachIssue 8753: Added documentation for Py_ReprEntr and...
2010-12-17 R. David Murray#10454: clarify the compileall docs and help messages.
2010-12-17 R. David Murray#10559: provide instructions for accessing sys.argv...
2010-12-17 Senthil KumaranFix Issue9721 - urljoin behavior when the relative...
2010-12-17 Łukasz Langaconfigparser API cleanup: default values now sensible...
2010-12-16 Gregory P.... assert that the regex given to assertRegex is non-empty.
2010-12-16 R. David Murray#10719: restore messages generated on invalid compileal...
2010-12-16 Antoine PitrouIssue #10710: `Misc/setuid-prog.c` is removed from...
2010-12-16 Antoine PitrouIssue #10714: Limit length of incoming request in http...
2010-12-16 Antoine PitrouCredit Florent for porting
2010-12-16 Raymond HettingerAdd todo for WSGI
2010-12-16 Éric AraujoAdd missing docs and directives related to PEP 3147...
2010-12-16 Brian CurtinEasyDialogs was removed in 3.x. fallback_getpass will...
2010-12-16 Éric AraujoFix one versionchanged
2010-12-16 Raymond HettingerImprove the ContextDecorator example.
2010-12-16 Éric AraujoAdd versionadded directive missing from r78983.
2010-12-16 Łukasz LangaAcknowledged renaming of SafeConfigParser to ConfigParser.
2010-12-16 Éric AraujoAdvertise “python -m test” over test.regrtest (r87296...
2010-12-16 Łukasz LangaBroken ConfigParser removed, SafeConfigParser renamed...
2010-12-16 Raymond HettingerThank you ispell.
2010-12-16 Raymond HettingerNits
2010-12-16 Éric AraujoAdvertise “python -m” instead of direct filename.
2010-12-16 Raymond HettingerEntries for ElementTree, collectionsm, functools and...
2010-12-16 Éric AraujoNo need to generate a link for something that’s just...
2010-12-15 Antoine PitrouMake test_threadsignals more lax, and add notes
2010-12-15 Antoine PitrouIssue #8844: Regular and recursive lock acquisitions...
2010-12-15 Éric AraujoMark up one missed None in pkgutil.rst (#8851)
2010-12-15 Raymond HettingerEntry for decimal and fractions.
2010-12-15 Raymond HettingerAdd entries for structseq, ContextDecorator, and variou...
2010-12-15 Éric AraujoAdd disclaimer about MinGW compat in distutils docs...
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.
next