- 0cc3ea6 Revert the following revisions, as they don't fix security by Martin v. Löwis · 17 years ago
- 85375ee - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 by Matthias Klose · 18 years ago
- 042e514 - fix build error with the findCaller backport by Matthias Klose · 18 years ago
- 8ceecd3 Updated documentation for SysLogHandler (#1720726). by Vinay Sajip · 18 years ago
- 26e2439 Updated findCaller documentation. by Vinay Sajip · 18 years ago
- dbc6826 - Make the documentation match the code and the docstring by Matthias Klose · 19 years ago
- d8df714 Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules by Andrew M. Kuchling · 19 years ago
- a9e85bd [Bug #1562583] Mention the set_reuse_addr() method by Andrew M. Kuchling · 19 years ago
- b8f82e6 Backport r45505, r45573, r45576 by Martin v. Löwis · 19 years ago
- 08d7a49 Case fixes by Andrew M. Kuchling · 19 years ago
- d176806 - update links - remove Sleepycat name now that they have been bought by Fred Drake · 19 years ago
- 7de2818 [Backport rev.39739 by nnorwitz] by Andrew M. Kuchling · 19 years ago
- 7e580c9 [Backport rev. 39645 by nnorwitz] by Andrew M. Kuchling · 19 years ago
- b8a4bbb Fix mangled sentence by Andrew M. Kuchling · 19 years ago
- 4e0992d Bug #1002398: The documentation for os.path.sameopenfile now correctly by Georg Brandl · 19 years ago
- 9526e32 [Patch #1068277] Clarify that os.path.exists() can return False depending on permissions. by Andrew M. Kuchling · 19 years ago
- 787fdf3 Update URL by Andrew M. Kuchling · 19 years ago
- 70939ef Bug #835255: The "closure" argument to new.function() is now documented. by Georg Brandl · 19 years ago
- e0b7f39 Delete a misleading example. SF bug #1481650. by Barry Warsaw · 19 years ago
- 4336a0b Update URL by Andrew M. Kuchling · 19 years ago
- 69fd239 no need to elaborate "string". (backport from rev. 47244) by Georg Brandl · 19 years ago
- 3f92289 Patch #1517490: fix glitches in filter() docs. (backport from rev. 47241) by Georg Brandl · 19 years ago
- efc8fc8 [Bug #1511911] Backport: Clarify optional arguments to sorted() and improve xref by Andrew M. Kuchling · 19 years ago
- 3ee1280 Update url. by George Yoshida · 19 years ago
- 796878d backport wording fix by Skip Montanaro · 19 years ago
- 7c6f012 [Bug #1441864] Clarify description of 'data' argument by Andrew M. Kuchling · 19 years ago
- e2c2578 [Bug #1475554] Strengthen text to say 'must' instead of 'should' by Andrew M. Kuchling · 19 years ago
- 9f8833b [Bug #1472084] Fix description of do_tag by Andrew M. Kuchling · 19 years ago
- a8d0e01 Clarify wording about how default values in strptime() are used. by Brett Cannon · 19 years ago
- e00aff3 Add \exception markup by George Yoshida · 19 years ago
- 12384b5 Grammar fix(backport r45965) by George Yoshida · 19 years ago
- d8165c2 Fix two small errors in argument lists. (backport from rev. 45957) by Georg Brandl · 19 years ago
- 0b996fd Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection. by Georg Brandl · 19 years ago
- 1f67e5a Bug #1485447: subprocess: document that the "cwd" parameter isn't used to find the executable. Misc. other markup fixes. by Georg Brandl · 19 years ago
- 2af1d69 backport r45920 by George Yoshida · 19 years ago
- a5a4604 correct a dead link(backport from rev.45783) by George Yoshida · 19 years ago
- 6063368 Bug #1475009: clarify ntpath.join behavior with absolute components by Georg Brandl · 19 years ago
- 781d660 Mention xmlrpclib.Error base class; import Error in example by Andrew M. Kuchling · 19 years ago
- 52f2f22 [Bug #1477102] Add necessary import to example by Andrew M. Kuchling · 19 years ago
- 87cc7a0 Backport trunk's 45708: Fix markup glitch in unittest docs. by Thomas Wouters · 19 years ago
- ca7841c Merge rev 45677 from the trunk. by Tim Peters · 19 years ago
- 779d35e Typo fixes by George Yoshida · 19 years ago
- 7555cb5 Typo, grammar fixes by Andrew M. Kuchling · 19 years ago
- 5625c32 Typo fixes by Andrew M. Kuchling · 19 years ago
- 7678407 fix typo by George Yoshida · 19 years ago
- 653d87d Bug #1467952: backport: make os.listdir() raise if readdir() fails by Georg Brandl · 19 years ago
- a5abdb3 Bug #1465619: rot13 codec decodes to a Unicode string. by Georg Brandl · 19 years ago
- bb89890 Bug #1465600: note encoding issue in ZipFile.write(). by Georg Brandl · 19 years ago
- ac38762 Patch #1462496: typo in libsignal.tex (backport from rev. 43527) by Georg Brandl · 19 years ago
- 3694446 Patch #1459631: documnent zlib.Decompress.flush() length parameter. by Georg Brandl · 19 years ago
- a7993a7 Bug #1460564: document that socket.fromfd() duplicates the given by Georg Brandl · 19 years ago
- 31fa7e3 Bug #1461610: xmlrpclib has no function "binary". (backport from rev. 43477) by Georg Brandl · 19 years ago
- d9578f9 Fix mark-up. by Raymond Hettinger · 19 years ago
- ee43b6c Guarantee evaluation order for izip(). Document its creative uses and its limitations. by Raymond Hettinger · 19 years ago
- af7bb8e Backport of rev 43312: by Neal Norwitz · 19 years ago
- 022a55c update - still some old .cvsignore files lying around by Anthony Baxter · 19 years ago
- ea901a1 Bug #1445901: os.path.realpath() is available on Win/Mac too. by Georg Brandl · 19 years ago
- a10a09d Backport: SF #1442767, docs for os.statvfs miss f_bsize parameter. by Neal Norwitz · 19 years ago
- aefbf72 backport by Skip Montanaro · 19 years ago
- e8cebba Bug #947571: By default, urllib.urlopen() does not raise IOErrors by Georg Brandl · 20 years ago
- f1a408d Bug #1102649: add a note to pickle docs that pickle files should be by Georg Brandl · 20 years ago
- 9c65202 Bug #1323369: document possible values of sys.getwindowsversion() platform field by Georg Brandl · 20 years ago
- 394e4af Bug #801349: document that start/stop/step slice arguments can be None by Georg Brandl · 20 years ago
- f1fadcc Remove soundex from "undocumented modules". by Georg Brandl · 20 years ago
- ada0d18 SF bug 1415455, fix typo in module name by Neal Norwitz · 20 years ago
- 29beb16 Correct misspellings. by Georg Brandl · 20 years ago
- 8b41b08 Backport typo fixes. by Georg Brandl · 20 years ago
- 1eb6bb6 Another typo. by Georg Brandl · 20 years ago
- ea3aa8f typo by Georg Brandl · 20 years ago
- b52ba9d Correct several typos in libos.tex. Bug #1412227. by Georg Brandl · 20 years ago
- 85ced98 Typo by Georg Brandl · 20 years ago
- 5105cb8 Backport winreg documentation quirk fix. by Georg Brandl · 20 years ago
- 7626cd9 Remove reference to Grail and Netscape 2.0 from cgi docs. by Georg Brandl · 20 years ago
- e446337 Patch #1410783: add documentation links for static/classmethod by Georg Brandl · 20 years ago
- 03c5a89 Document supported schemes. by Georg Brandl · 20 years ago
- 3b3e481 Bug #1402224: Add warning to dl docs about crashes. by Georg Brandl · 20 years ago
- 90394a5 Bug #1396471: Document that Windows' ftell() can return invalid by Georg Brandl · 20 years ago
- 543511c add missing version identification by Fred Drake · 20 years ago
- e87ccea Update documentation for email.Message.get_filename(). by Barry Warsaw · 20 years ago
- 22df553 Remove dots in \version{added,changed} arguments. by Georg Brandl · 20 years ago
- 8a82fe8 Bug #1397205: doc typo by Georg Brandl · 20 years ago
- a58cbd5 Bug #139571: wrong LaTeX label by Georg Brandl · 20 years ago
- 3951b1c bug #1395597: doc typo by Georg Brandl · 20 years ago
- 967828c Bug #1394868: doc typos by Georg Brandl · 20 years ago
- f48e424 Revert checkin for bug #1386675. by Georg Brandl · 20 years ago
- 31ecece Bug #1386675: winreg raises WindowsErrors (backport) by Georg Brandl · 20 years ago
- 19d245d Bug #1389673: document correct return value of set methods (backport) by Georg Brandl · 20 years ago
- 109e6d4 Bug #954981: urllib2 example wont work w/o ssl (backport) by Georg Brandl · 20 years ago
- 6638b86 Bug #839075 (backport): document that highly recursive data cannot be pickled by Georg Brandl · 20 years ago
- b9ae3e3 Bug #756104 (backport): document that bufsize in socket.recv() should be small by Georg Brandl · 20 years ago
- 2108d55 Typo fix by Andrew M. Kuchling · 20 years ago
- 08a34f9 Typo fix by Andrew M. Kuchling · 20 years ago
- ddaf065 [ 1388141 ] Minor error in md5 docs (backport) by Georg Brandl · 20 years ago
- 3758868 Bug #1373197: note that os.makedirs does not work with '..' by Georg Brandl · 20 years ago
- 03f93a0 Bug #1343671: clarify docs for os.removedirs by Georg Brandl · 20 years ago
- e46a1de Bug #1106572: clarify os.makedirs docs wrt umask by Georg Brandl · 20 years ago
- 84eebf3 Patch #1377848: typo in pyexpat docs by Georg Brandl · 20 years ago
- 4e3335d Patch #1376914: traceback.format_exc() has no "file" argument. by Georg Brandl · 20 years ago
- 2f6c775 Remove reference to open() mode "t" as it is platform dependent. by Georg Brandl · 20 years ago
- 7b08ff2 Backport checkin: by Walter Dörwald · 20 years ago