- e9e8c9b #10739: document that on Windows, socket.makefile() does not make a file that has a true file descriptor usable where such a thing is expected. by Georg Brandl · 15 years ago
- 2c39c77 #10781: clarify that *encoding* is not a parameter for Node objects in general. by Georg Brandl · 15 years ago
- c28036b #10742: document readonly attribute of memoryviews. by Georg Brandl · 15 years ago
- 2a39b71 Replace sys.maxint mention by sys.maxsize. by Georg Brandl · 15 years ago
- 301e956 Issue #8966: Remove the documentation of ctypes.set_conversion_mode() by Victor Stinner · 15 years ago
- 0d4bcf4 Fix typo (#10770) by Éric Araujo · 15 years ago
- 2908765 Remove unexistent parameter (#3216) by Éric Araujo · 15 years ago
- 57bd00a Adopt symmetric names for arguments (actual/expected --> first/second). by Raymond Hettinger · 15 years ago
- 6518f5e Fix docs and comment for r87454. by Raymond Hettinger · 15 years ago
- 0d26798 Issue #10587: Document the meaning of str methods. by Alexander Belopolsky · 15 years ago
- 689b68a Logging documentation updates. by Vinay Sajip · 15 years ago
- 8ebe27f Deprecate assertDictContainsSubset() by Raymond Hettinger · 15 years ago
- f259076 Suggest sys.maxsize as a reliable way to know whether the interpreter is 64-bit. by Antoine Pitrou · 15 years ago
- 01094e1 Logging documentation updates. by Vinay Sajip · 15 years ago
- c63619b Logging documentation reorganised. by Vinay Sajip · 15 years ago
- 09a7df8 #3243 follow-up: remove debugging print and fix docs; data is a bytes object. by Georg Brandl · 15 years ago
- 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 15 years ago
- c884350 Fix markup error and update suspicious file. by Georg Brandl · 15 years ago
- 7504302 Logging documentation update. by Vinay Sajip · 15 years ago
- addc6f5 #10573: use actual/expected consistently in unittest methods. The order of the args of assertCountEqual is also changed. by Ezio Melotti · 15 years ago
- 0bdfbfa #10723: add missing builtin exceptions. by Georg Brandl · 15 years ago
- 32e1771 #10728: the default for printing help is sys.stdout, not stderr. by R. David Murray · 15 years ago
- 77570e2 Fix typo. by Georg Brandl · 15 years ago
- 197c9c9 Make this a note again. by Antoine Pitrou · 15 years ago
- fd311a7 Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker. by Steven Bethard · 15 years ago
- c539a2a Add link to a sample solution to a common problem. by Raymond Hettinger · 15 years ago
- 71b37a5 100% test coverage, better mapping protocol compatibility, some minor bugfixes by Łukasz Langa · 15 years ago
- 2a1e3e6 Issue2690: Update docs to reflect the change made by issue2690. by Daniel Stutzbach · 15 years ago
- 988dbd7 Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` by Antoine Pitrou · 15 years ago
- 94f58c3 #10454: clarify the compileall docs and help messages. by R. David Murray · 15 years ago
- b25a791 configparser API cleanup: default values now sensible, slightly incompatible. by Łukasz Langa · 15 years ago
- 930df31 Add missing docs and directives related to PEP 3147 and byte-compilation by Éric Araujo · 15 years ago
- 971dc01 Fix one versionchanged by Éric Araujo · 15 years ago
- f68fa05 Add versionadded directive missing from r78983. by Éric Araujo · 15 years ago
- 1d55c7e Advertise “python -m test” over test.regrtest (r87296 followup) by Éric Araujo · 15 years ago
- 7f64c8a Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser. by Łukasz Langa · 15 years ago
- 48f3bd3 Nits by Raymond Hettinger · 15 years ago
- 055d2e0 Advertise “python -m” instead of direct filename. by Éric Araujo · 15 years ago
- d6c5f74 No need to generate a link for something that’s just above. by Éric Araujo · 15 years ago
- 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 15 years ago
- 119cda0 Mark up one missed None in pkgutil.rst (#8851) by Éric Araujo · 15 years ago
- 17a5925 Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes; avoid unneeded lists of SM.b2j keys and items in .__chain_b. Do not backport. by Terry Reedy · 15 years ago
- 67f0b6c Use nested method directives, rewrap long lines, fix whitespace. by Éric Araujo · 15 years ago
- d00862a Improve trace documentation (#9264). Patch by Eli Bendersky. by Éric Araujo · 15 years ago
- b8eb9cb Move the urllib-inherited API to a distinguished section by Antoine Pitrou · 15 years ago
- d89bc3f #10705: document what the values of debuglevel are and mean. by R. David Murray · 15 years ago
- 9a6b400 Logging documentation update. by Vinay Sajip · 15 years ago
- ec07331 #775964: skip YP/NIS entries instead of failing the test by R. David Murray · 15 years ago
- 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 15 years ago
- 7ec754b #1078919: make add_header automatically do RFC2231 encoding when needed. by R. David Murray · 15 years ago
- 796343b #10698: fix typo in example. by R. David Murray · 15 years ago
- fd94b17 Logging documentation update. by Vinay Sajip · 15 years ago
- 7292b88 Logging documentation update. by Vinay Sajip · 15 years ago
- 9466fe8 Logging documentatio update. by Vinay Sajip · 15 years ago
- f560485 Get rid of the close_fds DeprecationWarning. Changes the default on a per by Gregory P. Smith · 15 years ago
- 1d5d685 Logging documentation - further update. by Vinay Sajip · 15 years ago
- 97b886d Logging documentation - further update. by Vinay Sajip · 15 years ago
- 36675b6 Logging documentation - further update. by Vinay Sajip · 15 years ago
- 7bdfe77 Improve readability of the socket docs by Antoine Pitrou · 15 years ago
- 64a467d Homogenize the "optional OS services" menu by Antoine Pitrou · 15 years ago
- f10f162 Consistent ordering of availability statements by Antoine Pitrou · 15 years ago
- e72b586 Fix heading level by Antoine Pitrou · 15 years ago
- a654090 Remove redundant sentence, and fix markup by Antoine Pitrou · 15 years ago
- cc4edd5 Add link to the buffer protocol description from the memory description. by Antoine Pitrou · 15 years ago
- 36730e8 Make this a warning and fix indentation by Antoine Pitrou · 15 years ago
- 19d6ce0 Obsolete aliases needn't be documented by Antoine Pitrou · 15 years ago
- b387ad6 Remove reference to stuff which is already obsolete in 2.x. by Antoine Pitrou · 15 years ago
- c58bde1 SET_LINENO was removed in 2.3 by Antoine Pitrou · 15 years ago
- f234eb9 Logging documentation - further update. by Vinay Sajip · 15 years ago
- 0e65cf0 Logging documentation - further update. by Vinay Sajip · 15 years ago
- 5286ccf Logging documentation - further update. by Vinay Sajip · 15 years ago
- a18b959 Logging documentation update. by Vinay Sajip · 15 years ago
- 28a4dce remove (un)transform methods by Benjamin Peterson · 15 years ago
- fc55789 Updated UCD version and unicode.org links to Unicode 6.0.0 by Alexander Belopolsky · 15 years ago
- dfa0a2a Minor documentation tweak. by Vinay Sajip · 15 years ago
- fb1720b Fix "seperate". by Georg Brandl · 15 years ago
- 53a9dd7 Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters by Victor Stinner · 15 years ago
- c2c7c37 Make the example a little more interesting and useful. by Raymond Hettinger · 15 years ago
- 677e10a Add example for the entry for argparse by Raymond Hettinger · 15 years ago
- 1fa7682 Note improvements to the docs. by Raymond Hettinger · 15 years ago
- 6e35394 Mention itertools.accumulate(). by Raymond Hettinger · 15 years ago
- d9404b5 Doc nit. by Raymond Hettinger · 15 years ago
- 4640237 Fix markup errors. by Georg Brandl · 15 years ago
- 8c647cd clarify the docs and new warning message. by Gregory P. Smith · 15 years ago
- 13d49ee Issue #10601: sys.displayhook uses 'backslashreplace' error handler on by Victor Stinner · 15 years ago
- cbc79c7 Add display/undisplay pdb commands. by Georg Brandl · 15 years ago
- 44f2b64 #7245: Add a SIGINT handler on continue in pdb that allows to break a program again by pressing Ctrl-C. by Georg Brandl · 15 years ago
- 2cf9ddb configparser: fixed inconsistency where in SafeConfigParser option values by Łukasz Langa · 15 years ago
- 1acb746 Add the "interact" pdb command from pdb++. by Georg Brandl · 15 years ago
- 732324a #7905: Actually respect the keyencoding parameter to shelve.Shelf. by Georg Brandl · 15 years ago
- 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 15 years ago
- d9e833c #6045: provide at least get() and setdefault() for all dbm modules. by Georg Brandl · 15 years ago
- d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is by Gregory P. Smith · 15 years ago
- e8b0d61 Fix typo. by Georg Brandl · 15 years ago
- 37d120a Issue 10620: Specifying test modules by path instead of module name to 'python -m unittest' by Michael Foord · 15 years ago
- 500be24 Fix indentation. by Georg Brandl · 15 years ago
- bed81c8 Add an "advanced topics" section to the io doc. by Antoine Pitrou · 15 years ago
- 74a7c67 by Terry Reedy · 15 years ago
- 38e117d Fix punctuation. by Georg Brandl · 15 years ago
- b6a6f5f Issue 10499: Modular interpolation in configparser by Łukasz Langa · 15 years ago