summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Remove confusing paragraph -- this is relevant only to advanced users anyway ...Georg Brandl2010-12-281-8/+0
* Replace sys.maxint mention by sys.maxsize.Georg Brandl2010-12-281-1/+1
* Issue #8966: Remove the documentation of ctypes.set_conversion_mode()Victor Stinner2010-12-281-16/+0
* Issue #10780: PyErr_SetFromWindowsErrWithFilename() andVictor Stinner2010-12-281-2/+3
* Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystemVictor Stinner2010-12-271-2/+3
* Issue #9738: Document encodings of AST, compiler, parser and PyRun functionsVictor Stinner2010-12-271-11/+20
* Issue #9738: document encodings of unicode functionsVictor Stinner2010-12-271-1/+2
* Issue #9738: Document encodings of error and warning functionsVictor Stinner2010-12-271-9/+16
* Added logging documentation cross-references.Vinay Sajip2010-12-262-4/+30
* Improved logging cookbook for logging with multiprocessing.Vinay Sajip2010-12-261-0/+100
* Fix typo (#10770)Éric Araujo2010-12-261-1/+1
* Remove unexistent parameter (#3216)Éric Araujo2010-12-261-1/+1
* Fix typo spotted by Rodrigo Bernardo Pimentel (#9891)Éric Araujo2010-12-261-1/+1
* Adopt symmetric names for arguments (actual/expected --> first/second).Raymond Hettinger2010-12-241-5/+5
* Logging documentation updates.Vinay Sajip2010-12-241-8/+7
* Added an XXX note to describe timedelta/timedelta feature.Alexander Belopolsky2010-12-241-0/+3
* Fix docs and comment for r87454.Raymond Hettinger2010-12-241-1/+1
* Issue #9063: Corrected the tzinfo example.Alexander Belopolsky2010-12-241-1/+1
* Issue #10587: Document the meaning of str methods.Alexander Belopolsky2010-12-231-9/+23
* Another trivial typo correction in whatsnewMichael Foord2010-12-221-1/+1
* Logging documentation updates.Vinay Sajip2010-12-223-47/+48
* Minor typo corrections in whatsnewMichael Foord2010-12-221-3/+3
* Add todoRaymond Hettinger2010-12-221-0/+2
* Both PEP 3131 and the current implementation use NFKC normalizationAlexander Belopolsky2010-12-221-2/+2
* Document the alternate format for :ref:.Raymond Hettinger2010-12-211-0/+2
* Reference the release scheduleRaymond Hettinger2010-12-211-0/+3
* Deprecate assertDictContainsSubset()Raymond Hettinger2010-12-211-3/+6
* Suggest sys.maxsize as a reliable way to know whether the interpreter is 64-bit.Antoine Pitrou2010-12-211-1/+11
* Logging documentation updates.Vinay Sajip2010-12-193-5/+26
* Logging documentation reorganised.Vinay Sajip2010-12-197-3845/+3737
* #3243 follow-up: remove debugging print and fix docs; data is a bytes object.v3.2b2Georg Brandl2010-12-192-2/+2
* 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