Benjamin Peterson
cde6dc9a86
3.0 still has the old threading names
2008-09-03 21:48:20 +00:00
Benjamin Peterson
eb55fd8d2f
Merged revisions 66173 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r66173 | benjamin.peterson | 2008-09-02 18:57:48 -0500 (Tue, 02 Sep 2008) | 8 lines
A little 2to3 refactoring #3637
This moves command line logic from refactor.py to a new file called
main.py. RefactoringTool now merely deals with the actual fixers and
refactoring; options processing for example is abstracted out.
This patch was reviewed by Gregory P. Smith.
........
2008-09-03 00:21:32 +00:00
Andrew M. Kuchling
3e75d2336d
Add e-mail address
2008-09-02 13:08:11 +00:00
Andrew M. Kuchling
8315da4c17
Clarify example; add imports
2008-09-02 13:06:00 +00:00
Mark Summerfield
0792cbf5e1
a typo
2008-09-02 07:23:16 +00:00
Andrew M. Kuchling
2dd647b8fc
typo fix
2008-09-02 01:39:18 +00:00
Brett Cannon
1eaf0742d8
Move test.test_support.catch_warning() to the warnings module, rename it
...
catch_warnings(), and clean up the API.
While expanding the test suite, a bug was found where a warning about the
'line' argument to showwarning() was not letting functions with '*args' go
without a warning.
Closes issue 3602.
Code review by Benjamin Peterson.
2008-09-02 01:25:16 +00:00
Andrew M. Kuchling
86533776c2
Describe the __hash__ changes
2008-09-02 01:13:42 +00:00
Benjamin Peterson
973e6c2cf3
remove py3k warnings about the threading api; update docs
...
Reviewer: Benjamin Peterson
2008-09-01 23:12:58 +00:00
Vinay Sajip
aa5f873980
Bug #3738 : Documentation is now more accurate in describing handler close methods.
2008-09-01 17:44:14 +00:00
Vinay Sajip
34bfda55d2
Added section about configuring logging in a library. Thanks to Thomas Heller for the idea.
2008-09-01 15:08:07 +00:00
Georg Brandl
2ba93210e2
#3749 : fix c'n'p errors.
2008-09-01 14:15:55 +00:00
Andrew M. Kuchling
51eb7a9daa
Update patch/bug count
2008-08-31 15:48:44 +00:00
Andrew M. Kuchling
ba40fb467d
Last batch of edits; remove the 'other changes' section
2008-08-31 15:41:48 +00:00
Andrew M. Kuchling
fa881f2bd4
Edit the library section, rearranging items to flow better and making lots of edits
2008-08-31 14:29:31 +00:00
Nick Coghlan
82358691f7
Issue 2235: document the ability to block inheritance of __hash__ in the language reference
2008-08-31 13:10:50 +00:00
Andrew M. Kuchling
4d028570c7
More edits
2008-08-31 02:24:08 +00:00
Andrew M. Kuchling
eaa29bb238
More edits; markup fixes
2008-08-30 22:56:54 +00:00
Georg Brandl
9481ba33ff
Fix markup.
2008-08-30 22:00:28 +00:00
Andrew M. Kuchling
5f2dc0bf7b
Edit four more sections
2008-08-30 16:44:54 +00:00
Andrew M. Kuchling
3ffe56398a
Correction from Antoine Pitrou: BufferedWriter and Reader support seek()
2008-08-30 15:25:47 +00:00
Andrew M. Kuchling
bf0a5951c9
Tidy up some sentences
2008-08-30 15:21:23 +00:00
Andrew M. Kuchling
e496493dd8
Partial edits from revision and tidying pass
2008-08-30 15:19:57 +00:00
Georg Brandl
f5a3fb730f
super() actually returns a super object.
2008-08-30 13:17:39 +00:00
Georg Brandl
6140651d93
#3569 : eval() also accepts "exec"able code objects.
2008-08-30 10:03:09 +00:00
Georg Brandl
c176814d82
#3716 : fix typo.
2008-08-30 09:52:44 +00:00
Georg Brandl
cff0b46edc
#3730 : mention "server" attribute explicitly.
2008-08-30 09:49:36 +00:00
Georg Brandl
a27e89bd04
#3711 : .dll isn't a valid Python extension anymore.
2008-08-28 09:40:18 +00:00
Andrew M. Kuchling
488a4f0118
Add various items
2008-08-27 02:12:18 +00:00
Andrew M. Kuchling
c9b41106e8
Add an item and a note
2008-08-27 00:45:02 +00:00
Andrew M. Kuchling
d207e230e1
Trim whitespace; add a few updates
2008-08-27 00:27:18 +00:00
Benjamin Peterson
14cb6bcf2b
sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str
2008-08-26 17:08:40 +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
dcf4891210
remove note about unimplemented feature
2008-08-24 21:55:03 +00:00
Benjamin Peterson
21d2ab7fe8
fix warning
2008-08-23 21:40:15 +00:00
Georg Brandl
7161cbfcba
Small updates to types member docs, backport from r65994.
2008-08-23 15:15:31 +00:00
Benjamin Peterson
73641d7eb4
fix up the multiprocessing docs a little
2008-08-20 14:07:59 +00:00
Benjamin Peterson
e977ad4d7b
deprecate some useless, noop methods in symtable
2008-08-20 01:42:01 +00:00
Benjamin Peterson
80f0ed5bb1
allow keyword args to be passed in after *args #3473
2008-08-19 19:52:46 +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
Georg Brandl
25c3408556
Fix grammar.
2008-08-18 23:09:49 +00:00
Benjamin Peterson
facdd6ee9e
update the threading docs to account for recent changes
2008-08-18 22:29:19 +00:00
Benjamin Peterson
d8a8972ca9
change threading.getIdent to a property
...
This is new in 2.6 so now need to worry about backwards compatibility :)
2008-08-18 16:40:03 +00:00
Nick Coghlan
8e439a16b2
Fix typo
2008-08-18 13:32:19 +00:00
Nick Coghlan
6e8fef07e5
Issue 2235: document PyObject_HashNotImplemented
2008-08-18 13:14:22 +00:00
Benjamin Peterson
e3444c8b59
a few improvements
2008-08-17 01:17:15 +00:00
Georg Brandl
765812f1ff
Review symtable docs.
2008-08-16 22:37:05 +00:00
Benjamin Peterson
1e296cc858
add some documentation for symtable
2008-08-16 21:04:16 +00:00
Benjamin Peterson
5b02ef3e1b
note how os.utime should be used for emulating touch
2008-08-16 03:13:07 +00:00
Benjamin Peterson
4eb993939d
fix markup
2008-08-16 03:02:41 +00:00