Benjamin Peterson
|
423f1282b3
|
remove automatic svn checkout of sphinx and its deps from Doc/Makefile
Users are now required to install Sphinx themselves as is already the case with
the Python 3 branch.
|
2014-09-04 23:07:03 -04:00 |
Benjamin Peterson
|
beda11047c
|
fix malformed use cmdoption directive
|
2014-09-04 22:40:34 -04:00 |
Alex Gaynor
|
162126d567
|
Fixed the versionadded in the docs for the backport in 16c86a6bdbe2
|
2014-09-04 13:37:07 -07:00 |
Alex Gaynor
|
e98205d798
|
Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use.
Backport from default.
|
2014-09-04 13:33:22 -07:00 |
Benjamin Peterson
|
ceb0e1d751
|
the correct role is :meth: not :method:
|
2014-09-04 11:50:14 -04:00 |
Benjamin Peterson
|
4ec38f6b54
|
remove script that now lives at https://github.com/python/docsbuild-scripts
|
2014-09-01 23:00:11 -04:00 |
Ned Deily
|
ac51e0dd82
|
Issue #22320: Fix broken link in the General Python FAQ.
Original patch by Josh Lynn.
|
2014-08-31 23:57:13 -07:00 |
Benjamin Peterson
|
3f48d39493
|
getuid() returns real process id not effective (closes #22307)
|
2014-08-30 21:04:15 -04:00 |
Benjamin Peterson
|
0062d1e7f4
|
PEP 466: backport hashlib algorithm constants (closes #21307)
|
2014-08-28 09:41:29 -04:00 |
Benjamin Peterson
|
13056bff66
|
correct call grammar error (#3473)
|
2014-08-28 00:05:52 -04:00 |
Terry Jan Reedy
|
a58b255a8e
|
Issue #22243: fix except grammar in reference.
|
2014-08-23 19:29:40 -04:00 |
Nick Coghlan
|
62990a42ae
|
Update PEP 466 What's New in 2.7 section
|
2014-08-23 14:45:44 +10:00 |
Ned Deily
|
9d6488a1f0
|
Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.py
for 2.7 to match other versions of sysconfig.
|
2014-08-22 13:48:06 -07:00 |
Benjamin Peterson
|
daeb925cc8
|
backport many ssl features from Python 3 (closes #21308)
A contribution of Alex Gaynor and David Reid with the generous support of
Rackspace. May God have mercy on their souls.
|
2014-08-20 14:14:50 -05:00 |
Zachary Ware
|
67310859d1
|
Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).
|
2014-08-11 14:58:37 -05:00 |
Raymond Hettinger
|
575ee4c4c7
|
Issue #22174: Clean-up grammar and ambiguities in property() docs.
|
2014-08-10 10:44:21 -07:00 |
Vinay Sajip
|
075588f1af
|
Issue #22130: Corrected fileConfig() documentation.
|
2014-08-05 10:32:06 +01:00 |
Ezio Melotti
|
249fcf6261
|
#21928: clarify functools.wraps docs.
|
2014-08-05 08:14:28 +03:00 |
Ezio Melotti
|
c468abafc7
|
#18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst.
|
2014-08-04 19:34:29 +03:00 |
Jason R. Coombs
|
c4a907dbc1
|
Issue #13540: Merge commits
|
2014-08-03 14:57:20 -04:00 |
Jason R. Coombs
|
2b492032f2
|
Issue #13540: Update references to Action class to match syntax used for other classes in this file.
|
2014-08-03 14:54:11 -04:00 |
Victor Stinner
|
fe9ebe4f4f
|
Issue #16133: The asynchat.async_chat.handle_read() method now ignores
socket.error() exceptions with blocking I/O errors: EAGAIN, EALREADY,
EINPROGRESS, or EWOULDBLOCK. Initial patch written by Xavier de Gaye.
|
2014-07-24 19:15:00 +02:00 |
Andrew Svetlov
|
909d61f7dd
|
Fix grammar
|
2014-07-24 08:08:15 +03:00 |
Zachary Ware
|
85b5b73999
|
Fix minor typo in round docs. Reported by Scott Hinton on docs@.
|
2014-07-22 13:14:54 -05:00 |
Serhiy Storchaka
|
7f7d99c279
|
Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/
now display special message when and only when there are failures.
|
2014-07-22 10:28:36 +03:00 |
Jason R. Coombs
|
69cd346387
|
Issue #13540: Removed redundant documentation about Action instance attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524.
|
2014-07-20 10:52:46 -04:00 |
Benjamin Peterson
|
8f25762a94
|
args doesn't need to be a tuple (closes #17210)
|
2014-07-19 16:34:33 -07:00 |
Mark Dickinson
|
70beff1105
|
Issue #22006: Remove outdated thread module caveat. Thanks Dan O'Reilly for the report.
|
2014-07-19 21:47:13 +01:00 |
Zachary Ware
|
a2dd3b23af
|
Issue #22004: Correct an argument name.
|
2014-07-18 09:11:48 -05:00 |
Zachary Ware
|
2d011e6c2c
|
Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@.
|
2014-07-16 14:48:11 -05:00 |
Zachary Ware
|
65a6436b5f
|
Fix typo found by Scott Hinton on docs@
|
2014-07-07 15:31:21 -05:00 |
Ezio Melotti
|
4f7e09a9eb
|
#20135: move FAQ about mutable default arguments to the programming FAQs page.
|
2014-07-06 20:53:27 +03:00 |
Raymond Hettinger
|
809b665b57
|
Fix guidance for subclassing collections.Set()
|
2014-07-03 00:30:52 +01:00 |
Zachary Ware
|
5b1b38cbef
|
Issue #14097: Backport 796d1371605d and subsequent changes.
The 2.7 tutorial introduction now matches the 3.x introduction as rewritten
by Ezio Melotti, with appropriate changes for 2.x.
|
2014-07-01 14:25:34 -05:00 |
Berker Peksag
|
86af310c15
|
Fix typo pointed out by Dmitry Chaplinsky on docs@.
|
2014-06-28 03:12:37 +03:00 |
Ned Deily
|
5937f39aee
|
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
|
2014-06-26 23:38:14 -07:00 |
Berker Peksag
|
e75f527b5a
|
Issue #19897: Use python as executable instead of python3.
|
2014-06-26 23:27:26 +03:00 |
Jesus Cea
|
6d52ced4ce
|
Closes #20872: dbm/gdbm/ndbm close methods are not documented
|
2014-06-25 12:55:48 +02:00 |
Vinay Sajip
|
7de99717c8
|
Fixed typo in documentation.
|
2014-06-25 07:29:19 +01:00 |
Raymond Hettinger
|
58eb605ca3
|
Issue #11974: Add tutorial section on class and instance variables
(Based on a patch from Renee Chu.)
|
2014-06-23 18:03:21 -07:00 |
Benjamin Peterson
|
ecb4a1e49a
|
clarify that islink only really works if python knows about symlinks (closes #13143)
Patch from Yayoi Ukai.
|
2014-06-22 17:59:35 -07:00 |
Senthil Kumaran
|
454a5155d2
|
issue 20091 - index entry for __main__ in runpy docs.
|
2014-06-20 01:36:58 -07:00 |
Ezio Melotti
|
33b810d272
|
#21690: fix a couple of links in the docs of the re module. Noticed by Julian Gilbey.
|
2014-06-20 00:47:11 +03:00 |
Zachary Ware
|
487a143c58
|
Fix typo reported by Jesse W on docs@
|
2014-06-16 11:13:01 -05:00 |
Jesus Cea
|
ee2cb3fa9b
|
Closes #21759: URL Typo in Documentation FAQ
|
2014-06-16 14:11:14 +02:00 |
Terry Jan Reedy
|
9f2dcd227c
|
Issue #19362: Tweek len() doc and docstring to expand the indicated range of
arguments. Original patch by Gareth Rees.
|
2014-06-16 03:05:30 -04:00 |
Benjamin Peterson
|
87d0136416
|
clarify when the list of subdirectories is read (closes #13779)
|
2014-06-15 20:51:12 -07:00 |
Benjamin Peterson
|
efda558b60
|
document IOBase.__del__'s behavior (closes #21764)
Patch from Nikolaus Rath.
|
2014-06-14 18:51:34 -07:00 |
R David Murray
|
ec92b4a9fa
|
#5904: Add sentence about the encoding of strftime's result.
|
2014-06-13 17:23:34 -04:00 |
Terry Jan Reedy
|
925c6ad85b
|
Issue #21726: Remove unnecessary and contextually wrong line.
|
2014-06-13 14:57:44 -04:00 |