- 9aeeffa #7407: specify default maxsize value; patch by Floris Bruynooghe by Andrew M. Kuchling · 15 years ago
- c994186 Fixing issue5475 : urllib2.getproxies not documented by Senthil Kumaran · 15 years ago
- 271b7e1 Issue #7928: Document str.format element_index better. by Eric Smith · 15 years ago
- de8b2ac Issue #5965: Add documentation for parts of format specification language. by Eric Smith · 15 years ago
- 2d78070 Issue #7733: add explicit reference in asyncore docs. by Dirkjan Ochtman · 15 years ago
- 6ae19ad #8000: fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :) by Georg Brandl · 15 years ago
- 8614817 Fix #1537721: add writeheader() method to csv.DictWriter. by Dirkjan Ochtman · 15 years ago
- 1605b33 fixup markup error by Jack Diederich · 15 years ago
- 48cc8dc added make_archive (and secondary APIs) to shutil by Tarek Ziadé · 15 years ago
- 8f48f4c fixes issue #7530, serve_forever() by Jack Diederich · 15 years ago
- f5be4e6 Clarify description of three-argument pow for Decimal types: the exponent of the result is always 0. by Mark Dickinson · 15 years ago
- dfd0148 #6414: clarify description of processor endianness. by Andrew M. Kuchling · 15 years ago
- 25d6ddd #7076: mention SystemRandom class near start of the module docs; reword change description for clarity. Noted by Shawn Ligocki. by Andrew M. Kuchling · 15 years ago
- 61afd26 logging: Documented warnings module integration. by Vinay Sajip · 15 years ago
- 74cbd66 #7967: PyXML is no more. by Georg Brandl · 15 years ago
- cc43b56 - apply patch from issue 7005 - add corresponding documentation by Fred Drake · 15 years ago
- 6d8effb Issue #7633: Context method in the decimal module (with the exception by Mark Dickinson · 15 years ago
- 6dfe662 Make the references to Popen in the description of Call by R. David Murray · 15 years ago
- cef3409 Remove incorrect apostrophe. by Eric Smith · 15 years ago
- a68f7b8 #7921: fix links. Patch by Brian Curtin. by Ezio Melotti · 16 years ago
- 6164d7a #7907: fix wrong function name in doc. Patch by Brian Curtin. by Ezio Melotti · 16 years ago
- 7c29f07 Issue 5754: tweak shelve doc wording to make it clearer that even when by R. David Murray · 16 years ago
- db43b5a Issue 7893 and Issue 7588 by Michael Foord · 16 years ago
- 7b5aa46 Doc fix for unittest. by Michael Foord · 16 years ago
- fe6349c Make assertMultiLineEqual the default for comparing unicode strings. by Michael Foord · 16 years ago
- dd25e86 Issue 6003: ZipFile.writestr "compression_type" argument by Ronald Oussoren · 16 years ago
- dc3694b Rename "exc_value" attribute on assertRaises context manager to "exception". by Georg Brandl · 16 years ago
- ab3f5cb A number of APIs in macostools cannot work in 64-bit mode because they by Ronald Oussoren · 16 years ago
- 6f82cd3 #5341: fix "builtin" where used as an adjective ("built-in" is correct). by Georg Brandl · 16 years ago
- b79dc30 Review sysconfig docs. by Georg Brandl · 16 years ago
- 1c7c730 #7864: make deprecation notices a bit clearer. by Georg Brandl · 16 years ago
- ba7732e Minor doc change. by Michael Foord · 16 years ago
- fb0844b Adding versionadded to test skipping section of unittest documentation. by Michael Foord · 16 years ago
- 1f3fa8a Example of using assertRaises as a context manager in the unittest documentation. by Michael Foord · 16 years ago
- 1c43001 Closes issue 7030. by Michael Foord · 16 years ago
- 0e6e97d Issue #7851: logging: clarification on logging configuration files. by Vinay Sajip · 16 years ago
- 85ee3e1 Use correct assert* methods in the examples. by Ezio Melotti · 16 years ago
- 7dfc9e1 Issue 6760: Clarify args handling for subprocess.Popen. Patch by Chris Rebert by Nick Coghlan · 16 years ago
- f8f4207 Explicitly mention the default value for formatdate's usegmt parameter. by R. David Murray · 16 years ago
- 1b93fc1 first version of the sysconfig module documentation by Tarek Ziadé · 16 years ago
- e70c72c Minor modification to unittest documentation. by Michael Foord · 16 years ago
- 979d79c Fix-up ftplib documentation: by Georg Brandl · 16 years ago
- 3fd2db9 move distutils.rst to different toc by Benjamin Peterson · 16 years ago
- 53ffca5 #7802: fix invalid example (heh). by Georg Brandl · 16 years ago
- 75d3fb1 #7801: fix xmlrpclib binary example, open the picture in binary mode by Victor Stinner · 16 years ago
- 7b4e02c #7765: typos by Ezio Melotti · 16 years ago
- 654ade3 Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool by Jesse Noller · 16 years ago
- 096d0bf Fix type on getwindowsversion documentation. Thanks Taggnostr. by Eric Smith · 16 years ago
- ee931b7 Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type. by Eric Smith · 16 years ago
- 47b6659 Added a note about Event.is_set() syntax being new to 2.6 by Facundo Batista · 16 years ago
- c3b0cd7 #7725: fix referencing issue. by Georg Brandl · 16 years ago
- 77a64e7 #7746: rephrase a sentence by Ezio Melotti · 16 years ago
- 6cbb7f9 #7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such. by Georg Brandl · 16 years ago
- 5afe42b remove wrong markup by Ezio Melotti · 16 years ago
- 5a9112c Issue #2846: Add support for gzip.GzipFile reading zero-padded files. by Antoine Pitrou · 16 years ago
- d0ff51c #7685: typo by Ezio Melotti · 16 years ago
- b227f47 Added documentation for dictionary views fixer. by Alexandre Vassalotti · 16 years ago
- 69eb516 Issue #1967: Backport dictionary views. by Alexandre Vassalotti · 16 years ago
- 0e207df Issue #7119: document that a program-generated Message object by R. David Murray · 16 years ago
- 6fdd3dc DeprecationWarning is now silent by default. by Brett Cannon · 16 years ago
- 8360b21 #7422: make it clear that getargspec() only works on Python functions. by Georg Brandl · 16 years ago
- 705a358 #5950: document that zip files with comments are unsupported in zipimport. by Georg Brandl · 16 years ago
- b9c3ed4 #3340: document print/get_usage and print/get_version by Ezio Melotti · 16 years ago
- 8198256 fixed markup errors by Ezio Melotti · 16 years ago
- 5129ed3 #7618: fix highlight of code blocks by Ezio Melotti · 16 years ago
- 9d32521 issue3972: HTTPConnection and HTTPSConnection now support a by Gregory P. Smith · 16 years ago
- 79a3eb1 Adds an optional source_address parameter to socket.create_connection(). by Gregory P. Smith · 16 years ago
- 5a485c1 Clarify that the rect, phase and polar functions work with radians. by Mark Dickinson · 16 years ago
- b7953f0 We only support Windows NT derivatives now. by Georg Brandl · 16 years ago
- 569e61f #5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin. by Ezio Melotti · 16 years ago
- fa1ffb6 #7595: fix typo in argument default constant. by Georg Brandl · 16 years ago
- c2aad8a Fix wrong markup. by Georg Brandl · 16 years ago
- a25658b Improve markup of ctypes docs. by Georg Brandl · 16 years ago
- d2ff486 #7569: clarification about c_char_p. by Georg Brandl · 16 years ago
- 0d19eaf document new fix_callable behavior by Benjamin Peterson · 16 years ago
- 66d8d69 #7404: remove reference to non-existing example files. by Georg Brandl · 16 years ago
- fe8df4f #7586: fix typo. by Georg Brandl · 16 years ago
- 1ac1c39 Updated sys.flags table in Doc by Ezio Melotti · 16 years ago
- 9c236bf Added markup and default arg, fixed example by Ezio Melotti · 16 years ago
- f9a21f4 Fix for Issue7570: Error in urllib2 example. by Senthil Kumaran · 16 years ago
- 1c2353b builtin-ins -> builtins by Benjamin Peterson · 16 years ago
- 6ab5d08 #7381: subprocess documentation and library docstring consistency fixes. by Georg Brandl · 16 years ago
- 0732fd9 Document the headers parameter for set_tunnel. by Senthil Kumaran · 16 years ago
- 062d2b5 #7388: "python".capitalize() in the Doc by Ezio Melotti · 16 years ago
- e812d29 Issue #7545: improve documentation of the `buffering` argument in io.open(). by Antoine Pitrou · 16 years ago
- d86e9d7 #7480: remove tautology. by Georg Brandl · 16 years ago
- c51d1f0 #7479: add note about function availability on Unices. by Georg Brandl · 16 years ago
- 8b10f13 #7527: use standard versionadded tags. by Georg Brandl · 16 years ago
- 5ff37ae Issue #3366: Add error function and complementary error function to math module. by Mark Dickinson · 16 years ago
- 0c6a0e3 Issue #7529: logging: Minor correction to documentation. by Vinay Sajip · 16 years ago
- 9cae178 Issue #3366: Add expm1 function to math module. Thanks Eric Smith for by Mark Dickinson · 16 years ago
- bf306ca adverb by Benjamin Peterson · 16 years ago
- 9be87bc Issue #3366: Add lgamma function to math module. by Mark Dickinson · 16 years ago
- a5fd24e Add a reverse() method to collections.deque(). by Raymond Hettinger · 16 years ago
- 2627553 #7177: clarify the potential PIPE deadlock warnings by Philip Jenvey · 16 years ago
- 30b3b35 Issue #7333: The `posix` module gains an `initgroups()` function providing by Antoine Pitrou · 16 years ago
- 8d8f874 Fix versions and spacing. by Georg Brandl · 16 years ago
- 761ae0b fix typo by Gregory P. Smith · 16 years ago
- 50ea456 Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. by Martin v. Löwis · 16 years ago
- acbe3bd Issue #6845: Add restart support for binary upload in ftplib. The by Antoine Pitrou · 16 years ago