Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add NEWS entry for #2831. | Georg Brandl | 2008-05-14 | 1 | -0/+2 |
| | |||||
* | Enable the updated Lib/bsddb/test suite to run. | Gregory P. Smith | 2008-05-14 | 1 | -10/+7 |
| | |||||
* | Rewrap some lines in test_py3kwarn. | Brett Cannon | 2008-05-14 | 1 | -7/+10 |
| | |||||
* | Deprecate al/AL for removal in 3.0. | Brett Cannon | 2008-05-14 | 6 | -3/+18 |
| | |||||
* | List all the removes and renamed modules | Andrew M. Kuchling | 2008-05-14 | 1 | -8/+30 |
| | |||||
* | Fix a refleak in the _warnings module. | Georg Brandl | 2008-05-13 | 1 | -1/+3 |
| | |||||
* | Testsuite for bsddb module, version 4.6.4 | Jesus Cea | 2008-05-13 | 25 | -714/+1213 |
| | |||||
* | Remove leftovers from reverted setuptools checkin (they were added in r45525). | Marc-André Lemburg | 2008-05-13 | 1 | -2/+0 |
| | |||||
* | #2831: add start argument to enumerate(). Patch by Scott Dial and me. | Georg Brandl | 2008-05-13 | 3 | -11/+45 |
| | |||||
* | bsddb module updated to version 4.6.4 | Jesus Cea | 2008-05-13 | 3 | -301/+1445 |
| | |||||
* | use .format and fix a bug | Benjamin Peterson | 2008-05-13 | 1 | -5/+5 |
| | |||||
* | Make error messages more helpful | Benjamin Peterson | 2008-05-12 | 1 | -2/+5 |
| | |||||
* | Adapt test_pyclbr to the new version of urllib.py: | Amaury Forgeot d'Arc | 2008-05-12 | 1 | -1/+5 |
| | | | | The new mac-specific functions must be ignored. | ||||
* | Add warnings to and deprecated all those Mac modules | Benjamin Peterson | 2008-05-12 | 59 | -11/+286 |
| | |||||
* | Sync code with documentation, and remove Win95 support in winsound module. | Amaury Forgeot d'Arc | 2008-05-12 | 2 | -69/+11 |
| | |||||
* | 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 |
| | |||||
* | #2767: don't clear globs in run() call, since they could be needed in tearDown, | Georg Brandl | 2008-05-12 | 1 | -1/+1 |
| | | | | which clears them at the end. | ||||
* | #2766: remove code without effect. | Georg Brandl | 2008-05-12 | 1 | -2/+0 |
| | |||||
* | 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 | 4 | -6/+26 |
| | |||||
* | Added 'n' presentation type for integers. | Eric Smith | 2008-05-12 | 1 | -3/+3 |
| | |||||
* | MacOSX: remove dependency on Carbon package for urllib | Ronald Oussoren | 2008-05-12 | 1 | -24/+194 |
| | | | | | | | This patch removes the dependency on the Carbon package from urllib. The mac-specific code for getting proxy configuration is now writting in Python using ctypes and uses the SystemConfiguration framework instead of InternetConfig. Also provides a mac-specific implementation of proxy_bypass. | ||||
* | Remove references to platform 'mac' | Ronald Oussoren | 2008-05-12 | 2 | -30/+4 |
| | | | | | The 'mac' platform (that is, os.name == 'mac') was used for the MacOS 9 port, which is no longer supported (as of Python 2.4 IIRC). | ||||
* | 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 | 3 | -0/+8 |
| | |||||
* | Deprecate the sv module as per PEP 4. | Brett Cannon | 2008-05-12 | 4 | -1/+10 |
| | |||||
* | Deprecate the multifile module as per PEP 4. | Brett Cannon | 2008-05-12 | 3 | -1/+8 |
| | |||||
* | Added stub entry in the documentation mentioning SocketServer | Alexandre Vassalotti | 2008-05-12 | 2 | -0/+10 |
| | | | | was renamed. | ||||
* | Updated all import statements to use the new socketserver module name. | Alexandre Vassalotti | 2008-05-12 | 14 | -64/+61 |
| | | | | | Renamed socketserver module in its own documentation. Renamed documentation references. | ||||
* | Renamed SocketServer to 'socketserver'. | Alexandre Vassalotti | 2008-05-12 | 4 | -1/+13 |
| | | | | Deprecated old name. | ||||
* | make message slightly more informative, so there's no chance of ↵ | Benjamin Peterson | 2008-05-12 | 1 | -1/+1 |
| | | | | misunderstanding it | ||||
* | #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate | Benjamin Peterson | 2008-05-12 | 3 | -3/+20 |
| | |||||
* | Depreate imageop for removal in 3.0. | Brett Cannon | 2008-05-12 | 5 | -7/+15 |
| | |||||
* | Put Lib/lib-old back on to sys.path for module renames. | Brett Cannon | 2008-05-11 | 3 | -2/+9 |
| | |||||
* | Revert commit r63086. | Alexandre Vassalotti | 2008-05-11 | 4 | -240/+219 |
| | |||||
* | Moved the Queue module stub in lib-old. | Alexandre Vassalotti | 2008-05-11 | 1 | -0/+0 |
| | |||||
* | Add a deprecation notice to mailbox' old classes' doc. | Georg Brandl | 2008-05-11 | 1 | -1/+3 |
| | |||||
* | Formally deprecate old classes in the cgi module. | Georg Brandl | 2008-05-11 | 1 | -3/+5 |
| | |||||
* | #2535: remove duplicated method. | Georg Brandl | 2008-05-11 | 1 | -3/+0 |
| | |||||
* | Clarify os.strerror()s exception behavior. | Georg Brandl | 2008-05-11 | 1 | -1/+2 |
| | |||||
* | - #2250: Exceptions raised during evaluation of names in rlcompleter's | Georg Brandl | 2008-05-11 | 3 | -2/+9 |
| | | | | ``Completer.complete()`` method are now caught and ignored. | ||||
* | #2809 followup: even better split docstring. | Georg Brandl | 2008-05-11 | 2 | -4/+4 |
| | |||||
* | Added stub for the PixMapWrapper module to be renamed in 3.0. | Alexandre Vassalotti | 2008-05-11 | 4 | -219/+240 |
| | | | | | | Modified TestStdlibRenames to support platform specific renames. Added test for PixMapWrapper rename warning. Added note to documentation about PixMapWrapper rename. | ||||
* | Try setting HOME env.var to fix test on Win32 | Andrew M. Kuchling | 2008-05-11 | 1 | -1/+1 |
| |