Commit graph

803 commits

Author SHA1 Message Date
Skip Montanaro
b40890db07 usage 2008-09-17 11:50:36 +00:00
Benjamin Peterson
6be425c85f be less wordy 2008-09-16 21:20:28 +00:00
Benjamin Peterson
881c4878cb clarify that radix for int is not 'guessed' 2008-09-14 16:02:22 +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
Andrew M. Kuchling
09e80938b0 #3288: Document as_integer_ratio 2008-09-13 02:11:51 +00:00
Andrew M. Kuchling
bf64c0411f Remove extra 'the'; the following title includes it 2008-09-13 02:09:15 +00:00
Benjamin Peterson
b535d32952 fix typo 2008-09-11 22:04:02 +00:00
Nick Coghlan
d2e0938362 Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) 2008-09-11 12:11:06 +00:00
Martin v. Löwis
24329ba176 Issue #3811: The Unicode database was updated to 5.1.
Reviewed by Fredrik Lundh and Marc-Andre Lemburg.
2008-09-10 13:38:12 +00:00
Brett Cannon
672237dc6c warnings.catch_warnings() now returns a list or None instead of the custom
WarningsRecorder object. This makes the API simpler to use as no special object
must be learned.

Closes issue 3781.
Review by Benjamin Peterson.
2008-09-09 00:49:16 +00:00
Bill Janssen
61c001a939 incorporate fixes from issue 3162; SSL doc patch 2008-09-08 16:37:24 +00:00
Mark Summerfield
ffde3cfcb1 Added xrefs to each other. 2008-09-08 14:45:37 +00:00
Andrew M. Kuchling
fe38e44123 #1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp attributes 2008-09-06 21:26:02 +00:00
Andrew M. Kuchling
cd52023e6f #3669 from Robert Lehmann: simplify use of iterator in example 2008-09-06 20:28:01 +00:00
Benjamin Peterson
6ac7d7c80b #1638033: add support for httponly on Cookie.Morsel
Reviewer: Benjamin
2008-09-06 19:28:11 +00:00
Andrew M. Kuchling
810f807b1b #3040: include 'dest' argument in example; trim some trailing whitespace 2008-09-06 13:04:02 +00:00
Benjamin Peterson
ad2a9e72f1 actually tell the name of the flag to use 2008-09-06 03:00:00 +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
32476fc5a8 Deprecate bsddb for removal in Python 3.0.
Closes issue 3776.
Review by Nick Coghlan.
2008-09-05 18:33:51 +00:00
Brett Cannon
3dffcd1a72 Make it more obvious that warnings.catch_warnings() and its arguments should be considered keyword-only. 2008-09-05 03:52:59 +00:00
Benjamin Peterson
15ad6c0f2b flesh out the documentation on using 2to3 2008-09-04 23:31:27 +00:00
Facundo Batista
c585df9476 Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
to the urlparse one.  Added a PendingDeprecationWarning in the old
module, it will be deprecated in the future.  Docs and tests updated.
2008-09-03 22:35:50 +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
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
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
Georg Brandl
9481ba33ff Fix markup. 2008-08-30 22:00:28 +00:00
Andrew M. Kuchling
bf0a5951c9 Tidy up some sentences 2008-08-30 15:21:23 +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
cff0b46edc #3730: mention "server" attribute explicitly. 2008-08-30 09:49:36 +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
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
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
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
Gregory P. Smith
59de7f5733 document that waitpid raises OSError 2008-08-15 23:14:00 +00:00
Bill Janssen
5bfbd763f3 update ssl documentation 2008-08-12 17:09:57 +00:00
Georg Brandl
ac014e9255 #3540: fix exception name. 2008-08-11 10:27:31 +00:00