- 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
- 2600a33 #7400: typo. by Georg Brandl · 16 years ago
- e236c3c Forgot to add a `versionadded` tag by Antoine Pitrou · 16 years ago
- bcfaf80 Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method returning by Antoine Pitrou · 16 years ago
- 6b87f11 Fix some documentation examples involving the repr of a float. by Mark Dickinson · 16 years ago
- 9dd5e16 Issue #7117, continued: Remove substitution of %g-style formatting for by Mark Dickinson · 16 years ago
- faa2599 #7345: fix arguments of formatyear(). by Georg Brandl · 16 years ago
- 6c37674 issue5738: The distribution example was confusing, and out of date. It's too large to include inline in the docs as well. It belongs in an addons module outside the stdlib. Removing. by Jesse Noller · 16 years ago
- 4823961 Issue 7363: fix indentation in socketserver udpserver example. by R. David Murray · 16 years ago
- 9eac119 Fix docstrings for itertools combinatoric functions. by Raymond Hettinger · 16 years ago
- 1136ff5 Fix markup. by Georg Brandl · 16 years ago
- 8c18a47 upcase Python by Georg Brandl · 16 years ago
- d3571c8 #7302: fix link. by Georg Brandl · 16 years ago
- ccd5e02 Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using by Antoine Pitrou · 16 years ago
- d5b34d4 Issue #4969: The mimetypes module now reads the MIME database from by Antoine Pitrou · 16 years ago
- 49868cb Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation. by Nick Coghlan · 16 years ago
- b6fb8dc Fix terminology. by Georg Brandl · 16 years ago
- 2fb77bd revert r76243; I was right, actually :) by Benjamin Peterson · 16 years ago
- c4a346c never mind about eval mode in this case by Benjamin Peterson · 16 years ago
- e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 16 years ago
- 7232d41 Give the profile module a module directive. by Georg Brandl · 16 years ago
- 610326d Show example of how to make a sorted dictionary by Raymond Hettinger · 16 years ago
- a5dcf21 Remove redundant sentence. by R. David Murray · 16 years ago
- 0ac6942 discuss how to use -p by Benjamin Peterson · 16 years ago
- 1a22e87 #7271: fix typo. by Georg Brandl · 16 years ago
- efc2858 #7259: show correct equivalent for operator.i* operations in docstring; fix minor issues in operator docs. by Georg Brandl · 16 years ago
- a6714b2 #7256: add versionadded tags for functions copied from cgi. by Georg Brandl · 16 years ago
- 5b54432 Fix doc typo reported by Arfrever. by Mark Dickinson · 16 years ago
- 6418577 typo (space-o?) by Skip Montanaro · 16 years ago
- 2c970a2 Remove official documentation entry for thread._count() and make the by Antoine Pitrou · 16 years ago
- 59c44f3 Issue #7222: Make thread "reaping" more reliable so that reference by Antoine Pitrou · 16 years ago
- a7d4400 Issue 7199: Documentation made slightly more consistent w.r.t. logging level enumeration. by Vinay Sajip · 16 years ago
- da8652d9 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 16 years ago
- 5460ff9 Fix markup. by Georg Brandl · 16 years ago
- d617cba add further note about what's passed to optionxform by Fred Drake · 16 years ago
- dc02052 #7188: fix optionxform() docs. by Georg Brandl · 16 years ago
- d1bed8e #6977: getopt does not support optional option arguments. by Georg Brandl · 16 years ago
- 76d6d4a #7156: document curses as Unix-only. by Georg Brandl · 16 years ago
- f4ffae2 #7035: improve docs of the various <method>_errors() functions, and give them docstrings. by Georg Brandl · 16 years ago
- c5026f8 #7088: document new functions in signal as Unix-only. by Georg Brandl · 16 years ago
- 6c14e58 Use "impl-detail" directive where applicable. by Georg Brandl · 16 years ago
- 08be2e2 Add a new directive marking up implementation details and start using it. by Georg Brandl · 16 years ago
- ceb32af Fix markup. by Georg Brandl · 16 years ago
- 0968fd6 Fix punctuation. by Georg Brandl · 16 years ago
- ff81cb8 rewrite to be nice to other implementations by Benjamin Peterson · 16 years ago
- cf842ad #7170: fix explanation about non-weakrefable builtin types. by Georg Brandl · 16 years ago
- eb7c377 clarify buffer arg #7178 by Benjamin Peterson · 16 years ago
- e047d79 use property api by Benjamin Peterson · 16 years ago
- 11abfe6 Fix missing word. by Georg Brandl · 16 years ago
- 83f1ef6 Fix a typo. by Senthil Kumaran · 16 years ago
- 45a505f Fix for Issue7155 - urllib do not document default use of system proxy configuration by Senthil Kumaran · 16 years ago
- 9b4e582 #7116: str.join() takes an iterable. by Georg Brandl · 16 years ago
- 647e9d2 #7126: os.environ changes *do* take effect in subprocesses started with os.system(). by Georg Brandl · 16 years ago
- 5ffa146 Fix markup. by Georg Brandl · 16 years ago
- 526bec2 platform we don't care about by Benjamin Peterson · 16 years ago
- a4314c2 Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. by Georg Brandl · 16 years ago
- 1c77b7f Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 16 years ago
- d5a713e Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting. by Mark Dickinson · 16 years ago
- fa6a427 Backport r73983: Document the thousands separator. by Andrew M. Kuchling · 16 years ago
- f6e3d7d Document 'skip' parameter to constructor by Andrew M. Kuchling · 16 years ago
- f5852f5 Fix narkup by Andrew M. Kuchling · 16 years ago
- 3fab040 Wording fix by Andrew M. Kuchling · 16 years ago