Georg Brandl
|
bb608a84aa
|
Merged revisions 67154,67157-67159,67162-67163,67166,67175-67176,67189,67224-67225,67243 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67154 | hirokazu.yamamoto | 2008-11-08 04:46:17 +0100 (Sat, 08 Nov 2008) | 1 line
Issue #4071: ntpath.abspath returned an empty string for long unicode path.
........
r67157 | georg.brandl | 2008-11-08 12:47:44 +0100 (Sat, 08 Nov 2008) | 2 lines
Don't use "HOWTO" as the title for all howto .tex files.
........
r67158 | georg.brandl | 2008-11-08 12:48:20 +0100 (Sat, 08 Nov 2008) | 2 lines
Update "Documenting" a bit. Concentrate on Python-specifics.
........
r67159 | georg.brandl | 2008-11-08 13:52:25 +0100 (Sat, 08 Nov 2008) | 2 lines
Fix warning.
........
r67162 | benjamin.peterson | 2008-11-08 17:55:33 +0100 (Sat, 08 Nov 2008) | 1 line
a few compile() and ast doc improvements
........
r67163 | benjamin.peterson | 2008-11-08 18:04:18 +0100 (Sat, 08 Nov 2008) | 1 line
move context clue to versionchanged tag
........
r67166 | benjamin.peterson | 2008-11-08 18:07:06 +0100 (Sat, 08 Nov 2008) | 1 line
clarify what was added
........
r67175 | benjamin.peterson | 2008-11-09 02:44:32 +0100 (Sun, 09 Nov 2008) | 1 line
update link
........
r67176 | benjamin.peterson | 2008-11-09 02:52:32 +0100 (Sun, 09 Nov 2008) | 1 line
fix comment
........
r67189 | benjamin.peterson | 2008-11-11 22:56:06 +0100 (Tue, 11 Nov 2008) | 1 line
use correct name
........
r67224 | georg.brandl | 2008-11-15 09:10:04 +0100 (Sat, 15 Nov 2008) | 2 lines
#4324: fix getlocale() argument.
........
r67225 | brett.cannon | 2008-11-15 23:33:25 +0100 (Sat, 15 Nov 2008) | 1 line
Clarify the docs for the 'strict' argument to httplib.HTTPConnection.
........
r67243 | benjamin.peterson | 2008-11-17 22:39:05 +0100 (Mon, 17 Nov 2008) | 1 line
a few fixes on the download page
........
|
2008-12-05 08:35:09 +00:00 |
Jesse Noller
|
6e15860081
|
Merge r67419 - mp doc fixes
|
2008-11-28 18:37:06 +00:00 |
Georg Brandl
|
fb362c33ff
|
Merged revisions 66928,66936,66939-66940 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66928 | georg.brandl | 2008-10-16 20:20:56 +0000 (Thu, 16 Oct 2008) | 2 lines
Add more TOC to the whatsnew index page.
........
r66936 | georg.brandl | 2008-10-16 21:20:15 +0000 (Thu, 16 Oct 2008) | 2 lines
#4131: FF3 doesn't write cookies.txt files.
........
r66939 | georg.brandl | 2008-10-16 21:36:39 +0000 (Thu, 16 Oct 2008) | 2 lines
part of #4012: kill off old name "processing".
........
r66940 | georg.brandl | 2008-10-16 21:38:48 +0000 (Thu, 16 Oct 2008) | 2 lines
#4083: add "as" to except handler grammar as per PEP 3110.
........
|
2008-10-16 21:44:19 +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 |
Georg Brandl
|
9af9498c6e
|
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
|
2008-09-13 17:41:16 +00:00 |
Jesse Noller
|
d5ff5b2ec4
|
Fix typo in multiprocessing doc, cancel_join_thread was missing _thread
|
2008-09-06 01:20:11 +00:00 |
Brett Cannon
|
971f10210e
|
Clarify that some attributes/methods are listed somewhat separately because they are not part of the threading API.
|
2008-08-24 23:15:19 +00:00 |
Benjamin Peterson
|
73641d7eb4
|
fix up the multiprocessing docs a little
|
2008-08-20 14:07:59 +00:00 |
Jesse Noller
|
5bc9f4c09c
|
issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included.
|
2008-08-19 19:06:19 +00:00 |
Andrew M. Kuchling
|
8ea605c204
|
Typo fix
|
2008-07-14 01:18:16 +00:00 |
Andrew M. Kuchling
|
a2478d9fa0
|
Typo fix
|
2008-07-14 00:40:55 +00:00 |
Andrew M. Kuchling
|
ded01d1bf0
|
Typo fixes
|
2008-07-14 00:35:32 +00:00 |
Benjamin Peterson
|
90f36730e2
|
fix various doc typos #3320
|
2008-07-12 20:16:19 +00:00 |
Benjamin Peterson
|
910c2ab674
|
edit multiprocessing docs
|
2008-06-27 23:22:06 +00:00 |
Andrew M. Kuchling
|
be504f1795
|
Remove some standalone material from the introduction; various markup and typo fixes
|
2008-06-19 19:48:42 +00:00 |
Benjamin Peterson
|
190d56e009
|
add the multiprocessing package to fulfill PEP 371
|
2008-06-11 02:40:25 +00:00 |