Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Added test for Queue rename warning. | Alexandre Vassalotti | 2008-05-11 | 2 | -1/+3 |
| | | | | Added note to documentation about Queue rename. | ||||
* | Addresses issue 2802: 'n' formatting for integers. | Eric Smith | 2008-05-11 | 9 | -52/+184 |
| | | | | | | | | | | | | | | Adds 'n' as a format specifier for integers, to mirror the same specifier which is already available for floats. 'n' is the same as 'd', but inserts the current locale-specific thousands grouping. I added this as a stringlib function, but it's only used by str type, not unicode. This is because of an implementation detail in unicode.format(), which does its own str->unicode conversion. But the unicode version will be needed in 3.0, and it may be needed by other code eventually in 2.6 (maybe decimal?), so I left it as a stringlib implementation. As long as the unicode version isn't instantiated, there's no overhead for this. | ||||
* | Added stub for the Queue module to be renamed in 3.0. | Alexandre Vassalotti | 2008-05-11 | 8 | -268/+276 |
| | | | | Use the 3.0 module name to avoid spurious warnings. | ||||
* | Add message to test assertion | Andrew M. Kuchling | 2008-05-11 | 1 | -1/+2 |
| | |||||
* | broaden .bzrignore | Benjamin Peterson | 2008-05-11 | 1 | -4/+2 |
| | |||||
* | #2803: fix wrong invocation of heappush in seldom-reached code. | Georg Brandl | 2008-05-11 | 1 | -1/+1 |
| | | | | Thanks to Matt Harden. | ||||
* | #2787: Flush stdout after writing test name, helpful when running | Georg Brandl | 2008-05-11 | 1 | -0/+4 |
| | | | | hanging or long-running tests. Patch by Adam Olsen. | ||||
* | #2816: clarify error messages for EOF while scanning strings. | Georg Brandl | 2008-05-11 | 2 | -4/+5 |
| | |||||
* | #1326: document and test zipimporter.archive and zipimporter.prefix. | Georg Brandl | 2008-05-11 | 3 | -13/+55 |
| | |||||
* | #2709 followup: better description of Tk's pros and cons. | Georg Brandl | 2008-05-11 | 2 | -9/+9 |
| | |||||
* | Add some sentence endings. | Georg Brandl | 2008-05-11 | 3 | -4/+3 |
| | |||||
* | Add the "until" command to pdb | Benjamin Peterson | 2008-05-11 | 7 | -16/+49 |
| | |||||
* | #1858: re-apply patch for this, adding the missing files | Andrew M. Kuchling | 2008-05-11 | 11 | -84/+296 |
| | |||||
* | #1792: Improve performance of marshal.dumps() on large objects by increasing | Andrew M. Kuchling | 2008-05-11 | 2 | -1/+12 |
| | | | | the size of the buffer more quickly. | ||||
* | #2452: timeout is used for all blocking operations. | Georg Brandl | 2008-05-11 | 5 | -47/+54 |
| | |||||
* | #2741: clarification of value range for address_family. | Georg Brandl | 2008-05-11 | 1 | -2/+2 |
| | |||||
* | #2147: PEP 237 changes to overflow behavior. | Georg Brandl | 2008-05-11 | 4 | -40/+38 |
| | |||||
* | #2659: add ``break_on_hyphens`` to TextWrapper. | Georg Brandl | 2008-05-11 | 4 | -3/+48 |
| | |||||
* | #2709: clarification. | Georg Brandl | 2008-05-11 | 1 | -1/+2 |
| | |||||
* | Fix typo. | Georg Brandl | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | #2809: elaborate str.split docstring a bit. | Georg Brandl | 2008-05-11 | 2 | -3/+5 |
| | |||||
* | #1153769: document PEP 237 changes to string formatting. | Georg Brandl | 2008-05-11 | 1 | -5/+8 |
| | |||||
* | Added test for copy_reg rename. | Alexandre Vassalotti | 2008-05-11 | 2 | -1/+3 |
| | | | | Added note to documentation about copy_reg rename. | ||||
* | #2812: document property.getter/setter/deleter. | Georg Brandl | 2008-05-11 | 1 | -6/+42 |
| | |||||
* | Added module stub for copy_reg renaming in 3.0. | Alexandre Vassalotti | 2008-05-11 | 15 | -294/+302 |
| | | | | | | Renamed copy_reg to copyreg in the standard library, to avoid spurious warnings and ease later merging to py3k branch. Public documentation remains intact. | ||||
* | Removed a dead line of code. | Alexandre Vassalotti | 2008-05-11 | 1 | -1/+0 |
| | |||||
* | Fixed typo in a comment of test_support.CleanImport. | Alexandre Vassalotti | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | #2742: ``''`` is not converted to NULL in getaddrinfo. | Georg Brandl | 2008-05-11 | 1 | -4/+4 |
| | |||||
* | Added test framework for handling module renames. | Alexandre Vassalotti | 2008-05-11 | 2 | -12/+78 |
| | | | | | Factored the import guard in test_py3kwarn.TestStdlibRemovals into a context manager, namely test_support.CleanImport. | ||||
* | reload() takes the module itself. | Georg Brandl | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | Deprecated the mhlib module for removal in 3.0. | Brett Cannon | 2008-05-11 | 6 | -4/+15 |
| |