Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make printout margin important. | Georg Brandl | 2009-10-22 | 1 | -1/+1 | |
| | ||||||
* | Add proper references. | Georg Brandl | 2009-10-22 | 1 | -6/+5 | |
| | ||||||
* | #6977: getopt does not support optional option arguments. | Georg Brandl | 2009-10-22 | 1 | -11/+12 | |
| | ||||||
* | #7156: document curses as Unix-only. | Georg Brandl | 2009-10-22 | 1 | -1/+1 | |
| | ||||||
* | #7035: improve docs of the various <method>_errors() functions, and give ↵ | Georg Brandl | 2009-10-22 | 2 | -20/+42 | |
| | | | | them docstrings. | |||||
* | Reorder __slots__ fine print and add a clarification. | Georg Brandl | 2009-10-22 | 1 | -4/+4 | |
| | ||||||
* | #7088: document new functions in signal as Unix-only. | Georg Brandl | 2009-10-22 | 1 | -8/+9 | |
| | ||||||
* | #6324: membership test tries iteration via __iter__. | Georg Brandl | 2009-10-22 | 2 | -5/+16 | |
| | ||||||
* | Use "impl-detail" directive where applicable. | Georg Brandl | 2009-10-22 | 13 | -84/+114 | |
| | ||||||
* | Fix stylesheet for multi-paragraph impl-details. | Georg Brandl | 2009-10-22 | 1 | -2/+6 | |
| | ||||||
* | Allow short form with text as argument. | Georg Brandl | 2009-10-22 | 1 | -0/+3 | |
| | ||||||
* | Document new directive. | Georg Brandl | 2009-10-22 | 1 | -0/+18 | |
| | ||||||
* | Make it more robust. | Georg Brandl | 2009-10-22 | 1 | -1/+7 | |
| | ||||||
* | Add a new directive marking up implementation details and start using it. | Georg Brandl | 2009-10-22 | 3 | -4/+39 | |
| | ||||||
* | Fix duplicate target. | Georg Brandl | 2009-10-22 | 1 | -1/+1 | |
| | ||||||
* | Fix markup. | Georg Brandl | 2009-10-22 | 1 | -1/+1 | |
| | ||||||
* | Revert unintended change. | Georg Brandl | 2009-10-22 | 1 | -1/+1 | |
| | ||||||
* | Fix punctuation. | Georg Brandl | 2009-10-22 | 4 | -6/+6 | |
| | ||||||
* | rewrite for style, clarify, and comments | Benjamin Peterson | 2009-10-22 | 1 | -12/+15 | |
| | | | | Also, use the hasattr() like scheme of allowing BaseException exceptions through. | |||||
* | rewrite to be nice to other implementations | Benjamin Peterson | 2009-10-22 | 1 | -2/+2 | |
| | ||||||
* | whitespace | Benjamin Peterson | 2009-10-22 | 1 | -1/+1 | |
| | ||||||
* | Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424. | Vinay Sajip | 2009-10-21 | 2 | -0/+12 | |
| | ||||||
* | #7170: fix explanation about non-weakrefable builtin types. | Georg Brandl | 2009-10-21 | 1 | -0/+4 | |
| | ||||||
* | Test wouldn't work in debug mode. | Antoine Pitrou | 2009-10-20 | 1 | -0/+1 | |
| | | | | We probably need a function in test_support to handle this. | |||||
* | clarify buffer arg #7178 | Benjamin Peterson | 2009-10-20 | 1 | -2/+2 | |
| | ||||||
* | Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which | Antoine Pitrou | 2009-10-20 | 5 | -29/+59 | |
| | | | | | fixes the problem of some exceptions being thrown at shutdown when the interpreter is killed. Patch by Adam Olsen. | |||||
* | Issue #7099: Decimal.is_normal should return True for all nonzero | Mark Dickinson | 2009-10-20 | 3 | -13/+16 | |
| | | | | finite non-subnormal values, even those with exponent > Emax. | |||||
* | use property api | Benjamin Peterson | 2009-10-20 | 1 | -1/+1 | |
| | ||||||
* | NEWS entry for r75531. | Antoine Pitrou | 2009-10-19 | 1 | -0/+3 | |
| | ||||||
* | Issue #5833: Fix extra space character in readline completion with the | Antoine Pitrou | 2009-10-19 | 1 | -3/+4 | |
| | | | | GNU readline library version 6.0. | |||||
* | Issue #7133: SSL objects now support the new buffer API. | Antoine Pitrou | 2009-10-19 | 3 | -25/+33 | |
| | | | | This fixes the test_ssl failure. | |||||
* | Clarify error report message, and don't recommend running in verbose | R. David Murray | 2009-10-19 | 1 | -1/+3 | |
| | | | | mode for more information if we are already running in verbose mode. | |||||
* | Eliminate warning message that looks like an error message. When it was | R. David Murray | 2009-10-19 | 1 | -2/+0 | |
| | | | | | | added not finding Lib/test in the path indicated something was wrong, but when running regtest using "python -m" Lib/test isn't typically in the path, so this message is now more disturbing than it is helpful. | |||||
* | Only run test_curses when sys.__stdout__ is a tty. This eliminates the | R. David Murray | 2009-10-19 | 1 | -0/+2 | |
| | | | | last false positive when running regrtest with -j. | |||||
* | Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note ↵ | Eric Smith | 2009-10-19 | 2 | -0/+27 | |
| | | | | that they are unsafe and deprecated. | |||||
* | Removed calls to PyFloat_AsReprString. | Eric Smith | 2009-10-19 | 1 | -42/+63 | |
| | | | | | | | | | This is in anticipation of possibly implementing issue 7117 (short float repr). This removes the last calls to PyFloat_AsString, PyFloat_AsReprString, and PyFloat_AsStringEx, which are unsafe. Also, switch to defines for error values to bring this code more in line with the py3k branch. | |||||
* | Issue #7151: regrtest would generate a JSON failure if there was output | R. David Murray | 2009-10-18 | 2 | -13/+19 | |
| | | | | | | | | | | | | to stderr during the test run and it happened to get emitted after the worker thread emitted the result JSON. Now we capture stdout and stderr separately, which avoids that problem. It also means that _all_ stderr output is after all stdout output when we print the test results, but that seems acceptable, since output ordering is not guaranteed anyway. The patch also moves the emit of the test name into the output block generated after the test completes. Otherwise test names and test output/errors were mixed in the terminal display, making it difficult to determine which test generated the output. | |||||
* | Add a comment about unreachable code, and fix a typo | Antoine Pitrou | 2009-10-18 | 1 | -1/+3 | |
| | ||||||
* | Add a test for same-thread asynchronous exceptions (see #1779233). | Antoine Pitrou | 2009-10-18 | 1 | -0/+19 | |
| | ||||||
* | Restore sys.path in test_tk | Nick Coghlan | 2009-10-18 | 1 | -4/+4 | |
| | ||||||
* | Silence a deprecation warning by using the appropriate replacement construct | Nick Coghlan | 2009-10-18 | 1 | -1/+3 | |
| | ||||||
* | Changed distutils tests to avoid environment alteration | Tarek Ziadé | 2009-10-18 | 13 | -34/+67 | |
| | ||||||
* | Fix missing word. | Georg Brandl | 2009-10-18 | 1 | -1/+1 | |
| | ||||||
* | Fix for issue 7149: a regression in 2.6.3 that causes an exception when | Ronald Oussoren | 2009-10-18 | 2 | -2/+11 | |
| | | | | trying to detect proxy settings on OSX. | |||||
* | Using CleanImport to revert a reload of the os module doesn't work due to ↵ | Nick Coghlan | 2009-10-18 | 2 | -5/+24 | |
| | | | | function registrations in copy_reg. The perils of reloading modules even for tests... | |||||
* | Fix a typo. | Senthil Kumaran | 2009-10-18 | 1 | -1/+1 | |
| | ||||||
* | Fix for Issue7155 - urllib do not document default use of system proxy ↵ | Senthil Kumaran | 2009-10-18 | 2 | -4/+14 | |
| | | | | configuration | |||||
* | Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in ↵ | Mark Dickinson | 2009-10-17 | 1 | -0/+4 | |
| | | | | builtin sum | |||||
* | Don't replace sys.path in test_site | Nick Coghlan | 2009-10-17 | 1 | -2/+2 | |
| | ||||||
* | Avoid replacing existing modules and sys.path in import tests | Nick Coghlan | 2009-10-17 | 2 | -10/+14 | |
| |