Raymond Hettinger
c136b048b3
Nits.
2011-01-18 07:15:39 +00:00
Raymond Hettinger
93c8cad6d7
More nits.
2011-01-18 00:30:24 +00:00
Raymond Hettinger
7ec790d1fa
Add example for the abc module.
2011-01-18 00:19:30 +00:00
Raymond Hettinger
ca904be778
Nits.
2011-01-18 00:02:40 +00:00
Raymond Hettinger
9ba8b0a117
Add an import to the logging example
2011-01-17 23:42:17 +00:00
Raymond Hettinger
02dd70be5c
The example for configparser was weird.
2011-01-17 23:39:39 +00:00
Raymond Hettinger
6f0d59bad3
Beautify code examples.
2011-01-17 23:10:55 +00:00
Raymond Hettinger
66352d2793
Wording nits.
2011-01-17 22:33:11 +00:00
Raymond Hettinger
1dcc84e43b
Fix-up the XXX for importlib.abc.
2011-01-17 21:55:40 +00:00
Raymond Hettinger
4854d14f55
Tidy-up the ssl section.
2011-01-17 21:29:58 +00:00
Raymond Hettinger
15b47c5d7f
Note that two-phase cyclic barriers are suitable for use in loops.
2011-01-17 21:05:07 +00:00
Brett Cannon
83a682da30
Placeholder sentence pointing out that imoprtlib has updated (as well as deprecated) ABCs thanks to the new .pyc situation.
2011-01-16 21:02:09 +00:00
Antoine Pitrou
ebeb90339d
Mention deprecation of PyEval_{Acquire,Release}Lock().
2011-01-16 18:45:17 +00:00
Antoine Pitrou
2e8ec22242
More SSL-related stuff
2011-01-16 18:41:36 +00:00
Antoine Pitrou
f7fb7626d9
Mention HTTP 0.9's partial demise.
2011-01-16 18:34:09 +00:00
Antoine Pitrou
bcba43496c
Mention the new context parameter to FTP_TLS, and the small API change
...
in subprocess.Popen.
2011-01-16 18:29:34 +00:00
Raymond Hettinger
b965629a42
Issue 10889: Added entry for handling of indexing and slicing with ranges bigger than sys.maxsize.
2011-01-16 18:22:06 +00:00
Antoine Pitrou
eec6dbf232
Get proper credit
2011-01-16 18:21:12 +00:00
Antoine Pitrou
121a055a0f
Fix misindent
2011-01-16 18:16:52 +00:00
Antoine Pitrou
33da1d65bc
Better description of SSL-related changes
2011-01-16 18:16:09 +00:00
Raymond Hettinger
9297709292
Clean-up comment.
2011-01-16 09:18:59 +00:00
Georg Brandl
52a43b5dfd
Fix two small issues.
2011-01-16 09:11:45 +00:00
Georg Brandl
23e924f96b
Fix "make suspicious" errors and update ignore file.
2011-01-15 17:05:20 +00:00
Georg Brandl
375aec2315
Fix a few doc errors, mostly undefined keywords.
2011-01-15 17:03:02 +00:00
Georg Brandl
6dc50f34dd
Update to 1.0.7.
2011-01-15 16:45:03 +00:00
Antoine Pitrou
f5cf435bb5
Nits
2011-01-15 14:31:49 +00:00
Antoine Pitrou
5ace8e98da
Issue #10913 : Deprecate misleading functions PyEval_AcquireLock() and
...
PyEval_ReleaseLock(). The thread-state aware APIs should be used instead.
2011-01-15 13:11:48 +00:00
Antoine Pitrou
bedd2c2d88
Reword and restructure the GIL API doc
2011-01-15 12:54:19 +00:00
Antoine Pitrou
9bf8d1c228
Add mention of how to switch interpreters
2011-01-15 12:21:53 +00:00
Antoine Pitrou
f1dfe735b5
Improve description of issues
2011-01-15 12:10:48 +00:00
Antoine Pitrou
8b50b831b4
Restructure a bit
2011-01-15 11:57:42 +00:00
Antoine Pitrou
0765dd6b96
Standard streams use file descriptors, not FILE pointers.
2011-01-15 11:44:17 +00:00
Eli Bendersky
ad30c4206a
Issue #10912 : Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem.
2011-01-15 10:23:34 +00:00
Victor Stinner
c58be2ddc0
urllib doc: add versionchanged sections for parse_qs() and parse_qsl()
2011-01-14 13:31:45 +00:00
Victor Stinner
ac71c54b88
Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()
2011-01-14 12:52:12 +00:00
Eli Bendersky
489f392a0e
Issue #10902 : Fix reference to run* methods
2011-01-14 08:25:03 +00:00
Alexander Belopolsky
cc75a86123
Issue #9268 : Documented -m pickletools usage.
...
Also added a source code link.
2011-01-13 21:58:44 +00:00
Georg Brandl
37a80dc7bc
Fix the example output of count().
2011-01-13 07:31:18 +00:00
Georg Brandl
ee31e31db3
Add semicolon for consistency.
2011-01-13 07:24:40 +00:00
Alexander Belopolsky
287d1fdd3f
Issue #10225 : Fixed the simple mistakes in doctests.
2011-01-12 16:37:14 +00:00
Benjamin Peterson
1efb8dc871
fix weirdly ambigious sentence
2011-01-12 04:44:41 +00:00
Raymond Hettinger
b436b6cabc
Revert r87946. The virtues of readability and of examples that
...
can be cut and pasted are more important than having a doctests
on examples that already work.
2011-01-12 01:16:57 +00:00
Terry Reedy
fdf2925452
Issue #10225 : Correct interactive Doc/howto/sorting.rst examples so doctest runs.
...
Based on part of A. Belopolsky's patch.
2011-01-11 23:05:50 +00:00
Raymond Hettinger
cf8a382c94
Update the email section
2011-01-11 21:20:20 +00:00
Raymond Hettinger
9767365318
Update the datetime and time section.
2011-01-11 21:13:26 +00:00
Raymond Hettinger
3a8ae5f9f4
Clean-up threading.Barrier example.
2011-01-11 20:51:45 +00:00
Raymond Hettinger
5cee47f321
Add entry for Barrier objects.
2011-01-11 19:59:46 +00:00
Raymond Hettinger
6655d113e6
Add a todo.
2011-01-11 08:49:10 +00:00
Raymond Hettinger
51e2107b81
Fix typos and markup.
2011-01-10 23:38:15 +00:00
Alexander Belopolsky
5fc850b455
Improved footnote for the %Y directive slightly.
2011-01-10 23:31:51 +00:00
Alexander Belopolsky
085556ae89
Improved description of %Y directive.
2011-01-10 23:28:33 +00:00
Terry Reedy
262cc7f6b6
Issue #10875 : Update Regular Expression HOWTO; last bit.
2011-01-10 23:13:21 +00:00
Alexander Belopolsky
9971e001ef
Issue #2568 : Removed bogus rationale for supporting tm_sec=61.
2011-01-10 22:56:14 +00:00
Alexander Belopolsky
dc004a3ad6
Removed time.ctime from the list of functions that take a time tuple argument
2011-01-10 21:58:52 +00:00
Alexander Belopolsky
bd96b06fd8
Added entries about removal of year 1900 limit.
2011-01-10 21:55:34 +00:00
Terry Reedy
aacfd4a0cf
Issue #10875 : Update Regular Expression HOWTO; patch by 'SilentGhost'.
2011-01-10 21:27:49 +00:00
Raymond Hettinger
eb70b90097
Misspelling.
2011-01-10 21:26:49 +00:00
Raymond Hettinger
05ce079a1c
Missed two source links
2011-01-10 21:16:07 +00:00
Raymond Hettinger
4f707fd316
Separate source link from main text.
2011-01-10 19:54:11 +00:00
Alexander Belopolsky
04da1e013a
Fixed a footnote reference
2011-01-10 19:14:38 +00:00
Raymond Hettinger
de2e618eb9
Fix typos.
2011-01-10 05:40:57 +00:00
Raymond Hettinger
1048094037
Move source links to consistent location and remove wordy, big yellow boxes.
2011-01-10 03:26:08 +00:00
Georg Brandl
04536b0edf
#10871 : "file" does not exist anymore in Python 3. Also adapt the reprs of opened file objects.
2011-01-09 09:31:01 +00:00
Georg Brandl
c9007081ef
Wrap some long examples and signatures.
2011-01-09 09:04:08 +00:00
Georg Brandl
619e7ba814
#10869 : do not visit root node twice in ast.increment_lineno().
2011-01-09 07:38:51 +00:00
Raymond Hettinger
e3ee66f141
Issue #10357 : Clarify what it means to be a mapping.
2011-01-08 23:44:37 +00:00
Georg Brandl
4ad934f63c
zlib only works with bytes objects.
2011-01-08 21:04:25 +00:00
Alexander Belopolsky
2997837158
Fixed documentation to reflect recent changes for years < 1900.
2011-01-08 20:47:21 +00:00
Raymond Hettinger
c08ea61373
Markup fix
2011-01-08 10:32:31 +00:00
Raymond Hettinger
83b1ab0d6a
Issue 9717: Segregate and improve the documentation of "in-place" operators
...
in the operator module.
2011-01-08 10:26:53 +00:00
Georg Brandl
d97b7b5158
#10855 : document close() semantics of wave objects.
2011-01-08 09:45:43 +00:00
Raymond Hettinger
5254e9700e
Issue 10533: Need example of using __missing__.
2011-01-08 09:35:38 +00:00
Raymond Hettinger
0ab10e4600
Issue #10813 : Small improvement to decimal money format recipe.
2011-01-08 09:03:11 +00:00
R. David Murray
9253214fd9
#10686 : recode non-ASCII headers to 'unknown-8bit' instead of ?s.
...
This applies only when generating strings from non-RFC compliant binary
input; it makes the existing recoding behavior more consistent (ie:
now no data is lost when recoding).
2011-01-07 23:25:30 +00:00
Raymond Hettinger
7088abdca6
Revert r87821 which moved the source link to the wrong section (from the module intro covering the module to a section on thread imports).
2011-01-07 21:54:18 +00:00
Raymond Hettinger
1122fa2eb4
Revert r87823 which moved the source link to the wrong section.
2011-01-07 21:17:56 +00:00
Raymond Hettinger
32e8fea396
Update the digest of PEP 3333 based on comments for Phillip Eby.
2011-01-07 21:04:30 +00:00
Georg Brandl
2f2a9f772d
Fix indent.
2011-01-07 20:58:25 +00:00
Raymond Hettinger
fc90213f53
Combine the two seealso sections.
2011-01-07 20:33:09 +00:00
Alexander Belopolsky
c64708ae48
Issue #10827 : Changed the rules for 2-digit years. The time.asctime
...
function will now format any year when time.accept2dyear is false and
will accept years >= 1000 otherwise. The year range accepted by
time.mktime and time.strftime is still system dependent, but
time.mktime will now accept full range supported by the OS. Conversion
of 2-digit years to 4-digit is deprecated.
2011-01-07 19:59:19 +00:00
Antoine Pitrou
696efdd03f
Mention multiprocessing.Queue in the queue docs
2011-01-07 19:16:12 +00:00
Antoine Pitrou
4b512f73e0
Group seealsos
2011-01-07 19:01:48 +00:00
Antoine Pitrou
60bcc54d2e
Put those "seealso"s together
2011-01-07 18:58:21 +00:00
Antoine Pitrou
bdde506116
Put those source links together
2011-01-07 18:43:14 +00:00
Antoine Pitrou
1bdd6fd7c7
atexit.py doesn't exist
2011-01-07 18:42:21 +00:00
Antoine Pitrou
39e352cb46
Put link to source at the end. There's nothing edificating in threading.py.
2011-01-07 18:33:07 +00:00
Georg Brandl
fb6fd5d019
#10856 : document (Base)Exception.args better.
2011-01-07 18:28:45 +00:00
Brett Cannon
7603fa07a8
Undo an accidental commit in r87812.
2011-01-06 23:08:16 +00:00
Brett Cannon
63eef1e0dd
Get --coverage to be an acceptable flag for test.regrtest again.
2011-01-06 22:32:41 +00:00
Raymond Hettinger
388af4bb35
Typo.
2011-01-06 20:55:29 +00:00
Georg Brandl
a572476a2a
#10846 : fix typo.
2011-01-06 19:28:18 +00:00
Antoine Pitrou
003428158b
Elaborate about the GIL.
2011-01-06 16:31:28 +00:00
Georg Brandl
f60fd00534
Add acks where acks are due.
2011-01-06 09:25:27 +00:00
Georg Brandl
b30f3303f7
Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.
2011-01-06 09:23:56 +00:00
Georg Brandl
77041b2354
itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.
2011-01-06 09:23:19 +00:00
Antoine Pitrou
d53dfa3fb1
Issue #10840 : make it explicit that "s*" and friends provide contiguous memory.
2011-01-06 07:16:31 +00:00
Raymond Hettinger
90a4b3162e
Nits
2011-01-06 02:08:30 +00:00
Raymond Hettinger
3df4621100
Add PEP 3333 to whatsnew.
2011-01-06 02:01:26 +00:00
Raymond Hettinger
e40808a935
Add more porting notes.
2011-01-05 23:00:00 +00:00
Raymond Hettinger
2a5fb47e9c
Remove mention of codes pending further discussion on transform()/untransform().
2011-01-05 22:41:23 +00:00