summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Add versionadded. Remove duplicate "to"Neal Norwitz2003-07-091-1/+2
* Document interrupt_main()Kurt B. Kaiser2003-07-081-5/+5
* add missing 'Neal Norwitz2003-07-081-1/+1
* - clean up table markup for readabilityFred Drake2003-07-081-40/+46
* Update Tkinter3000 notes based on text from Fredrik Lundh.Fred Drake2003-07-081-7/+9
* Fixed a table that wasn't in a tableii block, and added a very simpleAnthony Baxter2003-07-081-26/+72
* add versionadded for getcheckintervalNeal Norwitz2003-07-071-0/+1
* New function sys.getcheckinterval(), to complement setcheckinterval().Tim Peters2003-07-061-0/+5
* Fix SF bug #766288, property() example gives syntax errorNeal Norwitz2003-07-051-1/+1
* Correct documentation of check interval - it's 100 by default, not 10 anySkip Montanaro2003-07-021-2/+2
* Note that csv files (when they are actual files) must be opened in 'b'inarySkip Montanaro2003-07-021-4/+9
* SF bug #764616: execfile(filename,...) not execfile(file,...)Raymond Hettinger2003-07-021-1/+1
* Grammar nit. SF bug #757822Raymond Hettinger2003-07-021-1/+1
* Revert the previous change; this is now dealt with in a better way.Fred Drake2003-07-021-0/+54
* The datetime C API really isn't usable outside the datetime moduleFred Drake2003-07-021-54/+0
* Fix a variety of small markup nits.Fred Drake2003-07-023-10/+11
* - note that super() only applies to new-style classes;Fred Drake2003-07-011-2/+4
* showwarning() calls formatwarning(), not showwarning().Tim Peters2003-07-011-1/+1
* Improve the wording a bitRaymond Hettinger2003-07-011-1/+1
* Fix spelling, grammar, usage, and markup.Raymond Hettinger2003-07-011-2/+3
* Make temporary change of using _strptime for time.strptime permanent.Brett Cannon2003-07-011-8/+11
* Add versionadded info for the 2 new threading module functionsNeal Norwitz2003-06-301-0/+2
* Fix broken markup, & tweak a couple of things for consistency.Fred Drake2003-06-291-4/+4
* Add settrace() and setprofile() functions to the threading library.Jeremy Hylton2003-06-291-0/+14
* SF patch #760257: add socket.timeout exceptionRaymond Hettinger2003-06-291-1/+9
* Add take() to examples. Tighten the islice() exampleRaymond Hettinger2003-06-281-1/+4
* fix markup nitsFred Drake2003-06-281-12/+12
* SF patch #761519: Fixes for bugs 760703 and 757821Raymond Hettinger2003-06-271-15/+30
* A hack to ease compatibility with pre-2.3 Pythons: by default, doctestTim Peters2003-06-271-0/+17
* markup consistency nitsFred Drake2003-06-261-9/+10
* Removed useless intra-section references which jump to the top of theRaymond Hettinger2003-06-251-4/+2
* SF bug #696777: How to make a class iterable using a member generator.Raymond Hettinger2003-06-251-0/+6
* SF bug #757822: Additional index items, other minor detailsRaymond Hettinger2003-06-251-2/+2
* Patch #640236: Better eplain unused data.Martin v. Löwis2003-06-211-7/+12
* Add some documentation which describes how to use the email packageBarry Warsaw2003-06-201-1/+35
* SF #757229, fix libsocket.tex typoNeal Norwitz2003-06-201-1/+1
* Avoid using 'dir' as a variable name and use os.path.join() to createSkip Montanaro2003-06-191-4/+4
* Minor updates:Raymond Hettinger2003-06-181-4/+11
* Fix typo.Raymond Hettinger2003-06-181-1/+1
* Updated documentation for the new slice arguments for list.index().Walter Dörwald2003-06-171-3/+8
* SF Patch 569574 - enhancements to cgitb for plain text displaySkip Montanaro2003-06-171-4/+10
* Fix some markup nitsNeal Norwitz2003-06-171-4/+4
* ^D means EOF on Unix but not on Windows. Expand the example's prompt toTim Peters2003-06-151-5/+5
* * Added missing documentation for object().Raymond Hettinger2003-06-111-2/+15
* SF bug #660022: parameters for int(), str(), etc.Raymond Hettinger2003-06-111-19/+28
* Add docs for get_grouped_opcodes().Raymond Hettinger2003-06-111-2/+17
* SF bug: 751941 Invisible HTML tagRaymond Hettinger2003-06-101-0/+2
* guess_all_extensions(): Return the empty list instead of None whenBarry Warsaw2003-06-091-2/+1
* Document context_diff() and unified_diff()Raymond Hettinger2003-06-091-0/+63
* SF #735051, add time.tzset documentationNeal Norwitz2003-06-081-0/+96