R David Murray
4189b67a66
#14984 : On POSIX, enforce permissions when reading default .netrc.
...
Initial patch by Bruno Piguet.
This is implemented as if a useful .netrc file could exist without passwords,
which is possible in the general case; but in fact our netrc implementation
does not support it. Fixing that issue will be an enhancement.
2013-09-16 13:48:44 -04:00
Ezio Melotti
802fa397d5
Fix markup in email.parser docs.
2013-09-13 22:55:08 +03:00
Ezio Melotti
36c3368233
#18951 : use consistent names in unittest docs.
2013-09-13 22:17:40 +03:00
Senthil Kumaran
b65685f3f2
Clarify mmap.close method behavior. Addresses issue #18815
...
Patch contributed by Anoop Thomas Mathew.
2013-09-09 22:38:58 -07:00
Senthil Kumaran
cb7e5fa935
Correct Profile class usage example. Addresses issue #18033 .
...
Patch contributed by Olivier Hervieu and Dmi Baranov.
2013-09-07 17:50:35 -07:00
Senthil Kumaran
2646e6758d
os.isatty is not Unix only. Correct the wrong documentation.
...
Addresses issue #18553
2013-09-07 11:27:45 -07:00
Ezio Melotti
ad54307b9b
#18895 : split a sentence in unittest docs.
2013-09-07 15:23:36 +03:00
Ezio Melotti
2676583b66
#18894 : remove mention of deprecated fail* methods.
2013-09-07 15:19:30 +03:00
Vinay Sajip
6971f2e6b7
Issue #18933 : Added links to source code.
2013-09-05 22:57:20 +01:00
Benjamin Peterson
b44c8619fe
document that various functions that parse from source will interpret things as latin-1 ( closes #18870 )
2013-09-01 19:06:35 -04:00
Serhiy Storchaka
6d5bd5258c
Issue #18743 : Improved cross-references to the StringIO class.
2013-08-29 11:44:44 +03:00
Serhiy Storchaka
7653e26ecc
Issue #18760 : Improved cross-references in the xml package.
2013-08-29 10:34:23 +03:00
Serhiy Storchaka
c8f26f500a
Issue #18757 : Improved cross-references in the concurrent package.
2013-08-24 00:28:38 +03:00
Charles-François Natali
b817faa4ce
Issue #15233 : Python now guarantees that callables registered with the atexit
...
module will be called in a deterministic order.
2013-08-21 18:25:00 +02:00
Serhiy Storchaka
f65d454a5e
Issue #18761 : Improved cross-references in email documentation.
2013-08-19 10:03:25 +03:00
Vinay Sajip
10b513098a
Issue #18759 : Improved cross-references in logging documentation.
2013-08-17 00:38:48 +01:00
Antoine Pitrou
79a16a85aa
Issue #16190 : fix random module recommendation to use ssl.RAND_bytes().
2013-08-16 19:19:40 +02:00
David Wolever
a80d3a09fd
Issue #18718 : datetime documentation contradictory on leap second support
2013-08-14 14:33:54 -04:00
Ned Deily
6681398ddd
Issue 18724: Fix typo noticed by Susan Tan.
2013-08-13 01:11:56 -07:00
Felix Crux
b4e186cf11
Documenting that json.load may raise a ValueError.
...
Issue #18680 : JSONDecoder should document that it raises a ValueError
for malformed data
2013-08-12 17:39:51 -04:00
David Wolever
452dd38150
Issue #17701 : Improving strftime documentation
2013-08-12 15:50:10 -04:00
Ezio Melotti
d599142197
#18663 : document that assertAlmostEqual also works when the values are equal and add tests.
2013-08-11 13:04:50 +03:00
Antoine Pitrou
92fae55bc9
Issue #18589 : fix hyperlinking of type slots (tp_*)
2013-08-01 21:17:24 +02:00
Ned Deily
b7a285f528
Issue #18471 : Fix typo in heapq documentation (reported by François Pinard).
2013-07-15 19:07:41 -07:00
Ned Deily
c967a593c9
Issue #18452 : fix several "occurrence" typos (reported by Févry Thibault).
2013-07-14 12:42:27 -07:00
R David Murray
4f0102f189
#18389 : Clarify that relpath does not access the file system.
...
Initial patch by Madison May.
2013-07-12 18:21:41 -04:00
Serhiy Storchaka
6cda0adf3a
Issue #18336 . Fix a link to StreamReader's read() method.
2013-07-11 18:25:19 +03:00
Richard Oudkerk
4bc130c065
Issue #14206 : Clarify docs for Queue.join_cancel_thread().
2013-07-02 12:58:21 +01:00
Richard Oudkerk
4903253069
Issue #17273 : Clarify that pool methods can only be used by parent process.
2013-07-02 12:31:50 +01:00
Terry Jan Reedy
44d8b11c3e
Issue #7136 : In the Idle File menu, "New Window" is renamed "New File".
...
Patch by Tal Einat, Roget Serwy, and Todd Rovito.
2013-07-01 00:42:44 -04:00
Terry Jan Reedy
8d7500387d
Issue #18237 : Fix assertRaisesRegexp error caought by Jeff Tratner.
2013-06-29 13:15:36 -04:00
Terry Jan Reedy
35115e6aab
Issue #18315 : Improve fileinput docs by adding 'bufsize' where missing and
...
replacing redundant signature in input() docstring with one-line summary.
Original patch by Terrel Shumway.
2013-06-28 18:59:19 -04:00
Richard Oudkerk
66e0a04d2e
Fix typo.
2013-06-24 20:38:22 +01:00
Richard Oudkerk
2cc73e8e58
Clarify note and fix typo.
2013-06-24 18:11:21 +01:00
Richard Oudkerk
acfbe22068
Issue #15818 : Typo in docs.
2013-06-24 15:41:36 +01:00
Richard Oudkerk
56e968c50a
Issue #18277 : Document quirks of multiprocessing queue.
2013-06-24 14:45:24 +01:00
R David Murray
9575222b7f
#18179 : reflow paragraphs.
2013-06-23 16:10:37 -04:00
R David Murray
7f01d55333
#18179 : document the local_hostname parameter.
...
Original patch by Berker Peksag.
2013-06-23 16:02:34 -04:00
Ezio Melotti
c49805e967
#18126 : update NumPy links in the documentation. Patch by Yury V. Zaytsev.
2013-06-09 01:04:21 +03:00
Raymond Hettinger
7393c69d6d
Issue #18015 : Fix unpickling of 2.7.3 and 2.7.4 namedtuples.
2013-05-27 10:58:55 -07:00
David Wolever
c23ca48cce
Clean merge
2013-05-23 17:51:58 -04:00
David Wolever
bd9cbf0064
Clarify that strftime's encoding is based on locale
2013-05-23 17:42:14 -04:00
David Wolever
db6d10a8bb
Remove Japanese datetime examples
2013-05-23 17:23:49 -04:00
Serhiy Storchaka
54f70923a3
Issue #17844 : Refactor a documentation of Python specific encodings.
...
Add links to encoders and decoders for binary-to-binary codecs.
2013-05-22 15:28:30 +03:00
Ned Deily
d7cb506789
Issue #18026 : fix ctypes doc typo
2013-05-20 14:27:06 -07:00
Ezio Melotti
5302ba80e7
#17949 : fix merge glitch in itemgetter signature. Patch by Martijn Pieters.
2013-05-10 19:57:04 +03:00
Ezio Melotti
5f4ba6b4e0
#16523 : improve attrgetter/itemgetter/methodcaller documentation.
2013-05-08 10:53:11 +03:00
Ezio Melotti
59391207c6
#17714 : document that the base64 codec adds a trailing newline.
2013-05-07 11:14:27 +03:00
Raymond Hettinger
a74e5c809b
Issue 17920: Fix-up terminology in the set documentation
2013-05-06 18:21:10 -07:00
Raymond Hettinger
277c27c8fc
Issue 17862: Improve the signature of itertools grouper() recipe.
...
Putting *n* after the *iterable* matches the signature of other itertools
and recipes. Also, it reads better.
Suggested by Ezio Melotti.
2013-05-05 19:45:42 -07:00
Raymond Hettinger
0801d73b1b
Issue #15535 : Fix regression in pickling of named tuples.
2013-05-03 00:59:20 -07:00
Senthil Kumaran
a1fb67175a
# 1722 - Add a note on urllib helper functions like splittype, splithost etc.
2013-05-02 05:50:21 -07:00
Ezio Melotti
183dc46a88
#17866 : mention that in Python 3, assertItemsEqual is named assertCountEqual.
2013-04-29 12:26:01 +03:00
R David Murray
806c1c939d
#7152 : Clarify that ProxyHandler is added only if proxy settings are detected.
...
Behavior confirmation and initial patch by Jessica McKellar.
2013-04-28 11:16:21 -04:00
Ned Deily
0729500b01
Issue #17670 : Provide an example of expandtabs() usage.
2013-04-21 13:04:10 -07:00
R David Murray
e5af944bdf
#17409 : Document RLIM_INFINITY and use it to clarify the setrlimit docs.
2013-04-20 13:37:50 -04:00
Ezio Melotti
c973057bbe
#17740 : fix links to the socket function. Initial patch by Zachary Ware.
2013-04-17 04:10:26 +03:00
Antoine Pitrou
f12f3916aa
Issue #17739 : fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets.
...
Thanks to David D Lowe for reporting.
2013-04-16 20:27:17 +02:00
Ezio Melotti
1b33206596
#13510 : clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti.
2013-04-15 19:08:31 +03:00
Eric V. Smith
12ec99d852
Issue #17728 : Specify default precision for float.format for presentation types e, f, and g.
2013-04-15 09:51:54 -04:00
Georg Brandl
95aa1726ec
Fix example ignoring ".svn" directories in compileall.
2013-04-14 12:02:43 +02:00
Georg Brandl
34f5dd0684
The Integral class does not contain implementations for the bit-shifting operations. (See #3056.)
2013-04-14 11:58:54 +02:00
Georg Brandl
827372e46b
Closes #17661 : fix references to repr() going to module repr.
2013-04-14 10:36:03 +02:00
David Wolever
0d2e78c275
Correct misleading strftime documentation.
...
strftime using locale-aware formatting directives will often, but not awlays,
produce UTF-8-encoded Unicode.
2013-04-13 22:40:11 -04:00
David Wolever
c7953ef73e
Adding localized examples to strftime documentation.
2013-04-13 20:50:24 -04:00
David Wolever
73480ef578
Improving strftime documentation.
...
Re-ordering the table so similar directives are grouped together, adding
examples, and removing some redundancy in the description of the ``%f``
formatter.
2013-04-13 19:12:58 -04:00
R David Murray
3a2b371f26
Reflow paragraph.
2013-04-13 14:37:42 -04:00
R David Murray
2fc97e6a2d
#2118 : clarify smtplib exception documentation.
2013-04-13 14:37:22 -04:00
Ezio Melotti
0ba584c023
#6696 : add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney.
2013-04-12 16:22:24 +03:00
Ezio Melotti
3218f6511f
#17635 : fix wrong function name in multiprocessing docs.
2013-04-10 17:59:20 +03:00
Andrew Svetlov
aff9ceff3c
Update argparse docs to follow order of ArgumentParser() arguments.
2013-04-07 14:45:37 +03:00
Giampaolo Rodola'
76794131de
#17641 : 2.X / 3.X ssl doc unification
2013-04-06 03:46:47 +02:00
Andrew Svetlov
7eba9dbaaf
Add link to glossary for hashable term in docs for set type
2013-04-05 16:21:39 +03:00
Ezio Melotti
cfb63cd3b1
#8913 : add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen.
2013-04-04 09:16:15 +03:00
Terry Jan Reedy
0d0a395a1b
Issue #15940 : Replace tab.
2013-04-03 12:45:24 -04:00
Terry Jan Reedy
c2f905f0d9
Issue #15940 : Specify effect of locale on time functions.
2013-04-03 12:34:57 -04:00
R David Murray
c993a19480
#13163 : fix names of _get_socket args
...
This was already done in Python3, but having it wrong leads to
incorrect debug output, so it seems worth fixing in 2.7 as well.
Patch by Victor Terrón.
2013-04-02 12:15:07 -04:00
Raymond Hettinger
56bb8b9bdc
Add an itertools recipe showing how to use t.__copy__().
2013-03-30 23:37:57 -07:00
Gregory P. Smith
da76aa8e47
Fix typos and clear up one very odd bit of wording as pointed out by
...
Ezio.
2013-03-30 01:38:38 -07:00
Ezio Melotti
d5cdc94a26
#17438 : add links to the conversion tables in dump(s)/load(s).
2013-03-29 03:59:29 +02:00
Georg Brandl
75da35747e
Backport rev. 3ae74b361f53 to 2.7 branch.
2013-03-28 13:35:18 +01:00
Georg Brandl
44ea77bd81
Closes #4159 : add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
2013-03-28 13:28:44 +01:00
Christian Heimes
75207abff9
Fix XML vulnerability link targets.
2013-03-28 11:42:49 +01:00
Georg Brandl
6ba6b13e32
Fix XML vulnerability link targets.
2013-03-28 09:11:44 +01:00
Ezio Melotti
93324d7d9c
Update suspicious ignore file.
2013-03-28 05:47:31 +02:00
Ezio Melotti
184e59357e
#17329 : merge with 3.2.
2013-03-27 20:12:55 +02:00
Ezio Melotti
352def0ed2
#17329 : document unittest.SkipTest. Initial patch by Zachary Ware.
2013-03-27 20:11:55 +02:00
Ezio Melotti
265281ac02
#17329 : document unittest.SkipTest. Initial patch by Zachary Ware.
2013-03-27 20:11:55 +02:00
Christian Heimes
23790b4be0
Issue 17538: Document XML vulnerabilties
2013-03-26 17:53:05 +01:00
Christian Heimes
768f6a5360
Issue 17538: Document XML vulnerabilties
2013-03-26 17:47:23 +01:00
Christian Heimes
7380a67267
Issue 17538: Document XML vulnerabilties
2013-03-26 17:35:55 +01:00
Gregory P. Smith
a1b9ed32ee
Fixes issue #17488 : Change the subprocess.Popen bufsize parameter default value
...
from unbuffered (0) to buffering (-1) to match the behavior existing code
expects and match the behavior of the subprocess module in Python 2 to avoid
introducing hard to track down bugs.
2013-03-23 11:54:22 -07:00
Gregory P. Smith
a1ed539268
Fixes issue #17488 : Change the subprocess.Popen bufsize parameter default value
...
from unbuffered (0) to buffering (-1) to match the behavior existing code
expects and match the behavior of the subprocess module in Python 2 to avoid
introducing hard to track down bugs.
2013-03-23 11:44:25 -07:00
Raymond Hettinger
3ddba16aa6
Update collections ABC table to match the __abstractmethods__ attribute for each container.
2013-03-23 09:07:36 -07:00
Raymond Hettinger
cb800648ef
Update collections ABC table to match the __abstractmethods__ attribute for each container.
2013-03-23 08:57:00 -07:00
Raymond Hettinger
378170d5d9
Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords.
2013-03-23 08:21:12 -07:00
Gregory P. Smith
74b24047e3
merge
2013-03-20 18:32:22 -07:00
Gregory P. Smith
1f8a40b81d
remove the long obsolete mention of universal newlines mode only being
...
available when configured at compile time.
2013-03-20 18:32:03 -07:00
Ezio Melotti
ba7dd670cb
Merge usage of argument/parameter and markup fixes from 3.2.
2013-03-20 13:54:18 +02:00
Ezio Melotti
93115e0914
Fix usage of argument/parameter and markup.
2013-03-20 13:53:32 +02:00
Gregory P. Smith
f16455aa4a
clarifiy the documentation for issue17285. see also commit
...
ee30400efceb which updated the docstring.
2013-03-19 23:36:31 -07:00
Senthil Kumaran
cd3bb8b73c
#17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti
2013-03-19 18:01:43 -07:00
R David Murray
432a48a0c8
Merge: #1525919 : Document MIMEText+set_payload encoding behavior.
2013-03-19 18:21:22 -04:00
R David Murray
14b0124a29
#1525919 : Document MIMEText+set_payload encoding behavior.
2013-03-19 18:18:55 -04:00
Senthil Kumaran
2f306c03d3
#17460 - merge from 3.2
2013-03-19 00:58:46 -07:00
Senthil Kumaran
0492ec07e0
#17460 - Adding relevant warning messages regarding strict removal in docs
2013-03-19 00:51:08 -07:00
Senthil Kumaran
6227c6952e
#10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg172874 )
2013-03-18 17:09:50 -07:00
Michael Foord
f575230981
Documentation corrections for unittest.mock
2013-03-18 15:04:03 -07:00
R David Murray
35893b7994
#16057 : Clarify why the base method default is called in custom encoders.
...
Original patch by Kushal Das.
2013-03-17 22:06:18 -04:00
R David Murray
1f2a49cfc6
Merge #16057 : Clarify why the base method default is called in custom encoders.
...
Original patch by Kushal Das.
2013-03-17 21:53:23 -04:00
R David Murray
dd246171e4
#16057 : Clarify why the base method default is called in custom encoders.
...
Original patch by Kushal Das.
2013-03-17 21:52:35 -04:00
Terry Jan Reedy
b271727bad
Merge with 3.2
2013-03-17 15:28:52 -04:00
Terry Jan Reedy
271e56e887
Issue #17415 : Trim trailing whitespace
2013-03-17 15:28:10 -04:00
Terry Jan Reedy
f3460414d5
Issue #17415 : Trim trailing whitespace
2013-03-17 15:28:10 -04:00
Terry Jan Reedy
3380170ea5
Merge with 3.2
2013-03-17 15:22:00 -04:00
Terry Jan Reedy
3e50fb3f69
Issue #17415 : Clarify 'this' referent by moving containing sentence just after
...
the sentence referred to. Make other minor edits to improve flow.
2013-03-17 15:21:26 -04:00
Terry Jan Reedy
ec6e132987
Issue #17415 : Clarify 'this' referent by moving containing sentence just after
...
the sentence referred to. Make other minor edits to improve flow.
2013-03-17 15:21:26 -04:00
Terry Jan Reedy
f39cab1076
Merge with 3.2
2013-03-16 15:56:50 -04:00
Terry Jan Reedy
dff04f44bc
Issue #17418 : specify that buffer sizes are bytes as soon as possible.
2013-03-16 15:56:27 -04:00
Terry Jan Reedy
589cb111b5
Issue #17418 : specify that buffer sizes are bytes.
2013-03-16 15:55:53 -04:00
Terry Jan Reedy
ca99440c2c
Merge with 3.2
2013-03-15 16:50:54 -04:00
Terry Jan Reedy
f3f0681794
Issue #17398 : document url argument of RobotFileParser
2013-03-15 16:50:23 -04:00
Terry Jan Reedy
b1ed05c7a5
Issue #17398 : document url argument of RobotFileParser
2013-03-15 16:49:22 -04:00
Senthil Kumaran
e66cc8172d
#17307 - merge from 3.2
2013-03-13 13:42:47 -07:00
Senthil Kumaran
b5fe2479c1
#17307 - Example of HTTP PUT Request using http.client
2013-03-13 13:38:33 -07:00
Senthil Kumaran
69c66f9a43
#17307 - Example of HTTP PUT Request using httplib
2013-03-13 13:30:25 -07:00
Brett Cannon
115309acec
Issue #17176 : Document that imp.NullImporter is no longer
...
automatically used by import.
2013-03-13 10:58:50 -07:00
Ezio Melotti
a142a343e8
#17402 : merge with 3.2.
2013-03-13 02:27:35 +02:00
Ezio Melotti
6771462961
#17402 : avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah.
2013-03-13 02:27:00 +02:00
Ezio Melotti
5e32424b49
#17402 : avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah.
2013-03-13 02:26:11 +02:00
Eli Bendersky
981c3bde8d
Issue #11367 : fix documentation of some find* methods in ElementTree
2013-03-12 06:08:04 -07:00
Eli Bendersky
7343cb0790
Issue #11367 : fix documentation of some find* methods in ElementTree
2013-03-12 06:01:22 -07:00
Terry Jan Reedy
0f84764a09
Issue #17047 : remove doubled words added in 3.3
...
as reported by Serhiy Storchaka and Matthew Barnett.
2013-03-11 18:34:00 -04:00
Terry Jan Reedy
caeb6bea9b
Merge with 3.2: Issue #17047 : removed doubled words in Doc/*,
...
Mac/*, and Tool/* found by Serhiy Storchaka and Matthew Barnett
2013-03-11 17:26:33 -04:00
Terry Jan Reedy
65e69b3718
Issue #17047 : removed doubled words in Doc/*, Mac/*, and Tool/*
...
found by Serhiy Storchaka and Matthew Barnett
2013-03-11 17:23:46 -04:00
Terry Jan Reedy
6bf9b85859
Issue #17047 : removed doubled words in Doc/*, Mac/*, and Tool/*
...
found by Serhiy Storchaka and Matthew Barnett
2013-03-11 17:09:58 -04:00
Ezio Melotti
c9cfcf1e6c
#17351 : merge with 3.2.
2013-03-11 09:42:40 +02:00
Ezio Melotti
af8838f443
#17351 : remove "object" inheritance from docs. Patch by Phil Elson.
2013-03-11 09:30:21 +02:00
Ezio Melotti
5f52246f75
#14489 : fix wrong link.
2013-03-10 04:28:28 +02:00
Eli Bendersky
26e2faf57d
Add warning in ctypes documentation for #16575 and #16576
2013-03-09 05:56:35 -08:00
Eli Bendersky
c2d90fb3ec
Add warning in ctypes documentation for #16575 and #16576
2013-03-09 05:54:32 -08:00
Eli Bendersky
490cf4472e
Add warning in ctypes documentation for #16575 and #16576
2013-03-09 05:54:00 -08:00
Terry Jan Reedy
adecf3f66f
Issue #16642 : sched.scheduler timefunc initial default is time.monotonic.
...
Patch by Ramchandra Apte
2013-03-09 02:14:27 -05:00
Terry Jan Reedy
b6f1d6419d
Issue #17332 : fix json doc typo /convered/converted/ found by Ernie Hershey.
2013-03-08 19:39:30 -05:00
Terry Jan Reedy
9cbcc2f1c0
Issue #17332 : fix json doc typo /convered/converted/ found by Ernie Hershey.
2013-03-08 19:35:15 -05:00
Terry Jan Reedy
3d08f25acf
Issue #17332 : fix json doc typo /convered/converted/ found by Ernie Hershey.
2013-03-08 19:35:15 -05:00
Vinay Sajip
355a9876e5
Issue #17376 : Merged clarification from 3.2.
2013-03-08 23:26:43 +00:00
Vinay Sajip
832d99bdbb
Issue #17376 : Clarified documentation for TimedRotatingFileHandler weekday rotation.
2013-03-08 23:24:30 +00:00
Vinay Sajip
a7b584b68c
Issue #17376 : Clarified documentation for TimedRotatingFileHandler weekday rotation.
2013-03-08 23:22:22 +00:00
Eli Bendersky
e754636a5e
Closing #17378 : ctypes documentation fix.
...
Document that ctypes automatically applies byref() when argtypes declares
POINTER.
2013-03-08 05:34:58 -08:00
Eli Bendersky
f0d8697e54
Issue #17378 : ctypes documentation fix.
...
Document that ctypes automatically applies byref() when argtypes declares
POINTER.
2013-03-08 05:32:45 -08:00
Eli Bendersky
f81de8df0a
Issue #17378 : ctypes documentation fix.
...
Document that ctypes automatically applies byref() when argtypes declares
POINTER.
2013-03-08 05:31:54 -08:00
Ezio Melotti
1f38621a33
#11732 : add a new suppress_crash_popup() context manager to test.support that disables crash popups on Windows and use it in test_ctypes.
2013-03-07 18:44:29 +02:00
Nick Coghlan
7d82c8621b
Close #15465 : Document C API version macros
...
Mostly moving the existing macro docs over from the standard
library docs to the C API docs where they belong.
Patch by Kushal Das.
2013-03-07 23:14:44 +10:00
Eli Bendersky
82078bcfc3
Fix doc grammar and line width
2013-03-06 06:53:39 -08:00
Eli Bendersky
68dd8ba010
Fix doc grammar and line width
2013-03-06 06:49:22 -08:00
Eli Bendersky
f9164e13fc
Fix doc grammar and line width
2013-03-06 06:48:57 -08:00
Ezio Melotti
20d19241e5
#17364 : merge with 3.2.
2013-03-06 03:23:28 +02:00
Ezio Melotti
f5a9bc5fdd
#17364 : remove documentation for a function that does not exist.
2013-03-06 03:20:27 +02:00
Ezio Melotti
33e20d1954
#17364 : remove documentation for a function that does not exist.
2013-03-06 03:20:27 +02:00
Ezio Melotti
25a404520d
#11732 : add a new suppress_crash_popup() context manager to test.support.
2013-03-05 20:26:17 +02:00
Ezio Melotti
aba4581ce3
Merge markup fixes in unittest doc from 3.2.
2013-03-01 21:28:06 +02:00
Ezio Melotti
fed69ba63c
Fix markup in unittest doc.
2013-03-01 21:26:04 +02:00
Ezio Melotti
ff0deb0529
Fix markup in unittest doc.
2013-03-01 21:26:04 +02:00
Raymond Hettinger
faaba59977
Regex should be a raw string
2013-03-01 03:30:20 -08:00
Raymond Hettinger
dce969d2b0
The example regex should be a raw string.
2013-02-28 11:11:11 -08:00
Ezio Melotti
4b231a7d12
Merge link addition from 3.2.
2013-02-28 18:03:16 +02:00
Ezio Melotti
c6641dbf58
Add a link to the demo dir.
2013-02-28 18:02:28 +02:00
Ezio Melotti
1fef1eb6e9
Add a link to the demo dir.
2013-02-28 17:55:17 +02:00
Ezio Melotti
df2460564d
Merge markup fixes in unittest docs from 3.2.
2013-02-28 08:29:37 +02:00
Ezio Melotti
4d6cb0fcf9
Fix markup in unittest docs.
2013-02-28 08:28:11 +02:00
Ezio Melotti
79b2dbaf3f
Fix markup in unittest docs.
2013-02-28 08:28:11 +02:00
Petri Lehtinen
6401ad66a7
Issue #14720 : Enhance sqlite3 microsecond conversion, document its behavior
2013-02-26 21:45:09 +02:00
Petri Lehtinen
5f79409889
Issue #14720 : Enhance sqlite3 microsecond conversion, document its behavior
2013-02-26 21:38:17 +02:00
Petri Lehtinen
e41a4634c9
Issue #14720 : Enhance sqlite3 microsecond conversion, document its behavior
2013-02-26 21:34:33 +02:00
Senthil Kumaran
514f056a89
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior
2013-02-26 01:04:22 -08:00
Senthil Kumaran
8fd366978d
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior
2013-02-26 01:02:58 -08:00
Senthil Kumaran
b1bbc0b3dc
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior
2013-02-26 01:02:14 -08:00
Petri Lehtinen
e2c114733b
Issue #16695 : Document how glob handles filenames starting with a dot
2013-02-23 19:55:36 +01:00
Petri Lehtinen
ee4a20bad6
Issue #16695 : Document how glob handles filenames starting with a dot
2013-02-23 19:53:27 +01:00
Petri Lehtinen
2342784d28
Issue #16695 : Document how glob handles filenames starting with a dot
2013-02-23 19:53:03 +01:00
Petri Lehtinen
3c75a48c86
Issue #8890 : Stop advertising an insecure use of /tmp in docs
2013-02-23 19:34:44 +01:00
Petri Lehtinen
9f74c6cf7d
Issue #8890 : Stop advertising an insecure use of /tmp in docs
2013-02-23 19:27:49 +01:00
Petri Lehtinen
0b785036ef
Issue #8890 : Stop advertising an insecure use of /tmp in docs
2013-02-23 19:24:31 +01:00
Ezio Melotti
cc5ea62e48
#15438 : merge with 3.2.
2013-02-23 04:55:24 +02:00
Ezio Melotti
739d5497c0
#15438 : add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson.
2013-02-23 04:53:44 +02:00
Ezio Melotti
6a959a1213
#15438 : add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson.
2013-02-23 04:53:44 +02:00
Ezio Melotti
5c72b3f067
#17271 : merge with 3.2.
2013-02-22 08:29:11 +02:00
Ezio Melotti
ad17bc0bf9
#17271 : update example in tempfile docs.
2013-02-22 08:28:14 +02:00
Ezio Melotti
ed5fba2ad9
#17035 : use new style classes in classmethod/staticmethod examples. Patch by Berker Peksag.
2013-02-22 07:34:52 +02:00
Chris Jerdonek
8c0bbfd101
Issue #17203 : add long option names to unittest discovery docs.
2013-02-21 19:00:06 -08:00
Chris Jerdonek
d69ad55220
Issue #17203 : add long option names to unittest discovery docs.
2013-02-21 18:54:43 -08:00
Chris Jerdonek
13cee1696f
Issue #17203 : add long option names to unittest discovery docs.
2013-02-21 18:52:12 -08:00
Serhiy Storchaka
ed891c1517
Issue #17225 : JSON decoder now counts columns in the first line starting
...
with 1, as in other lines.
2013-02-21 20:21:21 +02:00
Serhiy Storchaka
c510a048ba
Issue #17225 : JSON decoder now counts columns in the first line starting
...
with 1, as in other lines.
2013-02-21 20:19:16 +02:00
Serhiy Storchaka
49d4022d7d
Issue #17225 : JSON decoder now counts columns in the first line starting
...
with 1, as in other lines.
2013-02-21 20:17:54 +02:00
Ezio Melotti
4d6795e1a2
#17265 : merge with 3.2.
2013-02-21 12:35:40 +02:00
Ezio Melotti
bcbc5678d5
#17265 : fix highlight in template example. Initial patch by Berker Peksag.
2013-02-21 12:30:32 +02:00
Ezio Melotti
d5bdb1f140
#17265 : fix highlight in template example. Initial patch by Berker Peksag.
2013-02-21 12:30:32 +02:00
R David Murray
6cd6f01556
Merge: #13700 : Make imap.authenticate with authobject work.
...
This fixes a bytes/string confusion in the API which prevented
custom authobjects from working at all.
Original patch by Erno Tukia.
2013-02-19 12:19:13 -05:00