Marc-André Lemburg
|
1d0b5cc6dc
|
Clarify the deprecation of platform.dist().
Add versionadded tags.
|
2009-02-17 12:48:19 +00:00 |
Raymond Hettinger
|
0aee942a08
|
Fixup intro paragraphs for the itertools docs. Add some tables for quick reference.
|
2009-02-17 11:00:27 +00:00 |
Raymond Hettinger
|
f746a1f1e4
|
Fix-up intro paragraph for collections docs.
|
2009-02-17 08:33:01 +00:00 |
Raymond Hettinger
|
7c98a6d4dc
|
Add explanation for super(type1, type2).
|
2009-02-16 23:00:25 +00:00 |
Raymond Hettinger
|
fd04870a3d
|
Issue 5229: Documentation for super() neglects to say what super() actually does
|
2009-02-16 22:42:54 +00:00 |
Tarek Ziadé
|
f1c95fe004
|
note about #2279
|
2009-02-16 22:38:43 +00:00 |
Tarek Ziadé
|
7dd533963f
|
Fixed #2279: distutils.sdist.add_defaults now add files listed in package_data and data_files
|
2009-02-16 21:38:01 +00:00 |
Benjamin Peterson
|
afb5a48be2
|
note functions that are not aliased to PyBytes_ #5280
|
2009-02-16 14:54:34 +00:00 |
Hirokazu Yamamoto
|
5b8c701eef
|
Fixed typo.
|
2009-02-15 09:19:48 +00:00 |
Raymond Hettinger
|
a4038038c6
|
Add keyword argument support to itertools.count().
|
2009-02-14 00:25:51 +00:00 |
Georg Brandl
|
5ccf2ae21c
|
#1661108: note that urlsafe encoded string can contain "=".
|
2009-02-13 10:56:50 +00:00 |
Georg Brandl
|
9834dd72bc
|
#3734: document complex coercing behavior better.
|
2009-02-13 10:44:17 +00:00 |
Georg Brandl
|
8fba5b337c
|
#4894: document "newurl" parameter to redirect_request().
|
2009-02-13 10:40:14 +00:00 |
Tarek Ziadé
|
e6aeba7444
|
#5158: added documentation on the depends option in distutils extensions
|
2009-02-13 09:12:33 +00:00 |
Georg Brandl
|
5b2cb1d56e
|
Add links to the other versions we have in stock.
|
2009-02-13 09:08:34 +00:00 |
Raymond Hettinger
|
31c769ca89
|
Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments.
|
2009-02-12 05:39:46 +00:00 |
Benjamin Peterson
|
1312b4bcfd
|
os.fsync() should be used to ensure that data is written to disk
|
2009-02-12 03:50:00 +00:00 |
Raymond Hettinger
|
e4ae63c402
|
Clean-up named tuple docs.
|
2009-02-11 00:06:17 +00:00 |
Mark Dickinson
|
4015f62e39
|
Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for
negative arguments. Previously, it raised TypeError.
Thanks Lisandro Dalcin.
|
2009-02-10 15:46:50 +00:00 |
Raymond Hettinger
|
322daea7c3
|
Issue 1818: collections.namedtuple() to support automatic renaming of invalid fieldnames.
|
2009-02-10 01:24:05 +00:00 |
Benjamin Peterson
|
b8e17f7370
|
a few edits and typos
|
2009-02-08 15:14:57 +00:00 |
Benjamin Peterson
|
c5e68b1898
|
document numliterals fixer
|
2009-02-08 14:38:13 +00:00 |
Nick Coghlan
|
0194f5bc98
|
Issue #4512 closeout: Make ZipImport.get_filename() a public method
|
2009-02-08 03:17:00 +00:00 |
Nick Coghlan
|
d39600e69f
|
Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda)
|
2009-02-08 01:26:34 +00:00 |
Benjamin Peterson
|
e0820e2ea7
|
document individual 2to3 fixers
|
2009-02-07 23:01:19 +00:00 |
Georg Brandl
|
95f8ef2825
|
make "super only for new-style classes" a note.
|
2009-02-07 18:49:54 +00:00 |
Georg Brandl
|
34feea3205
|
#5174: fix wrong file closing in example.
|
2009-02-07 12:21:17 +00:00 |
Benjamin Peterson
|
a96a94af50
|
fix download link
|
2009-02-06 01:47:31 +00:00 |
Eric Smith
|
81fe09344c
|
Implement issue #4285, convert sys.version_info to a named
tuple. Patch by Ross Light.
|
2009-02-06 00:48:26 +00:00 |
Georg Brandl
|
ecd2afa452
|
#5031: fix Thread.daemon property docs.
|
2009-02-05 11:40:35 +00:00 |
Georg Brandl
|
85c5ccfab9
|
#4563: disable alpha and roman lists, fixes wrong formatting of contributor list.
|
2009-02-05 11:38:23 +00:00 |
Georg Brandl
|
2b0dd8e199
|
#4820: use correct module for ctypes.util.
|
2009-02-05 11:35:28 +00:00 |
Georg Brandl
|
253a29fa4d
|
#4827: fix callback example.
|
2009-02-05 11:33:21 +00:00 |
Georg Brandl
|
4400d84bf7
|
#5015: document PythonHome API functions.
|
2009-02-05 11:32:18 +00:00 |
Georg Brandl
|
3ceebd2ca7
|
PyErr_PrintEx is also in 2.x...
|
2009-02-05 11:23:47 +00:00 |
Georg Brandl
|
b21c75beab
|
#5059: fix example.
|
2009-02-05 10:59:28 +00:00 |
Georg Brandl
|
acc802b171
|
#5144: document that PySys_SetArgv prepends the script directory (or the empty string) to sys.path.
|
2009-02-05 10:37:07 +00:00 |
Georg Brandl
|
174fbe7742
|
#5153: fix typo in example.
|
2009-02-05 10:30:57 +00:00 |
Raymond Hettinger
|
aff711d32a
|
Clarify that named tuples do not have to subclass tuple.
|
2009-02-04 19:25:17 +00:00 |
Raymond Hettinger
|
939a3cc5a2
|
Tweak the docs for Counter() objects.
|
2009-02-04 11:31:30 +00:00 |
Raymond Hettinger
|
8184f5a46c
|
Doc fixes. Remove overbroad, redundant warnings. Fixup example code.
|
2009-02-04 11:14:18 +00:00 |
Raymond Hettinger
|
d507afdc81
|
Minor doc fixups.
|
2009-02-04 10:52:32 +00:00 |
Raymond Hettinger
|
4a1b62a555
|
Record operator deprecations in docs.
|
2009-02-03 03:18:14 +00:00 |
Gregory P. Smith
|
86cc5029dc
|
wording for for issue4903.
|
2009-02-01 00:24:21 +00:00 |
Gregory P. Smith
|
5501d65590
|
Update doc wording as suggested in issue4903.
|
2009-02-01 00:16:01 +00:00 |
David Goodger
|
a528dc507c
|
markup fix
|
2009-01-31 22:53:46 +00:00 |
Benjamin Peterson
|
4829136965
|
fix indentation
|
2009-01-31 20:01:48 +00:00 |
Benjamin Peterson
|
0ef803ff0f
|
PyErr_BadInternalCall() raises a SystemError, not TypeError #5112
|
2009-01-31 16:52:03 +00:00 |
Andrew M. Kuchling
|
8c2f85c43e
|
Text edits and markup fixes
|
2009-01-31 03:26:02 +00:00 |
Andrew M. Kuchling
|
a17cd4a574
|
Add a section
|
2009-01-31 02:50:09 +00:00 |