summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken links found by "make linkcheck". scipy.org seems to be done ↵Georg Brandl2009-10-1119-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 Brandl2009-10-1112-0/+5388
| | | | Many thanks to AMK for the preparation work.
* Overhaul of Demo/xml.Georg Brandl2009-10-113-39/+52
|
* Remove ftpstats script, the daemon whose log files it reads is long gone.Georg Brandl2009-10-112-146/+0
|
* Update lpwatch script.Georg Brandl2009-10-113-52/+44
|
* Fix variable.Georg Brandl2009-10-111-1/+1
|
* Use getopt in script.py demo.Georg Brandl2009-10-111-8/+17
|
* Set missing executable property on scriptsMark Dickinson2009-10-112-0/+0
|
* Fix 'primes 0 1'Mark Dickinson2009-10-111-1/+1
|
* Update primes script.Georg Brandl2009-10-112-15/+18
|
* Remove useless script "mkrcs" and update README.Georg Brandl2009-10-112-64/+3
|
* Update markov demo.Georg Brandl2009-10-112-31/+35
|
* Update morse script, avoid globals, use iterators.Georg Brandl2009-10-111-44/+33
|
* Fixed Issue6894, urllib2 doesn't respect "no_proxy" environmentSenthil Kumaran2009-10-113-1/+25
|
* Modernize all around (dont ask me how useful that script is nowadays...)Georg Brandl2009-10-101-71/+67
|
* Style fixes.Georg Brandl2009-10-101-6/+6
|
* Modernize factorisation demo (mostly augassign.)Georg Brandl2009-10-101-17/+19
|
* Show use of range() step argument nicely.Georg Brandl2009-10-101-5/+11
|
* Remove outdated comment and fix a few style issues.Georg Brandl2009-10-101-19/+16
|
* remove script which uses long gone moduleBenjamin Peterson2009-10-101-2/+0
|
* Remove unneeded "L" suffixes.Georg Brandl2009-10-101-5/+4
|
* Bring old demo up-to-date.Georg Brandl2009-10-101-32/+31
|
* Issue #7055: test___all__ now greedily detects all modules which have anAntoine Pitrou2009-10-102-145/+83
| | | | __all__ attribute, rather than using a hardcoded and incomplete list.
* Issue #7086: Added TCP support to SysLogHandler and tidied up some ↵Vinay Sajip2009-10-105-77/+90
| | | | anachronisms in the code.
* replace has_key with 'in' operatorBenjamin Peterson2009-10-0929-71/+71
|
* replace callable()Benjamin Peterson2009-10-097-18/+18
|
* Issue #7082: When falling back to the MIME 'name' parameter, theR. David Murray2009-10-094-5/+7
| | | | | | correct place to look for it is the Content-Type header. Patch by Darren Worrall.
* fix some coding styleBenjamin Peterson2009-10-091-13/+30
|
* http://bugs.python.org/issue7029Kristján Valur Jónsson2009-10-091-1/+1
| | | | a non-default timer wasn't actually used by the individual Tests.
* death to old CVS keywordBenjamin Peterson2009-10-091-6/+0
|
* Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting.Mark Dickinson2009-10-081-7/+25
|
* Update decimal test data to the most recent set from Mike Cowlishaw.Mark Dickinson2009-10-08143-148/+211
|
* Issue #7078: _struct.__doc__ was being ignored. Import it into struct.Mark Dickinson2009-10-083-8/+13
| | | | | Also add description of '?' struct format character. Thanks Gabriel Genellina for the patch.
* Ensure that _scproxy gets build even when --disable-toolbox-glueRonald Oussoren2009-10-081-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 fitMark Dickinson2009-10-072-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'Arc2009-10-061-0/+1
|
* #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,Amaury Forgeot d'Arc2009-10-067-1906/+3253
| | | | | | _PyUnicode_IsLinebreak and _PyUnicode_IsWhitespace. It now also parses the Unihan.txt for numeric values.
* Remove two notesAndrew M. Kuchling2009-10-051-5/+1
|
* Backport r73983: Document the thousands separator.Andrew M. Kuchling2009-10-051-1/+5
|
* Use standard comma punctuation; reword some sentences in the docsAndrew M. Kuchling2009-10-052-5/+5
|
* Reword sentenceAndrew M. Kuchling2009-10-051-1/+1
|
* Add various itemsAndrew M. Kuchling2009-10-051-144/+513
|
* Note side benefit of socket.create_connection()Andrew M. Kuchling2009-10-051-3/+7
|
* Document 'skip' parameter to constructorAndrew M. Kuchling2009-10-051-2/+10
|
* Fix narkupAndrew M. Kuchling2009-10-051-1/+1
|
* Wording fixAndrew M. Kuchling2009-10-051-1/+1
|
* Fix compilation warning on Windows, where size_t is 32bit but file offsets ↵Amaury Forgeot d'Arc2009-10-051-6/+7
| | | | are 64bit.
* Issue #7058: Added save/restore for argv and os.environ to runtest_innerR. David Murray2009-10-052-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 buildsMark Dickinson2009-10-042-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 loggingBenjamin Peterson2009-10-041-0/+1
|