summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug #1648191: typo in docs.Georg Brandl2007-01-301-1/+1
|
* More editsAndrew M. Kuchling2007-01-291-27/+27
|
* Various minor editsAndrew M. Kuchling2007-01-293-60/+74
|
* Minor edits to the curses HOWTOAndrew M. Kuchling2007-01-292-28/+29
|
* fix typo (extraneous ")")Fred Drake2007-01-261-1/+1
|
* Add itemAndrew M. Kuchling2007-01-251-0/+6
|
* Strengthen warning about using lock()Andrew M. Kuchling2007-01-241-8/+12
|
* Patch #1610575: Add support for _Bool to struct.Martin v. Löwis2007-01-211-2/+15
|
* SF# 1635892: Fix docs for betavariate's input parameters .Raymond Hettinger2007-01-191-1/+1
|
* SF #1635217, Fix unbalanced parenNeal Norwitz2007-01-191-1/+1
|
* add missing version entryFred Drake2007-01-181-0/+1
|
* Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs.Georg Brandl2007-01-171-2/+2
|
* Bug #1637967: missing //= operator in list.Georg Brandl2007-01-171-2/+2
|
* [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and ↵Andrew M. Kuchling2007-01-171-25/+57
| | | | warn user to lock/unlock mailboxes when modifying them
* Add a note for strptime that just because strftime supports some extraBrett Cannon2007-01-151-0/+6
| | | | directive that is not documented that strptime will as well.
* Doc patch matching r53434 (htonl etc. now always take/return positive ints).Guido van Rossum2007-01-151-4/+4
|
* Added documentation for WatchedFileHandler (based on SF patch #1598415)Vinay Sajip2007-01-141-2/+38
|
* Fix typo.Georg Brandl2007-01-131-1/+1
|
* Deprecate the sets module.Brett Cannon2007-01-131-0/+2
|
* Fix error where the end of a funcdesc environment was accidentally moved tooBrett Cannon2007-01-121-1/+1
| | | | far down.
* - Make the documentation match the code and the docstringMatthias Klose2007-01-111-1/+1
|
* update to (c) years to include 2007Anthony Baxter2007-01-061-1/+1
|
* typo fixGregory P. Smith2007-01-051-1/+1
|
* Support linking of the bsddb module against BerkeleyDB 4.5.xGregory P. Smith2007-01-051-1/+1
| | | | (will backport to 2.5)
* SF #1627373, fix typo in CarbonEvt.Neal Norwitz2007-01-041-1/+1
|
* Add EnvironmentVarGuard to test.test_support. Provides a context manager toBrett Cannon2007-01-041-0/+18
| | | | temporarily set or unset environment variables.
* Remove a stray (old) macro name left around (I guess)Neal Norwitz2006-12-281-2/+0
|
* Fix wrong markup of an argument in a method signature.Thomas Heller2006-12-211-1/+1
| | | | Will backport.
* Mention the os.SEEK_* constantsAndrew M. Kuchling2006-12-213-9/+13
|
* [Bug #1619680] in_dll() arguments are documented in the wrong orderAndrew M. Kuchling2006-12-201-1/+1
|
* Some other built-in functions are described with 'sequence' argumentsAndrew M. Kuchling2006-12-201-38/+38
| | | | | | that should really be 'iterable'; this commit changes them. Did I miss any? Did I introduce any errors?
* Two grammar fixesAndrew M. Kuchling2006-12-201-2/+2
|
* [Bug #1619674] Make sum() use the term iterable, not sequenceAndrew M. Kuchling2006-12-201-5/+5
|
* Patch #1484695: The tarfile module now raises a HeaderError exceptionGeorg Brandl2006-12-191-0/+7
| | | | if a buffer given to frombuf() is invalid.
* Updated documentation for findCaller() to indicate that a 3-tuple is now ↵Vinay Sajip2006-12-191-2/+4
| | | | returned, rather than a 2-tuple.
* [Bug #1613651] Document socket.recv_into, socket.recvfrom_intoAndrew M. Kuchling2006-12-191-2/+23
| | | | | | | | | Also, the text for recvfrom told you to read recv() for an explanation of the 'flags' argument, but recv() just pointed you at the man page. Copied the man-page text to recvfrom(), recvfrom_into, recv_into to avoid the pointless redirection. I don't have LaTeX on this machine; hope my markup is OK.
* Fix markupAndrew M. Kuchling2006-12-181-2/+2
|
* Describe new methods in Queue moduleAndrew M. Kuchling2006-12-181-0/+7
|
* [Bug #1616726] Fix description of generator.close(); if you raise some ↵Andrew M. Kuchling2006-12-181-7/+8
| | | | random exception, the exception is raised and doesn't trigger a RuntimeError
* Bump versionAndrew M. Kuchling2006-12-181-1/+1
|
* [Bug #1618083] Add missing word; make a few grammar fixesAndrew M. Kuchling2006-12-181-4/+4
|
* Note that guard_warnings_filter was added in 2.6George Yoshida2006-12-141-0/+2
|
* Add test.test_support.guard_warnings_filter . This function returns a contextBrett Cannon2006-12-131-0/+4
| | | | | manager that protects warnings.filter from being modified once the context is exited.
* Fix a typoNeal Norwitz2006-12-111-1/+1
|
* - Fix the build of the library reference in info format.Matthias Klose2006-12-092-14/+33
|
* RFE #1592899: mention string.maketrans() in docs for str.translate,Georg Brandl2006-12-072-1/+4
| | | | remove reference to the old regex module in the former's doc.
* Fix pickle doc typoGeorge Yoshida2006-12-051-1/+1
| | | | Patch #1608758
* fix a versionchanged tagGeorge Yoshida2006-12-041-1/+1
|
* Patch #1371075: Make ConfigParser accept optional dict typeMartin v. Löwis2006-12-031-3/+12
| | | | for ordering, sorting, etc.
* Bug #1603789: grammatical error in Tkinter docs.Georg Brandl2006-11-271-1/+1
|