summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji...Senthil Kumaran2010-12-192-10/+18
* Fix markup error and update suspicious file.Georg Brandl2010-12-192-2/+14
* Logging documentation update.Vinay Sajip2010-12-191-4/+7
* #10573: use actual/expected consistently in unittest methods. The order of th...Ezio Melotti2010-12-181-37/+38
* #10723: add missing builtin exceptions.Georg Brandl2010-12-181-0/+18
* #10728: the default for printing help is sys.stdout, not stderr.R. David Murray2010-12-181-2/+2
* Fix typo.Georg Brandl2010-12-181-1/+1
* Make this a note again.Antoine Pitrou2010-12-181-1/+1
* Use kbd role.Georg Brandl2010-12-181-1/+1
* Typo fix.Georg Brandl2010-12-181-1/+1
* Add attribution.Georg Brandl2010-12-181-0/+2
* Nits.Raymond Hettinger2010-12-181-2/+2
* Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg fo...Steven Bethard2010-12-181-1/+11
* Minor markup and wording fixups.Raymond Hettinger2010-12-181-10/+10
* Minor wordsmithing and markup fix-ups.Raymond Hettinger2010-12-181-22/+25
* Enhance argparse example to show aliases.Raymond Hettinger2010-12-181-3/+4
* Add link to a sample solution to a common problem.Raymond Hettinger2010-12-171-0/+3
* Fix typoDaniel Stutzbach2010-12-171-3/+3
* fix for an embarrassing autoformatting SNAFU. Thanks for your alertness, Anto...Łukasz Langa2010-12-171-11/+24
* configparser hype coming up!Łukasz Langa2010-12-171-25/+115
* 100% test coverage, better mapping protocol compatibility, some minor bugfixesŁukasz Langa2010-12-171-16/+26
* Issue2690: Update docs to reflect the change made by issue2690.Daniel Stutzbach2010-12-171-2/+2
* Expand the LBYL glossary entry.Raymond Hettinger2010-12-172-2/+6
* Issue #10711: Remove HTTP 0.9 support from http.client. The `strict`Antoine Pitrou2010-12-171-7/+16
* Issue 8753: Added documentation for Py_ReprEntr and Py_ReprLeave.Daniel Stutzbach2010-12-171-0/+29
* #10454: clarify the compileall docs and help messages.R. David Murray2010-12-171-32/+63
* #10559: provide instructions for accessing sys.argv when first mentioned.R. David Murray2010-12-171-2/+3
* configparser API cleanup: default values now sensible, slightly incompatible.Łukasz Langa2010-12-171-38/+89
* Credit Florent for portingAntoine Pitrou2010-12-161-1/+1
* Add todo for WSGIRaymond Hettinger2010-12-161-1/+1
* Add missing docs and directives related to PEP 3147 and byte-compilationÉric Araujo2010-12-165-19/+54
* Fix one versionchangedÉric Araujo2010-12-161-1/+4
* Improve the ContextDecorator example.Raymond Hettinger2010-12-161-15/+13
* Add versionadded directive missing from r78983.Éric Araujo2010-12-161-0/+3
* Advertise “python -m test” over test.regrtest (r87296 followup)Éric Araujo2010-12-161-10/+13
* Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser.Łukasz Langa2010-12-161-60/+39
* Thank you ispell.Raymond Hettinger2010-12-161-4/+4
* NitsRaymond Hettinger2010-12-162-8/+8
* Advertise “python -m” instead of direct filename.Éric Araujo2010-12-161-3/+3
* Entries for ElementTree, collectionsm, functools and ZipFile.Raymond Hettinger2010-12-161-7/+103
* No need to generate a link for something that’s just above.Éric Araujo2010-12-161-2/+1
* Issue #8844: Regular and recursive lock acquisitions can now be interruptedAntoine Pitrou2010-12-153-0/+13
* Mark up one missed None in pkgutil.rst (#8851)Éric Araujo2010-12-151-2/+2
* Entry for decimal and fractions.Raymond Hettinger2010-12-151-8/+37
* Add entries for structseq, ContextDecorator, and various C-API changes.Raymond Hettinger2010-12-151-7/+124
* Add disclaimer about MinGW compat in distutils docs (#6007). Patch by Chris ...Éric Araujo2010-12-151-16/+23
* Fix wrong name in docstring and doc (#10693). Original patch by Eli Bendersky.Éric Araujo2010-12-151-1/+1
* Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes...Terry Reedy2010-12-151-5/+5
* Use sentence case in section titles consistentlyAlexander Belopolsky2010-12-151-1/+1
* Elaborate on the calculation used in the random module.Raymond Hettinger2010-12-151-24/+26