Commit Graph

9700 Commits

Author SHA1 Message Date
Benjamin Peterson c756dcdd60 only nonempty __slots__ don't work 2008-10-23 21:43:48 +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 865cd640bb #4083: add "as" to except handler grammar as per PEP 3110. 2008-10-16 21:38:48 +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
Georg Brandl eaede315d1 Add more TOC to the whatsnew index page. 2008-10-16 20:20:56 +00:00
Andrew M. Kuchling e529165ee3 Fix wording (2.6.1 backport candidate) 2008-10-16 20:15:47 +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 9d1e2cdad6 PyGILState_Acquire -> PyGILState_Ensure 2008-10-10 22:23:41 +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
Benjamin Peterson f660a53c9f update paragraph about __future__ for 2.6 2008-10-09 20:54:43 +00:00
Benjamin Peterson fc72de7bca quiet sphinx warnings 2008-10-08 21:11:33 +00:00
Georg Brandl 151f42fe12 Make all whatsnew docs accessible. 2008-10-08 18:57:13 +00:00
Georg Brandl 06a1386902 #4058: fix some whatsnew markup. 2008-10-08 17:30:55 +00:00
Georg Brandl 26497d91ca #4059: patch up some sqlite docs. 2008-10-08 17:20:20 +00:00
Andrew M. Kuchling 0e21a797c6 Note how bytes alias is expected to be used 2008-10-08 13:21:27 +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
Benjamin Peterson e6555ddb69 silence Sphinx warning 2008-10-04 17:10:14 +00:00
Andrew M. Kuchling ce1882bd79 Add What's New for 2.7 2008-10-04 16:52:31 +00:00
Andrew M. Kuchling baa7fb5877 Set svn:keywords 2008-10-04 16:52:01 +00:00
Andrew M. Kuchling 462f96a802 two corrections 2008-10-04 03:08:56 +00:00
Andrew M. Kuchling 081bb457ab Typo fix 2008-10-03 16:42:52 +00:00
Georg Brandl e489db8f25 Forward-port r66736. 2008-10-02 19:09:47 +00:00
Barry Warsaw 5927786e61 Today is the release date 2008-10-01 22:05:43 +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 db74c8a309 Markup fixes 2008-09-30 13:00:51 +00:00
Andrew M. Kuchling 17ff29d061 Markup fix 2008-09-30 13:00:34 +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
Georg Brandl 7ff19fa293 Don't show version in title. 2008-09-28 20:01:36 +00:00
Georg Brandl baf59e063a No downloads for RCs. 2008-09-28 08:34:31 +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
Benjamin Peterson 4008ef0fe3 clarify a few things 2008-09-27 23:28:43 +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