- be96cf6 Fixed a backslash that was not supposed to be there by Ezio Melotti · 16 years ago
- c2f5a59 Fixed defaultTestCase -> defaultTestResult by Ezio Melotti · 16 years ago
- 1b90efb Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes by Jesse Noller · 16 years ago
- 0c9eb43 #6371: fix link targets. by Georg Brandl · 16 years ago
- 3cd0bed #6384: Add a heading for the exception hierarchy. by Georg Brandl · 16 years ago
- 0d8649a #6374: add a bit of explanation about shell=True on Windows. by Georg Brandl · 16 years ago
- 3d5c87a #6376: fix copy-n-paste oversight. by Georg Brandl · 16 years ago
- 3411692 Issue 5740: multiprocessing.connection.* authkey fixes by Jesse Noller · 16 years ago
- d4792cd Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemons by Jesse Noller · 16 years ago
- e007860 http://bugs.python.org/issue6267 Cumulative patch to http and xmlrpc by Kristján Valur Jónsson · 16 years ago
- b4ad395 Fixed a wrong apostrophe by Ezio Melotti · 16 years ago
- 1dfd5d9 stmt and setup can contain multiple statements, see #5896 by Ezio Melotti · 16 years ago
- 00a58c3 link to extensive generator docs in the reference manual by Benjamin Peterson · 16 years ago
- f36bebd document is_declared_global() by Benjamin Peterson · 16 years ago
- 5c3d40e Add a couple of missing function alias declarations to the turtle docs. by R. David Murray · 16 years ago
- f1d11ef http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 16 years ago
- 388637d Remove last remnants of the ipaddr package. by Amaury Forgeot d'Arc · 16 years ago
- 14fc673 Remove the ipaddr module per discussion on python-dev by Amaury Forgeot d'Arc · 16 years ago
- 4ee6d25 Improve English phrasing. by R. David Murray · 16 years ago
- 7c2bc83 Issue 6288: update the contextlib.nested() docs to explain why it has been deprecated and should generally be avoided by Nick Coghlan · 16 years ago
- 2fcf389 #6295: clarify blocking behavior of getch(). by Georg Brandl · 16 years ago
- 3a02624 Add usage note. by Raymond Hettinger · 16 years ago
- f5af720 Add tabularcolumns directive for tables with bullet lists in them. by Georg Brandl · 16 years ago
- 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago
- 2c0cdca Issue 6261: Clarify behavior of random.uniform(). by Raymond Hettinger · 16 years ago
- 2742e7e Move comment to correct line. by Raymond Hettinger · 16 years ago
- 87be88c Add example of how to do key lookups with bisect(). by Raymond Hettinger · 16 years ago
- ccb9d4b Issue 2947: document how return code handling translates from by R. David Murray · 16 years ago
- 2cc39ad #6238: add fillchar to string.just function family. by Georg Brandl · 16 years ago
- e590d57 #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf(). by Georg Brandl · 16 years ago
- 42a8264 Remove period from end of headings. by Georg Brandl · 16 years ago
- afefcfd http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 16 years ago
- 18187e2 #6224: s/JPython/Jython/, and remove one link to a module nine years old. by Georg Brandl · 16 years ago
- e7dbebb Minor documentation fixes for logging. by Eric Smith · 16 years ago
- 5000b3b #6175: document that inet_aton supports alternate input formats with less than three dots. by Georg Brandl · 16 years ago
- 4a20b1a #6176: fix man page section for flock(2). by Georg Brandl · 16 years ago
- c1edec3 Use the preferred form of raise statements in the docs. by Georg Brandl · 16 years ago
- 8fcaebb Issue 3848: document the fact that epoll register raises an IOError if by R. David Murray · 16 years ago
- d198b76 Fix markup. by Georg Brandl · 16 years ago
- 2152ca3 Add more examples to the ipaddr documentation. by Gregory P. Smith · 16 years ago
- 2fcd173 Rewrap a few long lines. by Georg Brandl · 16 years ago
- 6da0e6a Fix markup problem. by Georg Brandl · 16 years ago
- ccbb47b #6146: fix markup bug. by Georg Brandl · 16 years ago
- ecf3c62 no fdatasync on macos by Benjamin Peterson · 16 years ago
- b09f198 Move the basic examples section back to the beginning. by Raymond Hettinger · 16 years ago
- b4a81c8 Add test discovery to unittest. Issue 6001. by Michael Foord · 16 years ago
- fe6e784 Issue 6141: document that the first item of args is still the by R. David Murray · 16 years ago
- 822b87f Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 16 years ago
- a68cad1 Fix field name conflicts for named tuples. by Raymond Hettinger · 16 years ago
- 4ee8282 #6112: list.remove raises ValueError, not RuntimeError. by Georg Brandl · 16 years ago
- 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 16 years ago
- 176a56c make class skipping decorators the same as skipping every test of the class by Benjamin Peterson · 16 years ago
- d03e1b4 add a versionadded tag for set_tunnel by Gregory P. Smith · 16 years ago
- e266f25 Fixed Issue1424152, urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 16 years ago
- 655d835 Issue #6042: by Jeffrey Yasskin · 16 years ago
- 91d517c remove mention of old ctypes version by Benjamin Peterson · 16 years ago
- e15048e s/use/call/ by Georg Brandl · 16 years ago
- 22396da Fix confusing wording. by Georg Brandl · 16 years ago
- 012408c Fix references to file-related functions and methods (os.* vs file.*). by Georg Brandl · 16 years ago
- fa0123b #6084: fix example. by Georg Brandl · 16 years ago
- 739aa36 don't use subprocess.call with PIPEs as the child can fill the pipe buf and by Philip Jenvey · 16 years ago
- 9b6f13e Fix-up moving average example. by Raymond Hettinger · 16 years ago
- ac2380b #6051: refer to email examples for better way to construct email messages. by Georg Brandl · 16 years ago
- 498a9b3 #6055: refer to "sqlite3" consistently. by Georg Brandl · 16 years ago
- 50f362f Note that ordered dictionaries work with reversed(). by Raymond Hettinger · 16 years ago
- 903953c #5935: mention that BROWSER is looked for in PATH. by Georg Brandl · 16 years ago
- ee8e08b #5942: Copy over flag table from dbm.rst which is clearer. by Georg Brandl · 16 years ago
- 4c8b1c7 #6017: better document behavior of dictiterators when the dict is changed. by Georg Brandl · 16 years ago
- d933cc2 #2856: document 2.x os.listdir() behavior for undecodable filenames. by Georg Brandl · 16 years ago
- 14315d6 #6009: undocument default argument of Option as deprecated. by Georg Brandl · 16 years ago
- 29d3a04 #6025: fix signature of parse(). by Georg Brandl · 16 years ago
- 490096e Fix example output for doctest-like demos. by Georg Brandl · 16 years ago
- 7118954 Make it clear up front that shelve only records changes by R. David Murray · 16 years ago
- 5d31e05 Adds a verbosity keyword argument to unittest.main plus a minor fix allowing you to specify test modules / classes by Michael Foord · 16 years ago
- 3dabc10 sys.setdefaultencoding() strikes me as a bad example by Benjamin Peterson · 16 years ago
- d8282ee Fix name. by Georg Brandl · 16 years ago
- 7523234 Fixed wording for formatting integers: precision is not allowed. by Eric Smith · 16 years ago
- dd26681 Revert inappropriate doc change. by R. David Murray · 16 years ago
- e202700 Document how to pass a 'decode' argument to get_payload when by R. David Murray · 16 years ago
- 4d4313d #5142: add module skipping feature to pdb. by Georg Brandl · 16 years ago
- e3a3726 #5916, 5917: small socket doc improvements. by Georg Brandl · 16 years ago
- f5f045e #5927, 5928: typos. by Georg Brandl · 16 years ago
- d02eeda Issue #4751: For hashlib algorithms provided by OpenSSL, the Python by Gregory P. Smith · 16 years ago
- 07ef487 by Michael Foord · 16 years ago
- 2b42c29 add myself by Benjamin Peterson · 16 years ago
- e2fb98f Add addCleanup and doCleanups to unittest.TestCase. by Michael Foord · 16 years ago
- 829f6b8 Adds an exit parameter to unittest.main(). If False main no longer by Michael Foord · 16 years ago
- 24cc78a Fix directive name. by Georg Brandl · 16 years ago
- b64b827 Review ipaddr docs and add them in the TOC under "Internet protocols". by Georg Brandl · 16 years ago
- 1d49926 Adds the ipaddr module to the standard library. Issue #3959. by Gregory P. Smith · 16 years ago
- 6733bed Make test.test_support.EnvironmentVarGuard behave like a dictionary. by Walter Dörwald · 16 years ago
- b01c6e5 Make the turtle.rst doctests pass. I have a feeling there should be by R. David Murray · 16 years ago
- f6dab95 Make the doctests in the docs pass, except for those in the turtle module. by Georg Brandl · 16 years ago
- 3b23c9c Remove spurious 'u'. by R. David Murray · 16 years ago
- 636b23a Various small fixups to the multiprocessing docs, mostly fixing and by R. David Murray · 16 years ago
- 8b8f8cc Add example to the seealso section. by Raymond Hettinger · 16 years ago
- ec047e0 Make sys.xxx variable references into links, note that print_last only by R. David Murray · 16 years ago
- 9bc6682 #5848: small unittest doc patch. by Georg Brandl · 16 years ago
- b44c9f3 Demote warnings to notices, part 2: stuff that is 2.x-only. by Georg Brandl · 16 years ago
- 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 16 years ago