Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove script which uses long gone module | Benjamin Peterson | 2009-10-10 | 1 | -2/+0 |
| | |||||
* | Remove unneeded "L" suffixes. | Georg Brandl | 2009-10-10 | 1 | -5/+4 |
| | |||||
* | Bring old demo up-to-date. | Georg Brandl | 2009-10-10 | 1 | -32/+31 |
| | |||||
* | Issue #7055: test___all__ now greedily detects all modules which have an | Antoine Pitrou | 2009-10-10 | 2 | -145/+83 |
| | | | | __all__ attribute, rather than using a hardcoded and incomplete list. | ||||
* | Issue #7086: Added TCP support to SysLogHandler and tidied up some ↵ | Vinay Sajip | 2009-10-10 | 5 | -77/+90 |
| | | | | anachronisms in the code. | ||||
* | replace has_key with 'in' operator | Benjamin Peterson | 2009-10-09 | 29 | -71/+71 |
| | |||||
* | replace callable() | Benjamin Peterson | 2009-10-09 | 7 | -18/+18 |
| | |||||
* | Issue #7082: When falling back to the MIME 'name' parameter, the | R. David Murray | 2009-10-09 | 4 | -5/+7 |
| | | | | | | correct place to look for it is the Content-Type header. Patch by Darren Worrall. | ||||
* | fix some coding style | Benjamin Peterson | 2009-10-09 | 1 | -13/+30 |
| | |||||
* | http://bugs.python.org/issue7029 | Kristján Valur Jónsson | 2009-10-09 | 1 | -1/+1 |
| | | | | a non-default timer wasn't actually used by the individual Tests. | ||||
* | death to old CVS keyword | Benjamin Peterson | 2009-10-09 | 1 | -6/+0 |
| | |||||
* | Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting. | Mark Dickinson | 2009-10-08 | 1 | -7/+25 |
| | |||||
* | Update decimal test data to the most recent set from Mike Cowlishaw. | Mark Dickinson | 2009-10-08 | 143 | -148/+211 |
| | |||||
* | Issue #7078: _struct.__doc__ was being ignored. Import it into struct. | Mark Dickinson | 2009-10-08 | 3 | -8/+13 |
| | | | | | Also add description of '?' struct format character. Thanks Gabriel Genellina for the patch. | ||||
* | Ensure that _scproxy gets build even when --disable-toolbox-glue | Ronald Oussoren | 2009-10-08 | 1 | -9/+9 |
| | | | | is specified on OSX. Fixes a regression in 2.6.3. | ||||
* | Issue #7048: logb should round its result when that result doesn't fit | Mark Dickinson | 2009-10-07 | 2 | -1/+5 |
| | | | | | | into the available precision. (Tests for this change are included in the most recent set of testcases from the Decimal Specification site; those testcases will be updated shortly.) | ||||
* | Add Anders Chrigstrom to Misc/ACKS for his work on unicodedata. | Amaury Forgeot d'Arc | 2009-10-06 | 1 | -0/+1 |
| | |||||
* | #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, | Amaury Forgeot d'Arc | 2009-10-06 | 7 | -1906/+3253 |
| | | | | | | _PyUnicode_IsLinebreak and _PyUnicode_IsWhitespace. It now also parses the Unihan.txt for numeric values. | ||||
* | Remove two notes | Andrew M. Kuchling | 2009-10-05 | 1 | -5/+1 |
| | |||||
* | Backport r73983: Document the thousands separator. | Andrew M. Kuchling | 2009-10-05 | 1 | -1/+5 |
| | |||||
* | Use standard comma punctuation; reword some sentences in the docs | Andrew M. Kuchling | 2009-10-05 | 2 | -5/+5 |
| | |||||
* | Reword sentence | Andrew M. Kuchling | 2009-10-05 | 1 | -1/+1 |
| | |||||
* | Add various items | Andrew M. Kuchling | 2009-10-05 | 1 | -144/+513 |
| | |||||
* | Note side benefit of socket.create_connection() | Andrew M. Kuchling | 2009-10-05 | 1 | -3/+7 |
| | |||||
* | Document 'skip' parameter to constructor | Andrew M. Kuchling | 2009-10-05 | 1 | -2/+10 |
| | |||||
* | Fix narkup | Andrew M. Kuchling | 2009-10-05 | 1 | -1/+1 |
| | |||||
* | Wording fix | Andrew M. Kuchling | 2009-10-05 | 1 | -1/+1 |
| | |||||
* | Fix compilation warning on Windows, where size_t is 32bit but file offsets ↵ | Amaury Forgeot d'Arc | 2009-10-05 | 1 | -6/+7 |
| | | | | are 64bit. | ||||
* | Issue #7058: Added save/restore for argv and os.environ to runtest_inner | R. David Murray | 2009-10-05 | 2 | -0/+18 |
| | | | | in regrtest, with warnings if the called test modifies them. | ||||
* | Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds | Mark Dickinson | 2009-10-04 | 2 | -0/+4 |
| | | | | | (and also, with luck, on the x86 FreeBSD buildbot), by making sure that some user time is used in test_itimer_virtual. | ||||
* | test logging | Benjamin Peterson | 2009-10-04 | 1 | -0/+1 |
| | |||||
* | #7050 fix a SystemError when using tuple unpacking and augmented assignment | Benjamin Peterson | 2009-10-03 | 3 | -0/+19 |
| | |||||
* | now uses the right exception type | Tarek Ziadé | 2009-10-03 | 1 | -2/+2 |
| | |||||
* | Issue #7028: Add note to hex() builtin docs pointing to float.hex(). | Mark Dickinson | 2009-10-03 | 1 | -0/+5 |
| | |||||
* | removing the last remaning apply() calls | Tarek Ziadé | 2009-10-03 | 3 | -3/+3 |
| | |||||
* | #6516 added owner/group support for tarfiles in Distutils | Tarek Ziadé | 2009-10-02 | 9 | -20/+234 |
| | |||||
* | Add NEWS entry for r75180. | Georg Brandl | 2009-10-01 | 1 | -0/+2 |
| | |||||
* | #7031: Add TestCase.assertIsInstance and negated method. | Georg Brandl | 2009-10-01 | 3 | -0/+41 |
| | |||||
* | Fix some weird whitespace and two other overlong lines. | Georg Brandl | 2009-10-01 | 1 | -4/+7 |
| | |||||
* | Sync the 2.x `io` docs with py3k, with a small note as to the distinction | Antoine Pitrou | 2009-10-01 | 1 | -158/+267 |
| | | | | between bytes streams and text streams. | ||||
* | That's self.env.unset(k) and not env.unset(k) I was heading back to the problem. | Senthil Kumaran | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | using dict.unset(k) instead of del dict[k]. consistent with release26-maint | Senthil Kumaran | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Fix for issue7026 test_urllib: unsetting missing 'env' variable. | Senthil Kumaran | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Fix buggy accuracy test | Mark Dickinson | 2009-09-30 | 1 | -1/+1 |
| | |||||
* | Mention issue6972 in extractall docs about overwriting things outside of | Gregory P. Smith | 2009-09-29 | 1 | -0/+7 |
| | | | | the supplied path. | ||||
* | Fix for issue6957: ensure that the OSX installer | Ronald Oussoren | 2009-09-29 | 1 | -13/+35 |
| | | | | | installs a version of Python that can build extensions on OSX 10.6. | ||||
* | #5329: fix os.popen* regression from 2.5: don't execute commands as a sequence | Philip Jenvey | 2009-09-29 | 5 | -42/+109 |
| | | | | | | through the shell. also document the correct subprocess replacement for this case patch from Jean-Paul Calderone and Jani Hakala | ||||
* | Issue #7019: Unmarshalling of bad long data could produce unnormalized | Mark Dickinson | 2009-09-29 | 3 | -3/+21 |
| | | | | PyLongs. Raise ValueError instead. | ||||
* | Issue 7008: Better document str.title and show how to work around the ↵ | Raymond Hettinger | 2009-09-29 | 1 | -2/+22 |
| | | | | apostrophe problem. | ||||
* | Issue #6790: Make it possible again to pass an `array.array` to | Antoine Pitrou | 2009-09-29 | 4 | -2/+22 |
| | | | | `httplib.HTTPConnection.send`. Patch by Kirk McDonald. |