Commit Graph

859 Commits

Author SHA1 Message Date
Georg Brandl b053f991b4 #4364: fix attribute name on ctypes object. 2008-11-22 08:34:14 +00:00
Amaury Forgeot d'Arc 322656596a Fixed issue #4233.
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
2008-11-20 23:34:31 +00:00
Benjamin Peterson 050f4adcb4 fix indentation and a sphinx warning 2008-11-20 21:25:31 +00:00
Benjamin Peterson 5ab9c3badb move useful sys.settrace information to the function's documentation from the debugger 2008-11-20 04:05:12 +00:00
Brett Cannon 031f3fb69a Clarify the docs for the 'strict' argument to httplib.HTTPConnection. 2008-11-15 22:33:25 +00:00
Georg Brandl ee1a7da135 #4324: fix getlocale() argument. 2008-11-15 08:10:04 +00:00
Benjamin Peterson c4d39b2507 use correct name 2008-11-11 21:56:06 +00:00
Benjamin Peterson 942e4779b0 clarify what was added 2008-11-08 17:07:06 +00:00
Benjamin Peterson 728c6f6d34 move context clue to versionchanged tag 2008-11-08 17:04:18 +00:00
Benjamin Peterson d923f987d1 a few compile() and ast doc improvements 2008-11-08 16:55:33 +00:00
Georg Brandl 01ba86af46 #4245: move Thread section to the top. 2008-11-06 10:20:49 +00:00
Georg Brandl b9bfea712f #4267: small fixes in sqlite3 docs. 2008-11-06 10:19:11 +00:00
Georg Brandl 8986706efa #4268: Use correct module for two toplevel functions. 2008-11-06 10:17:58 +00:00
Georg Brandl ad1cb66b28 #4167: fix markup glitches. 2008-11-04 20:49:35 +00:00
Benjamin Peterson accb38c74f clarify by splitting into multiple paragraphs 2008-11-03 20:43:20 +00:00
Benjamin Peterson 8928a7e911 rephrase has_key doc 2008-10-31 20:41:44 +00:00
Benjamin Peterson d79af0fc52 finish backporting binary literals and new octal literals docs 2008-10-30 22:44:18 +00:00
Benjamin Peterson b5f8208b49 backport bin() documentation 2008-10-30 22:39:25 +00:00
Benjamin Peterson b06b4c342f mention the version gettempdir() was added 2008-10-29 20:33:00 +00:00
Walter Dörwald 611e48c1bb Use the correct names of the stateless codec functions (Fixes issue 4178). 2008-10-23 13:11:39 +00:00
Benjamin Peterson cd29e9d9e1 and another typo... 2008-10-22 21:05:30 +00:00
Benjamin Peterson 92be53911d fix a few typos 2008-10-22 20:57:43 +00:00
Benjamin Peterson f3d0ce1502 mention -n 2008-10-19 19:39:16 +00:00
Georg Brandl 92b70bcc6e Fix duplicate word. 2008-10-17 21:41:49 +00:00
Benjamin Peterson c2f144079f clarify CALL_FUNCTION #4141 2008-10-17 20:01:01 +00:00
Georg Brandl 19cc944e45 part of #4012: kill off old name "processing". 2008-10-16 21:36:39 +00:00
Georg Brandl 0a6b28ae6a #4131: FF3 doesn't write cookies.txt files. 2008-10-16 21:20:15 +00:00
Benjamin Peterson 5c4e006367 document that deque indexing is O(n) #4123 2008-10-16 18:52:14 +00:00
Benjamin Peterson 1fb84519b1 add a much requested newline 2008-10-15 21:58:46 +00:00
Benjamin Peterson 0ecbccad2d document how to disable fixers 2008-10-13 21:51:40 +00:00
Benjamin Peterson 83ca0a6511 talk about how you can unzip with zip 2008-10-10 20:51:37 +00:00
Benjamin Peterson cae5848f12 fix a small typo 2008-10-10 20:38:49 +00:00
Armin Rigo 1178e02c94 Typo: "ThreadError" is the name in the C source. 2008-10-10 08:40:44 +00:00
Georg Brandl 26497d91ca #4059: patch up some sqlite docs. 2008-10-08 17:20:20 +00:00
Benjamin Peterson f9db5968cc fix typo 2008-10-04 22:15:31 +00:00
Georg Brandl 34211e91ef #4041: don't refer to removed and outdated modules. 2008-10-04 18:26:01 +00:00
Gregory P. Smith 0806749e63 Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when
calling fork() from a child thread.  This disables that unit test (with a note
printed to stderr) on those platforms.

A caveat about buggy platforms is added to the os.fork documentation.
2008-09-30 20:41:13 +00:00
Andrew M. Kuchling cad8da8abd Markup fixes. (optparse.rst probably needs an entire revision pass.) 2008-09-30 13:01:46 +00:00
Andrew M. Kuchling 83b3910e61 Edits, and add markup 2008-09-30 12:31:07 +00:00
Jesse Noller 37040cdace issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller 2008-09-30 00:15:45 +00:00
Martin v. Löwis e563aa4383 Issue #3965: Allow repeated calls to turtle.Screen, by making it a
true singleton object.

Reviewed by Gregor Lingl.
2008-09-29 22:09:07 +00:00
Benjamin Peterson b51f81def4 note the 2to3 -d could be useful for other refactoring 2008-09-28 01:53:29 +00:00
Benjamin Peterson 4fad6fa560 better grammar 2008-09-28 01:51:36 +00:00
Andrew M. Kuchling 7a4a93b8e9 #1415508: Document two functions 2008-09-28 01:08:47 +00:00
Andrew M. Kuchling ac77166e90 #1579477: mention necessity to flush output before exec'ing 2008-09-28 00:15:27 +00:00
Andrew M. Kuchling e6896050a3 #3510: future-proof text 2008-09-27 22:54:08 +00:00
Benjamin Peterson 7f8f6605e2 2to3's api should be considered unstable 2008-09-27 16:23:55 +00:00
Andrew M. Kuchling 8798c90df2 Improve wording 2008-09-24 17:27:55 +00:00
Georg Brandl 1379ae02e3 Indentation normalization. 2008-09-24 09:47:55 +00:00
Benjamin Peterson 3e876fd146 clean up docs for platform's linux_distribution and dist functions 2008-09-22 22:13:29 +00:00