]> granicus.if.org Git - python/shortlog
python
2010-12-23 Raymond HettingerFix buglet. If the input was an iterator, the fallback...
2010-12-23 R. David Murray#1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss...
2010-12-23 R. David Murray#4496: remove misleading comment and note that self...
2010-12-23 Éric AraujoFix typo in superclass method name
2010-12-23 Éric AraujoNits: use a real boolean, make one docstring more simil...
2010-12-23 Éric AraujoFix small inaccuracy: there is no index function
2010-12-23 Alexander BelopolskyIssue #10587: Document the meaning of str methods.
2010-12-23 Alexander BelopolskyIssue #10254: Fixed a crash and a regression introduced...
2010-12-22 Antoine PitrouFix ResourceWarning in test_normalization
2010-12-22 Michael FoordAnother trivial typo correction in whatsnew
2010-12-22 Vinay SajipLogging documentation updates.
2010-12-22 Michael FoordMinor typo corrections in whatsnew
2010-12-22 Raymond HettingerAdd todo
2010-12-22 Gregory P.... fix a compiler warning about err_msg potentially being...
2010-12-22 Alexander BelopolskyRemoved unneeded #include
2010-12-22 Alexander BelopolskyBoth PEP 3131 and the current implementation use NFKC...
2010-12-21 R. David Murray#4871: check that zipfile password is bytes, and give...
2010-12-21 Antoine PitrouIssue #10750: The `raw` attribute of buffered IO object...
2010-12-21 Raymond HettingerDocument the alternate format for :ref:.
2010-12-21 Raymond HettingerReference the release schedule
2010-12-21 Raymond HettingerDeprecate assertDictContainsSubset()
2010-12-21 Antoine PitrouSuggest sys.maxsize as a reliable way to know whether...
2010-12-21 R. David MurrayMake test_compileall more robust by using -S to keep...
2010-12-21 R. David MurrayFix the change made for issue 1243654.
2010-12-20 R. David MurrayRevert incorrect patch made at the wrong time.
2010-12-20 R. David MurrayMake test_compileall more robust by using -S to keep...
2010-12-19 Vinay SajipLogging documentation updates.
2010-12-19 Vinay SajipLogging documentation reorganised.
2010-12-19 Georg BrandlTag 3.2 beta 2.
2010-12-19 Georg Brandl#3243 follow-up: remove debugging print and fix docs... v3.2b2
2010-12-19 Senthil KumaranIssue3243 - Support iterable bodies in httplib. Patch...
2010-12-19 Georg BrandlBump to 3.2b2.
2010-12-19 Georg BrandlFix markup error and update suspicious file.
2010-12-19 Georg BrandlUpdate pydoc topics.
2010-12-19 Georg BrandlTemporarily skip test failing with newer ttk.
2010-12-19 Georg Brandl#6075: make idle work with both Carbon AquaTk and Cocoa...
2010-12-19 Vinay SajipLogging documentation update.
2010-12-19 Michael FoordImprovement to fix for issue 9926 to allow TestResult...
2010-12-19 Michael FoordFix minor issue in implementation of issue 10470.
2010-12-19 Michael FoordIssue 10611. Issue 9857. Improve the way exception...
2010-12-18 Ezio Melotti#10573: use actual/expected consistently in unittest...
2010-12-18 R. David Murray#9286: Fix the rfc822 parser to preserve whitespace...
2010-12-18 Antoine PitrouNEWS entry for r87373
2010-12-18 Georg Brandl#10723: add missing builtin exceptions.
2010-12-18 Ezio MelottiUse lowercase true/false in assertTrue/assertFalse...
2010-12-18 R. David Murray#10404: Use ctl-button-1 for context menus on OSX Idle.
2010-12-18 Senthil KumaranFix Issue6791 - Limit the HTTP header readline with...
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.
next