Georg Brandl
|
1882d2a6ab
|
Merged revisions 82629,82632 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82629 | georg.brandl | 2010-07-07 20:51:43 +0200 (Mi, 07 Jul 2010) | 1 line
Make comment out of an awkward note.
........
r82632 | georg.brandl | 2010-07-07 21:04:36 +0200 (Mi, 07 Jul 2010) | 1 line
Turn more notes into comments.
........
|
2010-07-07 19:05:35 +00:00 |
Matthias Klose
|
c9ba8914c9
|
Remove whatsnew item about --with-computed-gotos.
|
2010-07-07 11:03:50 +00:00 |
Vinay Sajip
|
80eed3e625
|
Minor improvements to logging documentation.
|
2010-07-06 15:08:55 +00:00 |
Senthil Kumaran
|
c167712c00
|
Merged revisions 82601 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82601 | senthil.kumaran | 2010-07-06 07:38:36 +0530 (Tue, 06 Jul 2010) | 3 lines
Change 'lowered' to 'lowercased'
........
|
2010-07-06 03:06:53 +00:00 |
Georg Brandl
|
9273f80982
|
Merged revisions 82587 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82587 | georg.brandl | 2010-07-05 19:48:38 +0200 (Mo, 05 Jul 2010) | 1 line
#9166: NotImplemented is not an exception.
........
|
2010-07-05 17:50:55 +00:00 |
Senthil Kumaran
|
ca92a60e2e
|
Merged revisions 82570 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82570 | senthil.kumaran | 2010-07-05 17:11:42 +0530 (Mon, 05 Jul 2010) | 3 lines
Fix: Issue9091 Minor documentation clarification.
........
|
2010-07-05 11:44:34 +00:00 |
Georg Brandl
|
5ac9d87628
|
#8472: fix misleading reference to ifilterfalse() in filter() docs.
|
2010-07-04 17:28:33 +00:00 |
Benjamin Peterson
|
9d5151a40f
|
fix date
|
2010-07-03 18:24:52 +00:00 |
Benjamin Peterson
|
47ab62176c
|
add release date
|
2010-07-03 13:37:39 +00:00 |
Benjamin Peterson
|
7b18c93da6
|
fix date
|
2010-07-03 13:35:13 +00:00 |
Benjamin Peterson
|
af5f5b613a
|
add 2.7 to the license list
|
2010-07-03 13:34:32 +00:00 |
Georg Brandl
|
2b4eda4b55
|
Add link to bytecode docs.
|
2010-07-03 10:25:54 +00:00 |
Georg Brandl
|
58df679b5e
|
Add missing target.
|
2010-07-03 10:25:47 +00:00 |
Mark Dickinson
|
91a63346fa
|
Fix typo in sys.float_info docs.
|
2010-07-03 09:15:09 +00:00 |
Georg Brandl
|
2e9d4885ce
|
Use internal links.
|
2010-07-03 08:42:33 +00:00 |
Georg Brandl
|
b550b000bb
|
Fix role name.
|
2010-07-03 08:40:13 +00:00 |
Ezio Melotti
|
9d8d2a4d7c
|
Update whatsnew/2.7.rst, add a few links and fix a couple of XXX. Also add a paragraph about DeprecationWarnings in cmdline.rst.
|
2010-07-03 07:43:04 +00:00 |
Ezio Melotti
|
f5e81d62fc
|
#9139: the thousands separator is new in 2.7. Also add a missing variable in the example.
|
2010-07-02 22:50:39 +00:00 |
Ezio Melotti
|
e11690ab34
|
#9139: Add examples for str.format().
|
2010-07-02 22:17:29 +00:00 |
Eric Smith
|
68f59415b6
|
Moved period outside paren, where it belongs.
|
2010-07-02 21:44:16 +00:00 |
Mark Dickinson
|
2547ce7fd8
|
Clarify sys.float_info documentation.
|
2010-07-02 18:06:52 +00:00 |
Nick Coghlan
|
601ec58f3e
|
Issue 8202 actually caused an unintended behavioural change and was reverted in 2.7 - remove reference from What's New
|
2010-07-02 16:01:53 +00:00 |
Nick Coghlan
|
8c16c5ce10
|
Fix a couple of minor nits in What's New before the release goes out
|
2010-07-02 15:50:14 +00:00 |
Georg Brandl
|
0ada39cd8b
|
Grammar and markup fixes.
|
2010-07-02 07:33:50 +00:00 |
Benjamin Peterson
|
8a08ce25e2
|
trunc does use the special method, though
|
2010-07-01 23:35:37 +00:00 |
Benjamin Peterson
|
52a70c4a12
|
fix fixer name
|
2010-07-01 17:45:52 +00:00 |
Benjamin Peterson
|
7b670624ac
|
remove docs about delegating to special methods; it does no such thing
|
2010-07-01 15:07:15 +00:00 |
Mark Dickinson
|
4aa5f6f1f2
|
Issue #1789: clarify that the 'size' column in struct docs refers to standard size.
|
2010-06-29 20:09:12 +00:00 |
Benjamin Peterson
|
b32248757d
|
group cStringIO docs under its factory function
|
2010-06-29 15:18:02 +00:00 |
Vinay Sajip
|
86aa90539b
|
Added information about pickle security and SocketHandler.
|
2010-06-29 15:13:14 +00:00 |
Senthil Kumaran
|
1c919a64ed
|
Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HTTPMessage.
|
2010-06-29 13:28:20 +00:00 |
Senthil Kumaran
|
8c996ef458
|
Documentation correction. urllib2.urlopen.info returns a mimetools.Message instance not HTTPMessage object.
|
2010-06-28 17:07:40 +00:00 |
Senthil Kumaran
|
2af7e6d2d9
|
Fix issue3428 - Document HTTPMessage class.
|
2010-06-28 10:54:17 +00:00 |
Georg Brandl
|
ec83e3d43c
|
Two typos.
|
2010-06-27 10:55:38 +00:00 |
Georg Brandl
|
3d0a602c35
|
Fix URL.
|
2010-06-27 10:51:44 +00:00 |
Georg Brandl
|
817d91829f
|
Use designated syntax for optional grammar element.
|
2010-06-27 10:49:23 +00:00 |
Georg Brandl
|
565569b8dc
|
Confusing punctuation.
|
2010-06-27 10:47:47 +00:00 |
Alexander Belopolsky
|
21887dfc1a
|
Issue 9024: Added :cdata: tag to PyDateTimeAPI
|
2010-06-26 18:49:10 +00:00 |
Alexander Belopolsky
|
caf5db7924
|
Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added that
it is typically used in module initialization function. Thanks Tim
Golden for the patch.
|
2010-06-26 02:05:19 +00:00 |
Benjamin Peterson
|
5c995c10d4
|
remove reverted changed
|
2010-06-24 00:02:46 +00:00 |
Andrew M. Kuchling
|
08982665b7
|
Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in 2.5 and up
|
2010-06-20 21:45:45 +00:00 |
Senthil Kumaran
|
a3e3e36de7
|
Addressing RDM's review comments on the doc change.
|
2010-06-16 17:37:32 +00:00 |
Senthil Kumaran
|
e55a20525e
|
Fix Issue8937 - SimpleHTTPServer should contain usage example
|
2010-06-16 14:55:31 +00:00 |
Mark Dickinson
|
526e5eed71
|
Issue #8469: Further clarifications and improvements to struct module
documentation. Thanks Mads Kiilerich.
|
2010-06-15 08:33:03 +00:00 |
Andrew M. Kuchling
|
019aec22a7
|
Add another bunch of items
|
2010-06-15 00:38:58 +00:00 |
Georg Brandl
|
9933da0663
|
#8993: fix reference.
|
2010-06-14 15:58:39 +00:00 |
Nick Coghlan
|
8842c356aa
|
Revert r80580 due to some unintended side effects. See issue #8202 for details.
|
2010-06-13 06:50:39 +00:00 |
Mark Dickinson
|
8e6c45cfd4
|
Issue #8469: Add standard sizes to table in struct documentation; additional
clarifications and documentation tweaks.
Backport of revisions 81955-81956 from py3k.
|
2010-06-12 18:50:34 +00:00 |
Nick Coghlan
|
10f08f9599
|
Backport a fix from Py3k for a potentially misleading example
|
2010-06-12 13:45:37 +00:00 |
Georg Brandl
|
f084aed3b0
|
Update README.
|
2010-06-12 09:46:03 +00:00 |