Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs for Issue 2819. | Raymond Hettinger | 2008-05-23 | 1 | -0/+6 |
| | |||||
* | Add a note about the renaming of test.test_support in 3.0. | Brett Cannon | 2008-05-20 | 1 | -0/+8 |
| | |||||
* | Patch #1775025: allow opening zipfile members via ZipInfo instances. | Georg Brandl | 2008-05-20 | 1 | -14/+21 |
| | | | | Patch by Graham Horler. | ||||
* | Patch #2488: Add sys.maxsize. | Martin v. Löwis | 2008-05-20 | 1 | -0/+5 |
| | |||||
* | Revert copy_reg -> copyreg rename. | Georg Brandl | 2008-05-20 | 5 | -13/+10 |
| | |||||
* | Standardize renaming notes. | Georg Brandl | 2008-05-20 | 2 | -3/+7 |
| | |||||
* | Add notes that tkinter modules will be renamed. | Georg Brandl | 2008-05-20 | 5 | -1/+28 |
| | |||||
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 6 | -154/+90 |
| | |||||
* | revert creation of the html.entities and html.parser modules | Fred Drake | 2008-05-20 | 4 | -57/+52 |
| | | | | (http://bugs.python.org/issue2882) | ||||
* | just MacOS (instead of MacOS 9) | Benjamin Peterson | 2008-05-19 | 1 | -1/+1 |
| | |||||
* | Re-organize the increasingly long list of deprecated modules | Andrew M. Kuchling | 2008-05-19 | 1 | -35/+61 |
| | |||||
* | GHOP #180 by Michael Schneider: add examples to the socketserver documentation. | Georg Brandl | 2008-05-18 | 1 | -18/+233 |
| | |||||
* | Rename html.parser file, and split html.entities from htmllib | Georg Brandl | 2008-05-17 | 4 | -51/+48 |
| | | | | to ease removal of the latter in Py3k. | ||||
* | document the renames for modules moved to the html package | Fred Drake | 2008-05-17 | 2 | -0/+16 |
| | | | | (http://bugs.python.org/issue2882) | ||||
* | update references and documentation for modules in the new html package | Fred Drake | 2008-05-17 | 2 | -12/+12 |
| | | | | (http://bugs.python.org/issue2882) | ||||
* | Replace signatures with optional arguments in square brackets with | Lars Gustäbel | 2008-05-17 | 1 | -51/+51 |
| | | | | | | | | | keyword arguments and the actual default values. Fix references that point nowhere or to the wrong place. Add description of the ENCODING module-level variable. Fix the URL pointing to the GNU tar manual. Remove two obsolete examples. Add an example on how to use a generator with TarFile.extractall(). | ||||
* | mention Py3k in glossary | Benjamin Peterson | 2008-05-16 | 1 | -3/+4 |
| | |||||
* | Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. | Alexandre Vassalotti | 2008-05-16 | 2 | -3/+3 |
| | | | | | This fixes the omissions of configparser, copyreg, queue and socketserver renaming. | ||||
* | Doc changes for the big Tkinter rename. | Georg Brandl | 2008-05-16 | 7 | -92/+156 |
| | |||||
* | Fix reprlib docs. | Georg Brandl | 2008-05-16 | 2 | -3/+3 |
| | |||||
* | Document O_ASYNC addition. | Georg Brandl | 2008-05-16 | 1 | -1/+2 |
| | |||||
* | #2845: fix copy2's docs. | Georg Brandl | 2008-05-16 | 1 | -2/+3 |
| | |||||
* | #2869: remove parameter from signature. | Georg Brandl | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | Updated reprlib's documentation to mention the renaming. | Alexandre Vassalotti | 2008-05-16 | 1 | -0/+7 |
| | |||||
* | Changed references to the reprlib module to use its new name. | Alexandre Vassalotti | 2008-05-16 | 2 | -6/+6 |
| | |||||
* | Deprecated statvfs for removal in 3.0. | Brett Cannon | 2008-05-16 | 1 | -0/+6 |
| | |||||
* | fix typos in whatsnew | Benjamin Peterson | 2008-05-15 | 1 | -2/+3 |
| | |||||
* | add Mac modules to the list of deprecated ones | Benjamin Peterson | 2008-05-15 | 1 | -4/+45 |
| | |||||
* | Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+10 |
| | |||||
* | Update docs for deprecation of IRIX modules. | Brett Cannon | 2008-05-15 | 7 | -1/+58 |
| | |||||
* | Note some removals and a rename | Andrew M. Kuchling | 2008-05-15 | 1 | -3/+9 |
| | |||||
* | Added documentation stub for ConfigParser. | Alexandre Vassalotti | 2008-05-14 | 1 | -0/+8 |
| | |||||
* | Updated import statements to use the new `configparser` module name. | Alexandre Vassalotti | 2008-05-14 | 2 | -32/+27 |
| | | | | | | | | Updated the documentation to use the new name. Revert addition of the stub entry for the old name. Georg, I am reverting your changes since this commit should propagate to py3k. | ||||
* | Update configparser docs for lowercasing rename. | Georg Brandl | 2008-05-14 | 3 | -8/+14 |
| | |||||
* | List all the removes and renamed modules | Andrew M. Kuchling | 2008-05-14 | 1 | -8/+30 |
| | |||||
* | #2831: add start argument to enumerate(). Patch by Scott Dial and me. | Georg Brandl | 2008-05-13 | 1 | -5/+7 |
| | |||||
* | Add warnings to and deprecated all those Mac modules | Benjamin Peterson | 2008-05-12 | 15 | -4/+127 |
| | |||||
* | Win 95/98 is no longer supported. | Georg Brandl | 2008-05-12 | 1 | -7/+0 |
| | |||||
* | Mention version in which the new marshal version was introduced. | Georg Brandl | 2008-05-12 | 1 | -1/+2 |
| | |||||
* | Marshal is at version 2. | Georg Brandl | 2008-05-12 | 1 | -2/+2 |
| | |||||
* | Fix markup. | Georg Brandl | 2008-05-12 | 1 | -1/+1 |
| | |||||
* | #1760: try-except-finally is one statement since PEP 341. | Georg Brandl | 2008-05-12 | 1 | -4/+4 |
| | |||||
* | Fix parameter name for enumerate(). | Georg Brandl | 2008-05-12 | 1 | -8/+9 |
| | |||||
* | #2836: backport new string formatting docs. | Georg Brandl | 2008-05-12 | 3 | -3/+371 |
| | |||||
* | #1713041: fix pprint's handling of maximum depth. | Georg Brandl | 2008-05-12 | 1 | -3/+2 |
| | |||||
* | Added 'n' presentation type for integers. | Eric Smith | 2008-05-12 | 1 | -3/+3 |
| | |||||
* | Fix-up docs for the copyreg module renaming. | Georg Brandl | 2008-05-12 | 4 | -9/+13 |
| | |||||
* | Fix-up docs for socketserver and queue renaming. | Georg Brandl | 2008-05-12 | 6 | -18/+20 |
| | |||||
* | Deprecate the timing module for removal in Python 3.0. | Brett Cannon | 2008-05-12 | 1 | -0/+2 |
| | |||||
* | Deprecate the sv module as per PEP 4. | Brett Cannon | 2008-05-12 | 1 | -0/+2 |
| |