summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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-194-3845/+1790
* #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-191-2/+2
* 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
* Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg fo...Steven Bethard2010-12-181-1/+11
* Add link to a sample solution to a common problem.Raymond Hettinger2010-12-171-0/+3
* 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
* Issue #10711: Remove HTTP 0.9 support from http.client. The `strict`Antoine Pitrou2010-12-171-7/+16
* #10454: clarify the compileall docs and help messages.R. David Murray2010-12-171-32/+63
* configparser API cleanup: default values now sensible, slightly incompatible.Łukasz Langa2010-12-171-38/+89
* Add missing docs and directives related to PEP 3147 and byte-compilationÉric Araujo2010-12-164-19/+51
* Fix one versionchangedÉric Araujo2010-12-161-1/+4
* 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
* NitsRaymond Hettinger2010-12-161-7/+7
* Advertise “python -m” instead of direct filename.Éric Araujo2010-12-161-3/+3
* 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-152-0/+7
* Mark up one missed None in pkgutil.rst (#8851)Éric Araujo2010-12-151-2/+2
* Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes...Terry Reedy2010-12-151-5/+5
* Use nested method directives, rewrap long lines, fix whitespace.Éric Araujo2010-12-151-50/+56
* Improve trace documentation (#9264). Patch by Eli Bendersky.Éric Araujo2010-12-151-50/+119
* Move the urllib-inherited API to a distinguished sectionAntoine Pitrou2010-12-151-156/+164
* #10705: document what the values of debuglevel are and mean.R. David Murray2010-12-151-2/+4
* Logging documentation update.Vinay Sajip2010-12-141-154/+159
* #775964: skip YP/NIS entries instead of failing the testR. David Murray2010-12-141-1/+3
* Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest.Gregory P. Smith2010-12-141-5/+13
* #1078919: make add_header automatically do RFC2231 encoding when needed.R. David Murray2010-12-131-2/+19
* #10698: fix typo in example.R. David Murray2010-12-131-1/+1
* Logging documentation update.Vinay Sajip2010-12-131-2/+5
* Logging documentation update.Vinay Sajip2010-12-131-110/+128
* Logging documentatio update.Vinay Sajip2010-12-131-1/+2
* Get rid of the close_fds DeprecationWarning. Changes the default on a perGregory P. Smith2010-12-131-8/+6
* Logging documentation - further update.Vinay Sajip2010-12-121-2/+2
* Logging documentation - further update.Vinay Sajip2010-12-121-4/+24
* Logging documentation - further update.Vinay Sajip2010-12-121-3/+4
* Improve readability of the socket docsAntoine Pitrou2010-12-121-57/+82
* Homogenize the "optional OS services" menuAntoine Pitrou2010-12-124-12/+12
* Consistent ordering of availability statementsAntoine Pitrou2010-12-121-2/+2