| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SF: 1397711 Set docs conflated immutable and hashable | Raymond Hettinger | 2007-02-07 | 1 | -1/+1 |
| | | |||||
| * | Patch #1652681: create nonexistent files in append mode and | Lars Gustäbel | 2007-02-06 | 1 | -1/+2 |
| | | | | | allow appending to empty files. | ||||
| * | No more raising of string exceptions! | Brett Cannon | 2007-01-30 | 2 | -20/+0 |
| | | | | | | | | The next step of PEP 352 (for 2.6) causes raising a string exception to trigger a TypeError. Trying to catch a string exception raises a DeprecationWarning. References to string exceptions has been removed from the docs since they are now just an error. | ||||
| * | Bug #1648191: typo in docs. | Georg Brandl | 2007-01-30 | 1 | -1/+1 |
| | | |||||
| * | More edits | Andrew M. Kuchling | 2007-01-29 | 1 | -27/+27 |
| | | |||||
| * | Various minor edits | Andrew M. Kuchling | 2007-01-29 | 3 | -60/+74 |
| | | |||||
| * | Minor edits to the curses HOWTO | Andrew M. Kuchling | 2007-01-29 | 2 | -28/+29 |
| | | |||||
| * | fix typo (extraneous ")") | Fred Drake | 2007-01-26 | 1 | -1/+1 |
| | | |||||
| * | Add item | Andrew M. Kuchling | 2007-01-25 | 1 | -0/+6 |
| | | |||||
| * | Strengthen warning about using lock() | Andrew M. Kuchling | 2007-01-24 | 1 | -8/+12 |
| | | |||||
| * | Patch #1610575: Add support for _Bool to struct. | Martin v. Löwis | 2007-01-21 | 1 | -2/+15 |
| | | |||||
| * | SF# 1635892: Fix docs for betavariate's input parameters . | Raymond Hettinger | 2007-01-19 | 1 | -1/+1 |
| | | |||||
| * | SF #1635217, Fix unbalanced paren | Neal Norwitz | 2007-01-19 | 1 | -1/+1 |
| | | |||||
| * | add missing version entry | Fred Drake | 2007-01-18 | 1 | -0/+1 |
| | | |||||
| * | Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs. | Georg Brandl | 2007-01-17 | 1 | -2/+2 |
| | | |||||
| * | Bug #1637967: missing //= operator in list. | Georg Brandl | 2007-01-17 | 1 | -2/+2 |
| | | |||||
| * | [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and ↵ | Andrew M. Kuchling | 2007-01-17 | 1 | -25/+57 |
| | | | | | warn user to lock/unlock mailboxes when modifying them | ||||
| * | Add a note for strptime that just because strftime supports some extra | Brett Cannon | 2007-01-15 | 1 | -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 Rossum | 2007-01-15 | 1 | -4/+4 |
| | | |||||
| * | Added documentation for WatchedFileHandler (based on SF patch #1598415) | Vinay Sajip | 2007-01-14 | 1 | -2/+38 |
| | | |||||
| * | Fix typo. | Georg Brandl | 2007-01-13 | 1 | -1/+1 |
| | | |||||
| * | Deprecate the sets module. | Brett Cannon | 2007-01-13 | 1 | -0/+2 |
| | | |||||
| * | Fix error where the end of a funcdesc environment was accidentally moved too | Brett Cannon | 2007-01-12 | 1 | -1/+1 |
| | | | | | far down. | ||||
| * | - Make the documentation match the code and the docstring | Matthias Klose | 2007-01-11 | 1 | -1/+1 |
| | | |||||
| * | update to (c) years to include 2007 | Anthony Baxter | 2007-01-06 | 1 | -1/+1 |
| | | |||||
| * | typo fix | Gregory P. Smith | 2007-01-05 | 1 | -1/+1 |
| | | |||||
| * | Support linking of the bsddb module against BerkeleyDB 4.5.x | Gregory P. Smith | 2007-01-05 | 1 | -1/+1 |
| | | | | | (will backport to 2.5) | ||||
| * | SF #1627373, fix typo in CarbonEvt. | Neal Norwitz | 2007-01-04 | 1 | -1/+1 |
| | | |||||
| * | Add EnvironmentVarGuard to test.test_support. Provides a context manager to | Brett Cannon | 2007-01-04 | 1 | -0/+18 |
| | | | | | temporarily set or unset environment variables. | ||||
| * | Remove a stray (old) macro name left around (I guess) | Neal Norwitz | 2006-12-28 | 1 | -2/+0 |
| | | |||||
| * | Fix wrong markup of an argument in a method signature. | Thomas Heller | 2006-12-21 | 1 | -1/+1 |
| | | | | | Will backport. | ||||
| * | Mention the os.SEEK_* constants | Andrew M. Kuchling | 2006-12-21 | 3 | -9/+13 |
| | | |||||
| * | [Bug #1619680] in_dll() arguments are documented in the wrong order | Andrew M. Kuchling | 2006-12-20 | 1 | -1/+1 |
| | | |||||
| * | Some other built-in functions are described with 'sequence' arguments | Andrew M. Kuchling | 2006-12-20 | 1 | -38/+38 |
| | | | | | | | that should really be 'iterable'; this commit changes them. Did I miss any? Did I introduce any errors? | ||||
| * | Two grammar fixes | Andrew M. Kuchling | 2006-12-20 | 1 | -2/+2 |
| | | |||||
| * | [Bug #1619674] Make sum() use the term iterable, not sequence | Andrew M. Kuchling | 2006-12-20 | 1 | -5/+5 |
| | | |||||
| * | Patch #1484695: The tarfile module now raises a HeaderError exception | Georg Brandl | 2006-12-19 | 1 | -0/+7 |
| | | | | | if a buffer given to frombuf() is invalid. | ||||
| * | Updated documentation for findCaller() to indicate that a 3-tuple is now ↵ | Vinay Sajip | 2006-12-19 | 1 | -2/+4 |
| | | | | | returned, rather than a 2-tuple. | ||||
| * | [Bug #1613651] Document socket.recv_into, socket.recvfrom_into | Andrew M. Kuchling | 2006-12-19 | 1 | -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 markup | Andrew M. Kuchling | 2006-12-18 | 1 | -2/+2 |
| | | |||||
| * | Describe new methods in Queue module | Andrew M. Kuchling | 2006-12-18 | 1 | -0/+7 |
| | | |||||
| * | [Bug #1616726] Fix description of generator.close(); if you raise some ↵ | Andrew M. Kuchling | 2006-12-18 | 1 | -7/+8 |
| | | | | | random exception, the exception is raised and doesn't trigger a RuntimeError | ||||
| * | Bump version | Andrew M. Kuchling | 2006-12-18 | 1 | -1/+1 |
| | | |||||
| * | [Bug #1618083] Add missing word; make a few grammar fixes | Andrew M. Kuchling | 2006-12-18 | 1 | -4/+4 |
| | | |||||
| * | Note that guard_warnings_filter was added in 2.6 | George Yoshida | 2006-12-14 | 1 | -0/+2 |
| | | |||||
| * | Add test.test_support.guard_warnings_filter . This function returns a context | Brett Cannon | 2006-12-13 | 1 | -0/+4 |
| | | | | | | manager that protects warnings.filter from being modified once the context is exited. | ||||
| * | Fix a typo | Neal Norwitz | 2006-12-11 | 1 | -1/+1 |
| | | |||||
| * | - Fix the build of the library reference in info format. | Matthias Klose | 2006-12-09 | 2 | -14/+33 |
| | | |||||
| * | RFE #1592899: mention string.maketrans() in docs for str.translate, | Georg Brandl | 2006-12-07 | 2 | -1/+4 |
| | | | | | remove reference to the old regex module in the former's doc. | ||||
| * | Fix pickle doc typo | George Yoshida | 2006-12-05 | 1 | -1/+1 |
| | | | | | Patch #1608758 | ||||
