Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #4399: fix typo. | Georg Brandl | 2008-11-23 | 1 | -1/+1 |
| | |||||
* | #4392: fix parameter name. | Georg Brandl | 2008-11-23 | 1 | -4/+4 |
| | |||||
* | Fix error about "-*-" being mandatory in coding cookies. | Georg Brandl | 2008-11-22 | 1 | -3/+3 |
| | |||||
* | #4364: fix attribute name on ctypes object. | Georg Brandl | 2008-11-22 | 1 | -2/+2 |
| | |||||
* | Fixed issue #4233. | Amaury Forgeot d'Arc | 2008-11-20 | 1 | -2/+4 |
| | | | | | | | | | | Changed semantic of _fileio.FileIO's close() method on file objects with closefd=False. The file descriptor is still kept open but the file object behaves like a closed file. The FileIO object also got a new readonly attribute closefd. Approved by Barry Backport of r67106 from the py3k branch | ||||
* | fix indentation and a sphinx warning | Benjamin Peterson | 2008-11-20 | 1 | -5/+4 |
| | |||||
* | move useful sys.settrace information to the function's documentation from ↵ | Benjamin Peterson | 2008-11-20 | 2 | -65/+50 |
| | | | | the debugger | ||||
* | Try to fix problems with verbatim. | Georg Brandl | 2008-11-19 | 1 | -0/+2 |
| | |||||
* | improve __hash__ docs | Benjamin Peterson | 2008-11-17 | 1 | -17/+17 |
| | |||||
* | a few fixes on the download page | Benjamin Peterson | 2008-11-17 | 1 | -2/+2 |
| | |||||
* | Clarify the docs for the 'strict' argument to httplib.HTTPConnection. | Brett Cannon | 2008-11-15 | 1 | -1/+2 |
| | |||||
* | #4324: fix getlocale() argument. | Georg Brandl | 2008-11-15 | 1 | -1/+1 |
| | |||||
* | use correct name | Benjamin Peterson | 2008-11-11 | 1 | -1/+1 |
| | |||||
* | update link | Benjamin Peterson | 2008-11-09 | 1 | -1/+1 |
| | |||||
* | clarify what was added | Benjamin Peterson | 2008-11-08 | 1 | -1/+1 |
| | |||||
* | move context clue to versionchanged tag | Benjamin Peterson | 2008-11-08 | 1 | -8/+11 |
| | |||||
* | a few compile() and ast doc improvements | Benjamin Peterson | 2008-11-08 | 2 | -15/+15 |
| | |||||
* | Fix warning. | Georg Brandl | 2008-11-08 | 1 | -1/+1 |
| | |||||
* | Update "Documenting" a bit. Concentrate on Python-specifics. | Georg Brandl | 2008-11-08 | 4 | -108/+7 |
| | |||||
* | Don't use "HOWTO" as the title for all howto .tex files. | Georg Brandl | 2008-11-08 | 1 | -1/+1 |
| | |||||
* | Fix syntax. | Georg Brandl | 2008-11-07 | 1 | -2/+1 |
| | |||||
* | Fix grammar error; reword two paragraphs | Andrew M. Kuchling | 2008-11-06 | 1 | -9/+11 |
| | |||||
* | #4247: add "pass" examples to tutorial. | Georg Brandl | 2008-11-06 | 1 | -0/+33 |
| | |||||
* | #4245: move Thread section to the top. | Georg Brandl | 2008-11-06 | 1 | -160/+160 |
| | |||||
* | #4267: small fixes in sqlite3 docs. | Georg Brandl | 2008-11-06 | 1 | -8/+7 |
| | |||||
* | #4268: Use correct module for two toplevel functions. | Georg Brandl | 2008-11-06 | 1 | -0/+1 |
| | |||||
* | #4167: fix markup glitches. | Georg Brandl | 2008-11-04 | 1 | -4/+4 |
| | |||||
* | clarify by splitting into multiple paragraphs | Benjamin Peterson | 2008-11-03 | 1 | -5/+9 |
| | |||||
* | rephrase has_key doc | Benjamin Peterson | 2008-10-31 | 2 | -1/+3 |
| | |||||
* | finish backporting binary literals and new octal literals docs | Benjamin Peterson | 2008-10-30 | 2 | -9/+12 |
| | |||||
* | backport bin() documentation | Benjamin Peterson | 2008-10-30 | 2 | -1/+11 |
| | |||||
* | mention the version gettempdir() was added | Benjamin Peterson | 2008-10-29 | 1 | -0/+2 |
| | |||||
* | only nonempty __slots__ don't work | Benjamin Peterson | 2008-10-23 | 1 | -2/+2 |
| | |||||
* | Use the correct names of the stateless codec functions (Fixes issue 4178). | Walter Dörwald | 2008-10-23 | 1 | -3/+3 |
| | |||||
* | and another typo... | Benjamin Peterson | 2008-10-22 | 1 | -2/+1 |
| | |||||
* | fix a few typos | Benjamin Peterson | 2008-10-22 | 1 | -7/+7 |
| | |||||
* | mention -n | Benjamin Peterson | 2008-10-19 | 1 | -2/+2 |
| | |||||
* | Fix duplicate word. | Georg Brandl | 2008-10-17 | 1 | -1/+1 |
| | |||||
* | clarify CALL_FUNCTION #4141 | Benjamin Peterson | 2008-10-17 | 2 | -1/+3 |
| | |||||
* | #4083: add "as" to except handler grammar as per PEP 3110. | Georg Brandl | 2008-10-16 | 1 | -1/+1 |
| | |||||
* | part of #4012: kill off old name "processing". | Georg Brandl | 2008-10-16 | 1 | -5/+5 |
| | |||||
* | #4131: FF3 doesn't write cookies.txt files. | Georg Brandl | 2008-10-16 | 1 | -0/+5 |
| | |||||
* | Add more TOC to the whatsnew index page. | Georg Brandl | 2008-10-16 | 1 | -1/+1 |
| | |||||
* | Fix wording (2.6.1 backport candidate) | Andrew M. Kuchling | 2008-10-16 | 1 | -2/+3 |
| | |||||
* | document that deque indexing is O(n) #4123 | Benjamin Peterson | 2008-10-16 | 1 | -1/+3 |
| | |||||
* | add a much requested newline | Benjamin Peterson | 2008-10-15 | 1 | -1/+2 |
| | |||||
* | document how to disable fixers | Benjamin Peterson | 2008-10-13 | 1 | -6/+10 |
| | |||||
* | PyGILState_Acquire -> PyGILState_Ensure | Benjamin Peterson | 2008-10-10 | 1 | -3/+3 |
| | |||||
* | talk about how you can unzip with zip | Benjamin Peterson | 2008-10-10 | 1 | -0/+12 |
| | |||||
* | fix a small typo | Benjamin Peterson | 2008-10-10 | 1 | -2/+2 |
| |