summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #2659: add ``break_on_hyphens`` to TextWrapper.Georg Brandl2008-05-111-1/+17
* #2709: clarification.Georg Brandl2008-05-111-1/+2
* Fix typo.Georg Brandl2008-05-111-1/+1
* #1153769: document PEP 237 changes to string formatting.Georg Brandl2008-05-111-5/+8
* Added test for copy_reg rename.Alexandre Vassalotti2008-05-111-0/+2
* #2812: document property.getter/setter/deleter.Georg Brandl2008-05-111-6/+42
* #2742: ``''`` is not converted to NULL in getaddrinfo.Georg Brandl2008-05-111-4/+4
* reload() takes the module itself.Georg Brandl2008-05-111-1/+1
* Deprecated the mhlib module for removal in 3.0.Brett Cannon2008-05-111-0/+6
* Copied two versions of the example from the interactive session. DeleteSkip Montanaro2008-05-111-5/+0
* 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-111-0/+2
* Deprecate ihooks for removal in 3.0.Brett Cannon2008-05-101-0/+2
* Deprecate the fpformat module for removal in 3.0.Brett Cannon2008-05-101-0/+5
* Deprecate the dl module for removal in 3.0.Brett Cannon2008-05-101-0/+5
* Deprecate the dircache module for 3.0.Brett Cannon2008-05-101-0/+6
* Revert r62998 as it broke the build (seems distutils.config is missing).Brett Cannon2008-05-102-39/+4
* #1858 from Tarek Ziade:Andrew M. Kuchling2008-05-102-4/+39
* #1625509: describe behaviour of import lockAndrew M. Kuchling2008-05-101-1/+7
* Document the 'line' argumentAndrew M. Kuchling2008-05-101-1/+6
* Note the PyPI-edness of bsddb185 for people who might still need it.Skip Montanaro2008-05-101-1/+1
* Deprecate the compiler package for removal in 3.0.Brett Cannon2008-05-101-0/+4
* Deprecate the bsddb185 module for removal in 3.0.Brett Cannon2008-05-101-1/+2
* Deprecate Bastion and rexec for 3.0.Brett Cannon2008-05-102-1/+9
* Fix some errors in the deprecation warnings for new and user.Brett Cannon2008-05-102-2/+4
* In stdtypes.rst, move methods under class directives where applicableBenjamin Peterson2008-05-091-196/+200
* Update planned release date.Andrew M. Kuchling2008-05-091-21/+53
* 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
* Deprecate the toaiff module for removal in 3.0.Brett Cannon2008-05-091-0/+3
* Deprecate test.testall for removal in 3.0.Brett Cannon2008-05-091-1/+1
* Deprecate the new module for removal in 3.0.Brett Cannon2008-05-091-0/+4
* reindent exampleBenjamin Peterson2008-05-091-17/+17
* Add an example about using NamedTemporaryFile() to replace mktemp(). I'mSkip Montanaro2008-05-091-0/+18
* Add Py3k warnings to os.path.walkBenjamin Peterson2008-05-091-3/+3
* Deprecate the user module for removal in 3.0.Brett Cannon2008-05-081-0/+2
* Document the 'record' argument for test.test_support.catch_warning().Brett Cannon2008-05-081-4/+6
* The mutex module has been deprecated for removal in 3.0.Brett Cannon2008-05-081-0/+5
* Deprecate the imputil module for removal in 3.0.Brett Cannon2008-05-081-0/+4
* Issue 2778. Document the temporary frozenset swap in __contains__(), remove(...Raymond Hettinger2008-05-081-9/+12
* Post tag updates.Barry Warsaw2008-05-081-0/+2
* Fix-up the enumerate type example and move it to the end.Raymond Hettinger2008-05-081-10/+9
* Deprecate the audiodev module for 3.0.Brett Cannon2008-05-061-0/+2
* Implemented PEP 370Christian Heimes2008-05-062-1/+82
* > != (!<).Georg Brandl2008-05-061-2/+2
* #2773: fix description of 'g' and 'G' formatting spec.Georg Brandl2008-05-061-6/+6
* #2752: fix second example too.Georg Brandl2008-05-051-1/+1