summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Recorded merge of revisions 75474 via svnmerge fromNick Coghlan2009-10-180-0/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75474 | senthil.kumaran | 2009-10-18 11:24:41 +1000 (Sun, 18 Oct 2009) | 2 lines Fix for Issue7155 - urllib do not document default use of system proxy configuration ........
* Revert broken commit to svnmerge propertiesNick Coghlan2009-10-180-0/+0
|
* Merged revisions 75474 via svnmerge fromSenthil Kumaran2009-10-181-0/+8
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75474 | senthil.kumaran | 2009-10-18 06:54:41 +0530 (Sun, 18 Oct 2009) | 2 lines Fix for Issue7155 - urllib do not document default use of system proxy configuration ........
* correct porting error with raise #7161Benjamin Peterson2009-10-181-1/+1
|
* Merged revisions 75470 via svnmerge fromMark Dickinson2009-10-171-0/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75470 | mark.dickinson | 2009-10-17 22:46:32 +0100 (Sat, 17 Oct 2009) | 1 line Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in builtin sum ........
* Merged revisions 75454 via svnmerge fromMark Dickinson2009-10-171-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75454 | mark.dickinson | 2009-10-17 08:06:37 +0100 (Sat, 17 Oct 2009) | 1 line test_math ulp computation was wrong on big-endian systems ........
* Merged revisions 75450 via svnmerge fromTarek Ziadé2009-10-161-0/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75450 | tarek.ziade | 2009-10-17 01:04:16 +0200 (Sat, 17 Oct 2009) | 1 line this test requires zlib support ........
* Blocked revisions 75446 via svnmergeEric Smith2009-10-160-0/+0
| | | | | | | | ........ r75446 | eric.smith | 2009-10-16 10:26:36 -0400 (Fri, 16 Oct 2009) | 1 line Removed usage of unsafe PyFloat_AsString. ........
* Issue #7120: logging: Removed import of multiprocessing which is causing ↵Vinay Sajip2009-10-162-8/+9
| | | | crash in GAE.
* Merged revisions 75440 via svnmerge fromMark Dickinson2009-10-152-3/+8
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75440 | mark.dickinson | 2009-10-15 18:45:39 +0100 (Thu, 15 Oct 2009) | 1 line Allow core Python build to succeed under WITHOUT_COMPLEX. The module build stage still fails. ........
* Blocked revisions 75438 via svnmergeMark Dickinson2009-10-150-0/+0
| | | | | | | | ........ r75438 | mark.dickinson | 2009-10-15 16:53:58 +0100 (Thu, 15 Oct 2009) | 1 line Issue #7142: Fix uses of unicode in memoryview objects ........
* Blocked revisions 75434 via svnmergeMark Dickinson2009-10-150-0/+0
| | | | | | | | ........ r75434 | mark.dickinson | 2009-10-15 16:18:55 +0100 (Thu, 15 Oct 2009) | 1 line Fix missing semicolon ........
* Issue #1754094: Improve the stack depth calculation in the compiler.Neil Schemenauer2009-10-142-4/+17
| | | | There should be no other effect than a small decrease in memory use.
* #7129: add missing function.Georg Brandl2009-10-141-1/+1
|
* Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans whenAntoine Pitrou2009-10-143-10/+11
| | | | using byte values greater than 127. Patch by egreen.
* Merged revisions 75396 via svnmerge fromAmaury Forgeot d'Arc2009-10-132-109/+114
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75396 | amaury.forgeotdarc | 2009-10-13 23:29:34 +0200 (mar., 13 oct. 2009) | 3 lines #7112: Fix compilation warning in unicodetype_db.h makeunicodedata now generates double literals ........
* Update module names in references in the FAQ.Georg Brandl2009-10-132-15/+11
|
* Merged revisions 75363 via svnmerge fromGeorg Brandl2009-10-1112-0/+5388
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75363 | georg.brandl | 2009-10-11 20:31:23 +0200 (So, 11 Okt 2009) | 1 line Add the Python FAQ lists to the documentation. Copied from sandbox/faq. Many thanks to AMK for the preparation work. ........
* Merged revisions 75370-75372 via svnmerge fromGeorg Brandl2009-10-114-10/+19
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75370 | georg.brandl | 2009-10-11 23:10:07 +0200 (So, 11 Okt 2009) | 1 line Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc. ........ r75371 | georg.brandl | 2009-10-11 23:14:37 +0200 (So, 11 Okt 2009) | 1 line Add find_recursionlimit.py to README. ........ r75372 | georg.brandl | 2009-10-11 23:17:14 +0200 (So, 11 Okt 2009) | 1 line Update Misc/README. ........
* Blocked revisions 75367 via svnmergeAntoine Pitrou2009-10-110-0/+0
| | | | | | | | | ........ r75367 | antoine.pitrou | 2009-10-11 23:03:26 +0200 (dim., 11 oct. 2009) | 4 lines Issue #7084: Fix a (very unlikely) crash when printing a list from one thread, and mutating it from another one. Patch by Scott Dial. ........
* actually test a method that will be lookup in py3Benjamin Peterson2009-10-111-2/+2
|
* Merged revisions 75358 via svnmerge fromGeorg Brandl2009-10-113-38/+51
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75358 | georg.brandl | 2009-10-11 17:06:44 +0200 (So, 11 Okt 2009) | 1 line Overhaul of Demo/xml. ........
* Merged revisions 75356 via svnmerge fromGeorg Brandl2009-10-112-143/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75356 | georg.brandl | 2009-10-11 16:49:37 +0200 (So, 11 Okt 2009) | 1 line Remove ftpstats script, the daemon whose log files it reads is long gone. ........
* Merged revisions 75354 via svnmerge fromGeorg Brandl2009-10-112-49/+41
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75354 | georg.brandl | 2009-10-11 16:23:49 +0200 (So, 11 Okt 2009) | 1 line Update lpwatch script. ........
* Merged revisions 75351 via svnmerge fromGeorg Brandl2009-10-110-0/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75351 | georg.brandl | 2009-10-11 14:03:01 +0200 (So, 11 Okt 2009) | 1 line Fix variable. ........
* Merged revisions 75350 via svnmerge fromGeorg Brandl2009-10-111-10/+19
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75350 | georg.brandl | 2009-10-11 14:00:18 +0200 (So, 11 Okt 2009) | 1 line Use getopt in script.py demo. ........
* Merged revisions 75348 via svnmerge fromMark Dickinson2009-10-113-0/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75348 | mark.dickinson | 2009-10-11 11:01:17 +0100 (Sun, 11 Oct 2009) | 1 line Set missing executable property on scripts ........
* Merged revisions 75346 via svnmerge fromMark Dickinson2009-10-111-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75346 | mark.dickinson | 2009-10-11 10:35:57 +0100 (Sun, 11 Oct 2009) | 1 line Fix 'primes 0 1' ........
* Merged revisions 75344 via svnmerge fromGeorg Brandl2009-10-112-14/+18
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75344 | georg.brandl | 2009-10-11 10:48:28 +0200 (So, 11 Okt 2009) | 1 line Update primes script. ........
* Merged revisions 75342 via svnmerge fromGeorg Brandl2009-10-112-64/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75342 | georg.brandl | 2009-10-11 10:45:03 +0200 (So, 11 Okt 2009) | 1 line Remove useless script "mkrcs" and update README. ........
* Fix README description.Georg Brandl2009-10-111-1/+1
|
* Merged revisions 75339 via svnmerge fromGeorg Brandl2009-10-111-30/+34
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75339 | georg.brandl | 2009-10-11 10:39:16 +0200 (So, 11 Okt 2009) | 1 line Update markov demo. ........
* Merged revisions 75337 via svnmerge fromGeorg Brandl2009-10-111-0/+128
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75337 | georg.brandl | 2009-10-11 10:18:44 +0200 (So, 11 Okt 2009) | 1 line Update morse script, avoid globals, use iterators. ........
* Merged revisions 75333 via svnmerge fromSenthil Kumaran2009-10-113-0/+22
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75333 | senthil.kumaran | 2009-10-11 07:30:07 +0530 (Sun, 11 Oct 2009) | 3 lines Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment ........
* Merged revisions 75329 via svnmerge fromGeorg Brandl2009-10-101-72/+68
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75329 | georg.brandl | 2009-10-11 00:26:45 +0200 (So, 11 Okt 2009) | 1 line Modernize all around (dont ask me how useful that script is nowadays...) ........
* Merged revisions 75327 via svnmerge fromGeorg Brandl2009-10-101-6/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75327 | georg.brandl | 2009-10-11 00:03:43 +0200 (So, 11 Okt 2009) | 1 line Style fixes. ........
* Merged revisions 75325 via svnmerge fromGeorg Brandl2009-10-101-17/+19
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75325 | georg.brandl | 2009-10-10 23:55:11 +0200 (Sa, 10 Okt 2009) | 1 line Modernize factorisation demo (mostly augassign.) ........
* Merged revisions 75322 via svnmerge fromGeorg Brandl2009-10-101-5/+11
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75322 | georg.brandl | 2009-10-10 23:47:31 +0200 (Sa, 10 Okt 2009) | 1 line Show use of range() step argument nicely. ........
* Recorded merge of revisions 75321 via svnmerge fromGeorg Brandl2009-10-101-28/+20
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75321 | georg.brandl | 2009-10-10 23:43:21 +0200 (Sa, 10 Okt 2009) | 1 line Remove outdated comment and fix a few style issues. ........
* Redundancy isn't needed here.Antoine Pitrou2009-10-101-1/+1
| | | | Redundancy isn't needed here.
* Rolled back revisions 74556 via svnmerge fromBenjamin Peterson2009-10-103-20/+0
| | | | svn+ssh://pythondev@svn.python.org/python/trunk
* Merged revisions 75315 via svnmerge fromGeorg Brandl2009-10-101-2/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75315 | georg.brandl | 2009-10-10 23:10:05 +0200 (Sa, 10 Okt 2009) | 1 line Remove unneeded "L" suffixes. ........
* Merged revisions 75313 via svnmerge fromGeorg Brandl2009-10-101-37/+31
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75313 | georg.brandl | 2009-10-10 23:07:35 +0200 (Sa, 10 Okt 2009) | 1 line Bring old demo up-to-date. ........
* Merged revisions 75312 via svnmerge fromAntoine Pitrou2009-10-103-128/+83
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75312 | antoine.pitrou | 2009-10-10 22:52:11 +0200 (sam., 10 oct. 2009) | 4 lines Issue #7055: test___all__ now greedily detects all modules which have an __all__ attribute, rather than using a hardcoded and incomplete list. ........
* Blocked revisions 75310 via svnmergeBenjamin Peterson2009-10-100-0/+0
| | | | | | | | ........ r75310 | vinay.sajip | 2009-10-10 15:32:36 -0500 (Sat, 10 Oct 2009) | 1 line Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. ........
* Issue #7086: Added TCP support to SysLogHandler and tidied up some ↵Vinay Sajip2009-10-105-14/+32
| | | | anachronisms in the code.
* Merged revisions 74524 via svnmerge fromBenjamin Peterson2009-10-102-1/+9
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74524 | gregory.p.smith | 2009-08-20 04:39:38 -0500 (Thu, 20 Aug 2009) | 2 lines Add weakref support to the thread.lock type. ........
* Merged revisions 75301 via svnmerge fromR. David Murray2009-10-104-5/+7
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75301 | r.david.murray | 2009-10-09 17:50:54 -0400 (Fri, 09 Oct 2009) | 5 lines 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. ........
* Blocked revisions 75304-75305 via svnmergeBenjamin Peterson2009-10-090-0/+0
| | | | | | | | | | | | ........ r75304 | benjamin.peterson | 2009-10-09 17:05:45 -0500 (Fri, 09 Oct 2009) | 1 line replace callable() ........ r75305 | benjamin.peterson | 2009-10-09 17:15:50 -0500 (Fri, 09 Oct 2009) | 1 line replace has_key with 'in' operator ........
* normalize latin-1 and utf-8 variant encodings like the builtin tokenizer doesBenjamin Peterson2009-10-093-2/+44
|