Commit graph

44777 commits

Author SHA1 Message Date
Georg Brandl
e1254d748d #7125: fix typo. 2009-10-14 15:51:48 +00:00
R. David Murray
14dcd43d0b Enhanced Issue 7058 patch, which will not be backported. Refactors the
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).
2009-10-14 13:58:07 +00:00
Amaury Forgeot d'Arc
5c92d4301d #7112: Fix compilation warning in unicodetype_db.h
makeunicodedata now generates double literals
2009-10-13 21:29:34 +00:00
Georg Brandl
5ffa146fde Fix markup. 2009-10-13 18:10:59 +00:00
Andrew M. Kuchling
5c4e6ebbf5 Various link, textual, and markup fixes 2009-10-13 16:11:49 +00:00
Andrew M. Kuchling
7fe65a0a94 Link to PEP 2009-10-13 15:49:33 +00:00
Benjamin Peterson
526bec21d0 platform we don't care about 2009-10-12 01:26:07 +00:00
Georg Brandl
65e50555f8 Update Misc/README. 2009-10-11 21:17:14 +00:00
Georg Brandl
0b74edd9aa Add find_recursionlimit.py to README. 2009-10-11 21:14:37 +00:00
Georg Brandl
2bd92a5961 Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc. 2009-10-11 21:10:07 +00:00
Antoine Pitrou
beaf6a02f4 Issue #7084: Fix a (very unlikely) crash when printing a list from one
thread, and mutating it from another one.  Patch by Scott Dial.
2009-10-11 21:03:26 +00:00
Georg Brandl
a4314c2b21 Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. 2009-10-11 20:16:16 +00:00
Georg Brandl
6728c5a762 Add the Python FAQ lists to the documentation. Copied from sandbox/faq. Many thanks to AMK for the preparation work. 2009-10-11 18:31:23 +00:00
Georg Brandl
32855b6dcd Overhaul of Demo/xml. 2009-10-11 15:06:44 +00:00
Georg Brandl
b3f9d66ca3 Remove ftpstats script, the daemon whose log files it reads is long gone. 2009-10-11 14:49:37 +00:00
Georg Brandl
393c823245 Update lpwatch script. 2009-10-11 14:23:49 +00:00
Georg Brandl
8ec30e835f Fix variable. 2009-10-11 12:03:01 +00:00
Georg Brandl
ce662d0467 Use getopt in script.py demo. 2009-10-11 12:00:18 +00:00
Mark Dickinson
9bb796597d Set missing executable property on scripts 2009-10-11 10:01:17 +00:00
Mark Dickinson
ab6d373aa0 Fix 'primes 0 1' 2009-10-11 09:35:57 +00:00
Georg Brandl
4271ecaf72 Update primes script. 2009-10-11 08:48:28 +00:00
Georg Brandl
6e62c56416 Remove useless script "mkrcs" and update README. 2009-10-11 08:45:03 +00:00
Georg Brandl
86d38e9ecc Update markov demo. 2009-10-11 08:39:16 +00:00
Georg Brandl
30fd2bb884 Update morse script, avoid globals, use iterators. 2009-10-11 08:18:44 +00:00
Senthil Kumaran
274686631a Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment 2009-10-11 02:00:07 +00:00
Georg Brandl
723fb3adc8 Modernize all around (dont ask me how useful that script is nowadays...) 2009-10-10 22:26:45 +00:00
Georg Brandl
ffc87d5c8c Style fixes. 2009-10-10 22:03:43 +00:00
Georg Brandl
a0bcc27e65 Modernize factorisation demo (mostly augassign.) 2009-10-10 21:55:11 +00:00
Georg Brandl
3d072c9587 Show use of range() step argument nicely. 2009-10-10 21:47:31 +00:00
Georg Brandl
0b798a9d4d Remove outdated comment and fix a few style issues. 2009-10-10 21:43:21 +00:00
Benjamin Peterson
75b32c9c76 remove script which uses long gone module 2009-10-10 21:15:58 +00:00
Georg Brandl
69f81a8b68 Remove unneeded "L" suffixes. 2009-10-10 21:10:05 +00:00
Georg Brandl
18cb949807 Bring old demo up-to-date. 2009-10-10 21:07:35 +00:00
Antoine Pitrou
58d2f2689a Issue #7055: test___all__ now greedily detects all modules which have an
__all__ attribute, rather than using a hardcoded and incomplete list.
2009-10-10 20:52:11 +00:00
Vinay Sajip
1c77b7f84c Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. 2009-10-10 20:32:36 +00:00
Benjamin Peterson
6e3dbbdf39 replace has_key with 'in' operator 2009-10-09 22:15:50 +00:00
Benjamin Peterson
de0559998f replace callable() 2009-10-09 22:05:45 +00:00
R. David Murray
0c8bee6393 Issue #7082: When falling back to the MIME 'name' parameter, the
correct place to look for it is the Content-Type header.

Patch by Darren Worrall.
2009-10-09 21:50:54 +00:00
Benjamin Peterson
9586cf8677 fix some coding style 2009-10-09 21:48:14 +00:00
Kristján Valur Jónsson
49b881410b http://bugs.python.org/issue7029
a non-default timer wasn't actually used by the individual Tests.
2009-10-09 14:32:19 +00:00
Benjamin Peterson
4502dcd48c death to old CVS keyword 2009-10-09 03:11:36 +00:00
Mark Dickinson
d5a713ec30 Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting. 2009-10-08 20:02:25 +00:00
Mark Dickinson
539bff4234 Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
Mark Dickinson
3d830828de Issue #7078: _struct.__doc__ was being ignored. Import it into struct.
Also add description of '?' struct format character.  Thanks Gabriel
Genellina for the patch.
2009-10-08 15:54:10 +00:00
Ronald Oussoren
a5b642c933 Ensure that _scproxy gets build even when --disable-toolbox-glue
is specified on OSX. Fixes a regression in 2.6.3.
2009-10-08 08:04:15 +00:00
Mark Dickinson
15ae41c2db Issue #7048: logb should round its result when that result doesn't fit
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.)
2009-10-07 19:22:05 +00:00
Amaury Forgeot d'Arc
590ecf34ff Add Anders Chrigstrom to Misc/ACKS for his work on unicodedata. 2009-10-06 20:02:09 +00:00
Amaury Forgeot d'Arc
d0052d17b1 #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,
_PyUnicode_IsLinebreak and _PyUnicode_IsWhitespace.

It now also parses the Unihan.txt for numeric values.
2009-10-06 19:56:32 +00:00
Andrew M. Kuchling
85ea4bf781 Remove two notes 2009-10-05 22:45:39 +00:00
Andrew M. Kuchling
fa6a4271c1 Backport r73983: Document the thousands separator. 2009-10-05 22:42:56 +00:00