summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* reload() takes the module itself.Georg Brandl2008-05-111-1/+1
|
* Deprecated the mhlib module for removal in 3.0.Brett Cannon2008-05-116-4/+15
|
* Copied two versions of the example from the interactive session. DeleteSkip Montanaro2008-05-111-5/+0
| | | | one.
* Flesh out the 3.0 deprecation to suggest using the ctypes module.Brett Cannon2008-05-111-1/+1
|
* Fix up markup in the deprecation notice.Brett Cannon2008-05-1111-12/+13
|
* The linuxaudidev module has been deprecated for removal in Python 3.0.Brett Cannon2008-05-115-2/+10
|
* Deprecate ihooks for removal in 3.0.Brett Cannon2008-05-104-2/+9
|
* #1858: add distutils.config moduleAndrew M. Kuchling2008-05-101-0/+124
|
* Deprecate the fpformat module for removal in 3.0.Brett Cannon2008-05-105-3/+14
|
* Add an entry for the deprecation of the dl module.Brett Cannon2008-05-101-0/+2
|
* Deprecate the dl module for removal in 3.0.Brett Cannon2008-05-104-4/+12
|
* Deprecate the dircache module for 3.0.Brett Cannon2008-05-105-5/+19
|
* Revert r62998 as it broke the build (seems distutils.config is missing).Brett Cannon2008-05-109-158/+84
|
* Cleaned up io._BytesIO.write().Alexandre Vassalotti2008-05-101-6/+6
| | | | | I am amazed that the old code, for inserting null-bytes, actually worked. Who wrote that thing? Oh, it is me... doh.
* #1858 from Tarek Ziade:Andrew M. Kuchling2008-05-109-84/+158
| | | | | | | | | Allow multiple repositories in .pypirc; see http://wiki.python.org/moin/EnhancedPyPI for discussion. The patch is slightly revised from Tarek's last patch: I've simplified the PyPIRCCommand.finalize_options() method to not look at sys.argv. Tests still pass.
* #1625509: describe behaviour of import lockAndrew M. Kuchling2008-05-101-1/+7
|
* Document the 'line' argumentAndrew M. Kuchling2008-05-101-1/+6
|
* Docstring typoAndrew M. Kuchling2008-05-101-1/+1
|
* Note the PyPI-edness of bsddb185 for people who might still need it.Skip Montanaro2008-05-101-1/+1
|
* Explicitly refer to current hhp file (2.6a3)Martin v. Löwis2008-05-101-1/+1
|
* Make sure warnings are not suppressed when testing for the raisedBrett Cannon2008-05-101-1/+1
| | | | DeprecationWarning.
* The Canvas module has been deprecated for removal in 3.0.Brett Cannon2008-05-103-1/+8
|
* Add a test for the deprecation of the compiler package.Brett Cannon2008-05-101-1/+1
|
* Add the examples in the json module docstring as a doctestBenjamin Peterson2008-05-101-0/+1
|
* Deprecate the compiler package for removal in 3.0.Brett Cannon2008-05-104-2/+11
|
* Also ignore package deprecations.Brett Cannon2008-05-101-1/+2
|
* Suppress deprecations for packages as well when usingBrett Cannon2008-05-101-1/+2
| | | | test.test_support.import_module().
* Add an entry on the deprecation of Bastion and rexec.Brett Cannon2008-05-101-0/+2
|
* Deprecate the bsddb185 module for removal in 3.0.Brett Cannon2008-05-105-3/+16
|
* Deprecate Bastion and rexec for 3.0.Brett Cannon2008-05-105-2/+17
|
* Fix some errors in the deprecation warnings for new and user.Brett Cannon2008-05-102-2/+4
|
* Add support for extension modules in 3.0 deprection command.Brett Cannon2008-05-091-9/+28
|
* Deprecate the pure module for 3.0.Brett Cannon2008-05-093-1/+16
|
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-0910-64/+1284
| | | | | Merged r62778, r62779, r62802, r62806, r62807, r62808, r62809, r62844, r62846, r62952, r62956.
* Add a todo list to the module deletion command.Brett Cannon2008-05-092-0/+9
|
* In stdtypes.rst, move methods under class directives where applicableBenjamin Peterson2008-05-091-196/+200
|
* Port to VS 2008. Drop W9x support.Martin v. Löwis2008-05-092-28/+3
|
* Use the CHM file name that Sphinx assigns.Martin v. Löwis2008-05-091-4/+10
|
* Issue #2487. math.ldexp(x, n) raised OverflowError when n was large andMark Dickinson2008-05-093-12/+77
| | | | negative; fix to return an (appropriately signed) zero instead.
* Add 2.6b1 and 2.6b2 UUIDs.Martin v. Löwis2008-05-091-0/+2
|
* Issue #2801: fix bug in float.is_integer where ValueErrorMark Dickinson2008-05-092-0/+4
| | | | | | could be incorrectly raised. This is a backport of the Py3k fix in r62939. (Should really have been fixed in the trunk first and svnmerged into py3k.)
* Add --user option to build_extChristian Heimes2008-05-092-2/+16
|
* Update planned release date.Andrew M. Kuchling2008-05-091-21/+53
| | | | | Uncomment PEP 370 section. Add some module items
* Add a note about using reload().Georg Brandl2008-05-091-0/+7
|
* Add Kodos as a re reference.Georg Brandl2008-05-091-0/+3
|
* Add another link to colorsys docs.Georg Brandl2008-05-091-4/+5
|
* Add a sentence to basicConfig() that is in the docstring.Georg Brandl2008-05-091-0/+2
|
* #2781: fix function name.Georg Brandl2008-05-091-2/+2
|
* #2788: add .hgignore file.Georg Brandl2008-05-091-0/+69
|
* Deprecate the toaiff module for removal in 3.0.Brett Cannon2008-05-093-0/+8
|