Georg Brandl
6cbb7f945a
#7699 : improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such.
2010-01-17 08:42:30 +00:00
Ezio Melotti
5afe42b69b
remove wrong markup
2010-01-16 19:36:42 +00:00
Antoine Pitrou
5a9112c0cc
Issue #2846 : Add support for gzip.GzipFile reading zero-padded files.
...
Patch by Brian Curtin.
2010-01-13 14:32:10 +00:00
Ezio Melotti
d0ff51c43f
#7685 : typo
2010-01-13 00:25:03 +00:00
Alexandre Vassalotti
b227f47b2b
Added documentation for dictionary views fixer.
2010-01-12 18:25:33 +00:00
Alexandre Vassalotti
69eb51697c
Issue #1967 : Backport dictionary views.
2010-01-11 23:17:10 +00:00
Alexandre Vassalotti
b646547bb4
Issue #2333 : Backport set and dict comprehensions syntax.
2010-01-11 22:36:12 +00:00
R. David Murray
0e207dff31
Issue #7119 : document that a program-generated Message object
...
tree may be mutated when serialized.
2010-01-10 17:41:28 +00:00
Brett Cannon
6fdd3dcb6a
DeprecationWarning is now silent by default.
...
This was originally suggested by Guido, discussed on the stdlib-sig mailing
list, and given the OK by Guido directly to me. What this change essentially
means is that Python has taken a policy of silencing warnings that are only
of interest to developers by default. This should prevent users from seeing
warnings which are triggered by an application being run against a new
interpreter before the app developer has a chance to update their code.
Closes issue #7319 . Thanks to Antoine Pitrou, Ezio Melotti, and Brian Curtin
for helping with the issue.
2010-01-10 02:56:19 +00:00
Alexandre Vassalotti
ee936a2130
Issue #2335 : Backport set literals syntax from Python 3.x.
2010-01-09 23:35:54 +00:00
Georg Brandl
8360b21270
#7422 : make it clear that getargspec() only works on Python functions.
2010-01-09 09:47:11 +00:00
Georg Brandl
96aa3ca242
#7653 : clarify how the PythonPath registry key should look like.
2010-01-07 21:48:47 +00:00
Georg Brandl
54fd8ae0a3
Fix description for Py_GetPath(); it sounded like it always returned sys.path.
2010-01-07 20:54:45 +00:00
Mark Dickinson
bdd863d062
Eric Smith was missing fro m the issue 7117 whatsnew attribution.
2010-01-07 09:28:29 +00:00
Georg Brandl
705a358265
#5950 : document that zip files with comments are unsupported in zipimport.
2010-01-06 18:26:08 +00:00
Ezio Melotti
b9c3ed4f82
#3340 : document print/get_usage and print/get_version
2010-01-04 21:43:02 +00:00
Ezio Melotti
81982566aa
fixed markup errors
2010-01-04 09:00:11 +00:00
Ezio Melotti
722a8a95b7
:stmt: -> :keyword:
2010-01-03 09:09:55 +00:00
Ezio Melotti
5129ed38c3
#7618 : fix highlight of code blocks
2010-01-03 09:01:27 +00:00
Gregory P. Smith
9d3252154f
issue3972: HTTPConnection and HTTPSConnection now support a
...
source_address parameter.
Also cleans up an annotation in the socket documentation.
2010-01-03 02:06:07 +00:00
Gregory P. Smith
79a3eb1058
Adds an optional source_address parameter to socket.create_connection().
...
For use by issue3972.
2010-01-03 01:29:44 +00:00
Andrew M. Kuchling
7f8ebdbad5
Add a few items
2010-01-03 01:15:21 +00:00
Gregory P. Smith
b56fb12b74
Correct documentation for s* z* and w*, the argument that should be passed
...
is the address of a Py_buffer, not a Py_buffer *.
2010-01-02 21:29:54 +00:00
Mark Dickinson
5a485c188e
Clarify that the rect, phase and polar functions work with radians.
2010-01-02 14:29:52 +00:00
Ezio Melotti
9db77468bc
more copyright year updates
2010-01-01 04:16:42 +00:00
Brett Cannon
f31d1a0577
Add some missing command-line options to the main list. All but -V were already
...
documented. Left -V undocumented for now (and -U was already undocumented).
2010-01-01 01:44:57 +00:00
Benjamin Peterson
ae9a0a0f27
add another advancement
2009-12-31 16:49:37 +00:00
Andrew M. Kuchling
a7f594712e
Add various items
2009-12-31 16:38:53 +00:00
Andrew M. Kuchling
91e0db8404
Add some items
2009-12-31 16:17:05 +00:00
Benjamin Peterson
0f02d3933b
check if the attribute is set before deleting it with T_OBJECT_EX ( fixes #7604 )
...
Also, add a note to the docs about the better behavior of T_OBJECT_EX as
compared to T_OBJECT.
2009-12-30 19:34:10 +00:00
Georg Brandl
b7953f00b1
We only support Windows NT derivatives now.
2009-12-30 19:03:00 +00:00
Georg Brandl
e5ee7e38e8
#7602 : improve "clean" and "checkout" targets now that all tools are in externals.
2009-12-30 18:36:09 +00:00
Georg Brandl
5a5fee8ce3
#7487 : update Pygments version.
2009-12-30 18:32:50 +00:00
Georg Brandl
95049f2561
Use new Pygments version.
2009-12-30 16:21:26 +00:00
Ezio Melotti
569e61f351
#5511 : Added the ability to use ZipFile as a context manager. Patch by Brian Curtin.
2009-12-30 06:14:51 +00:00
Andrew M. Kuchling
3c8a24e6d9
Add various items
2009-12-29 23:41:04 +00:00
Georg Brandl
fa1ffb69c4
#7595 : fix typo in argument default constant.
2009-12-29 21:09:17 +00:00
Andrew M. Kuchling
b4a4f5167b
Various additions
2009-12-29 20:10:16 +00:00
Georg Brandl
c2aad8ad15
Fix wrong markup.
2009-12-29 11:25:38 +00:00
Georg Brandl
a25658b755
Improve markup of ctypes docs.
2009-12-29 11:06:31 +00:00
Georg Brandl
d2ff48602a
#7569 : clarification about c_char_p.
2009-12-29 10:34:34 +00:00
Benjamin Peterson
0d19eaf1eb
document new fix_callable behavior
2009-12-28 20:51:17 +00:00
Georg Brandl
66d8d69cd8
#7404 : remove reference to non-existing example files.
2009-12-28 08:48:24 +00:00
Georg Brandl
740cdc3a9f
#7033 : add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring.
2009-12-28 08:34:58 +00:00
Georg Brandl
fe8df4fa35
#7586 : fix typo.
2009-12-28 08:01:59 +00:00
Georg Brandl
1686f3499f
#7577 : fix signature of PyBuffer_FillInfo().
2009-12-28 07:59:05 +00:00
Ezio Melotti
1ac1c39aca
Updated sys.flags table in Doc
2009-12-25 02:12:01 +00:00
Ezio Melotti
9c236bfb9f
Added markup and default arg, fixed example
2009-12-24 02:54:53 +00:00
Senthil Kumaran
f9a21f43c4
Fix for Issue7570: Error in urllib2 example.
2009-12-24 02:18:14 +00:00
Brett Cannon
ca2dc4798b
Make a word plural.
2009-12-22 02:37:37 +00:00