Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enhanced Issue 7058 patch, which will not be backported. Refactors the | R. David Murray | 2009-10-14 | 2 | -39/+131 |
| | | | | | | code, adds checks for stdin/out/err, cwd, and sys.path, and adds a new section in the summary for tests that modify the environment (thanks to Ezio Melotti for that suggestion). | ||||
* | #7112: Fix compilation warning in unicodetype_db.h | Amaury Forgeot d'Arc | 2009-10-13 | 2 | -109/+114 |
| | | | | makeunicodedata now generates double literals | ||||
* | Fix markup. | Georg Brandl | 2009-10-13 | 1 | -1/+1 |
| | |||||
* | Various link, textual, and markup fixes | Andrew M. Kuchling | 2009-10-13 | 1 | -25/+28 |
| | |||||
* | Link to PEP | Andrew M. Kuchling | 2009-10-13 | 1 | -0/+5 |
| | |||||
* | platform we don't care about | Benjamin Peterson | 2009-10-12 | 1 | -6/+6 |
| | |||||
* | Update Misc/README. | Georg Brandl | 2009-10-11 | 1 | -3/+11 |
| | |||||
* | Add find_recursionlimit.py to README. | Georg Brandl | 2009-10-11 | 1 | -5/+6 |
| | |||||
* | Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc. | Georg Brandl | 2009-10-11 | 4 | -3/+2 |
| | |||||
* | Issue #7084: Fix a (very unlikely) crash when printing a list from one | Antoine Pitrou | 2009-10-11 | 3 | -1/+10 |
| | | | | thread, and mutating it from another one. Patch by Scott Dial. | ||||
* | Fix broken links found by "make linkcheck". scipy.org seems to be done ↵ | Georg Brandl | 2009-10-11 | 19 | -89/+83 |
| | | | | right now, so I could not verify links going there. | ||||
* | Add the Python FAQ lists to the documentation. Copied from sandbox/faq. ↵ | Georg Brandl | 2009-10-11 | 12 | -0/+5388 |
| | | | | Many thanks to AMK for the preparation work. | ||||
* | Overhaul of Demo/xml. | Georg Brandl | 2009-10-11 | 3 | -39/+52 |
| | |||||
* | Remove ftpstats script, the daemon whose log files it reads is long gone. | Georg Brandl | 2009-10-11 | 2 | -146/+0 |
| | |||||
* | Update lpwatch script. | Georg Brandl | 2009-10-11 | 3 | -52/+44 |
| | |||||
* | Fix variable. | Georg Brandl | 2009-10-11 | 1 | -1/+1 |
| | |||||
* | Use getopt in script.py demo. | Georg Brandl | 2009-10-11 | 1 | -8/+17 |
| | |||||
* | Set missing executable property on scripts | Mark Dickinson | 2009-10-11 | 2 | -0/+0 |
| | |||||
* | Fix 'primes 0 1' | Mark Dickinson | 2009-10-11 | 1 | -1/+1 |
| | |||||
* | Update primes script. | Georg Brandl | 2009-10-11 | 2 | -15/+18 |
| | |||||
* | Remove useless script "mkrcs" and update README. | Georg Brandl | 2009-10-11 | 2 | -64/+3 |
| | |||||
* | Update markov demo. | Georg Brandl | 2009-10-11 | 2 | -31/+35 |
| | |||||
* | Update morse script, avoid globals, use iterators. | Georg Brandl | 2009-10-11 | 1 | -44/+33 |
| | |||||
* | Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment | Senthil Kumaran | 2009-10-11 | 3 | -1/+25 |
| | |||||
* | Modernize all around (dont ask me how useful that script is nowadays...) | Georg Brandl | 2009-10-10 | 1 | -71/+67 |
| | |||||
* | Style fixes. | Georg Brandl | 2009-10-10 | 1 | -6/+6 |
| | |||||
* | Modernize factorisation demo (mostly augassign.) | Georg Brandl | 2009-10-10 | 1 | -17/+19 |
| | |||||
* | Show use of range() step argument nicely. | Georg Brandl | 2009-10-10 | 1 | -5/+11 |
| | |||||
* | Remove outdated comment and fix a few style issues. | Georg Brandl | 2009-10-10 | 1 | -19/+16 |
| | |||||
* | 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 |
| |