Mark Dickinson
3a22b476a3
Merged revisions 75470 via svnmerge from
...
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
........
2009-10-17 21:48:16 +00:00
Mark Dickinson
d412ab5260
Merged revisions 75454 via svnmerge from
...
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
........
2009-10-17 07:10:00 +00:00
Tarek Ziadé
2b6eb18352
Merged revisions 75450 via svnmerge from
...
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
........
2009-10-16 23:07:19 +00:00
Eric Smith
717e529686
Blocked revisions 75446 via svnmerge
...
........
r75446 | eric.smith | 2009-10-16 10:26:36 -0400 (Fri, 16 Oct 2009) | 1 line
Removed usage of unsafe PyFloat_AsString.
........
2009-10-16 14:33:35 +00:00
Vinay Sajip
96d4aa3fca
Issue #7120 : logging: Removed import of multiprocessing which is causing crash in GAE.
2009-10-16 14:06:44 +00:00
Mark Dickinson
42e30556e5
Merged revisions 75440 via svnmerge from
...
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.
........
2009-10-15 19:55:18 +00:00
Mark Dickinson
ffecdb1c5b
Blocked revisions 75438 via svnmerge
...
........
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
........
2009-10-15 15:54:39 +00:00
Mark Dickinson
db9d7ae9be
Blocked revisions 75434 via svnmerge
...
........
r75434 | mark.dickinson | 2009-10-15 16:18:55 +0100 (Thu, 15 Oct 2009) | 1 line
Fix missing semicolon
........
2009-10-15 15:22:09 +00:00
Neil Schemenauer
e441cb71c7
Issue #1754094 : Improve the stack depth calculation in the compiler.
...
There should be no other effect than a small decrease in memory use.
2009-10-14 19:14:38 +00:00
Georg Brandl
46afef330f
#7129 : add missing function.
2009-10-14 18:46:15 +00:00
Antoine Pitrou
403ce78872
Issue #7065 : Fix a crash in bytes.maketrans and bytearray.maketrans when
...
using byte values greater than 127. Patch by egreen.
2009-10-14 17:14:16 +00:00
Amaury Forgeot d'Arc
919765a095
Merged revisions 75396 via svnmerge from
...
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
........
2009-10-13 23:18:53 +00:00
Georg Brandl
d404fa6e1c
Update module names in references in the FAQ.
2009-10-13 16:55:12 +00:00
Georg Brandl
d741315f37
Merged revisions 75363 via svnmerge from
...
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.
........
2009-10-11 21:25:26 +00:00
Georg Brandl
93d15cd251
Merged revisions 75370-75372 via svnmerge from
...
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.
........
2009-10-11 21:24:34 +00:00
Antoine Pitrou
320b8010e7
Blocked revisions 75367 via svnmerge
...
........
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.
........
2009-10-11 21:07:02 +00:00
Benjamin Peterson
a8b976bd7f
actually test a method that will be lookup in py3
2009-10-11 18:28:48 +00:00
Georg Brandl
bc470d5023
Merged revisions 75358 via svnmerge from
...
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.
........
2009-10-11 15:56:06 +00:00
Georg Brandl
97b0837587
Merged revisions 75356 via svnmerge from
...
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.
........
2009-10-11 14:50:57 +00:00
Georg Brandl
ec8aab6e4c
Merged revisions 75354 via svnmerge from
...
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.
........
2009-10-11 14:27:51 +00:00
Georg Brandl
0e4a63993b
Merged revisions 75351 via svnmerge from
...
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.
........
2009-10-11 12:04:40 +00:00
Georg Brandl
41706b3293
Merged revisions 75350 via svnmerge from
...
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.
........
2009-10-11 12:04:10 +00:00
Mark Dickinson
b243ed2663
Merged revisions 75348 via svnmerge from
...
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
........
2009-10-11 10:32:51 +00:00
Mark Dickinson
0caa5766a3
Merged revisions 75346 via svnmerge from
...
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'
........
2009-10-11 09:40:17 +00:00
Georg Brandl
edbc50cd0e
Merged revisions 75344 via svnmerge from
...
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.
........
2009-10-11 08:49:57 +00:00
Georg Brandl
5f8814dabd
Merged revisions 75342 via svnmerge from
...
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.
........
2009-10-11 08:46:56 +00:00
Georg Brandl
be0ee2b2fd
Fix README description.
2009-10-11 08:43:08 +00:00
Georg Brandl
2cbd09ca7e
Merged revisions 75339 via svnmerge from
...
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.
........
2009-10-11 08:42:09 +00:00
Georg Brandl
e63514b0e3
Merged revisions 75337 via svnmerge from
...
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.
........
2009-10-11 08:31:41 +00:00
Senthil Kumaran
7bb0497336
Merged revisions 75333 via svnmerge from
...
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
........
2009-10-11 04:58:55 +00:00
Georg Brandl
7291cf8304
Merged revisions 75329 via svnmerge from
...
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...)
........
2009-10-10 22:32:28 +00:00
Georg Brandl
583350f104
Merged revisions 75327 via svnmerge from
...
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.
........
2009-10-10 22:05:26 +00:00
Georg Brandl
8bef554cf7
Merged revisions 75325 via svnmerge from
...
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.)
........
2009-10-10 21:57:03 +00:00
Georg Brandl
4630c09351
Merged revisions 75322 via svnmerge from
...
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.
........
2009-10-10 21:49:24 +00:00
Georg Brandl
2a354cd8cd
Recorded merge of revisions 75321 via svnmerge from
...
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.
........
2009-10-10 21:48:05 +00:00
Antoine Pitrou
a328029c9a
Redundancy isn't needed here.
...
Redundancy isn't needed here.
2009-10-10 21:28:29 +00:00
Benjamin Peterson
676161a850
Rolled back revisions 74556 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
2009-10-10 21:27:03 +00:00
Georg Brandl
38c34ef5de
Merged revisions 75315 via svnmerge from
...
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.
........
2009-10-10 21:13:21 +00:00
Georg Brandl
28ae0c34ad
Merged revisions 75313 via svnmerge from
...
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.
........
2009-10-10 21:12:35 +00:00
Antoine Pitrou
4de39cda18
Merged revisions 75312 via svnmerge from
...
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.
........
2009-10-10 21:08:31 +00:00
Benjamin Peterson
5de65b43fa
Blocked revisions 75310 via svnmerge
...
........
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.
........
2009-10-10 20:39:25 +00:00
Vinay Sajip
cbabd7ec3a
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
bec4d57a39
Merged revisions 74524 via svnmerge from
...
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.
........
2009-10-10 01:16:07 +00:00
R. David Murray
bf2e0aaf41
Merged revisions 75301 via svnmerge from
...
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.
........
2009-10-10 00:13:32 +00:00
Benjamin Peterson
70affb3743
Blocked revisions 75304-75305 via svnmerge
...
........
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
........
2009-10-09 22:34:44 +00:00
Benjamin Peterson
d3afadaa49
normalize latin-1 and utf-8 variant encodings like the builtin tokenizer does
2009-10-09 21:43:09 +00:00
Benjamin Peterson
ffc08fcad6
Recorded rollback of revisions 74524 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
2009-10-09 20:47:22 +00:00
Benjamin Peterson
9eda3f7de1
Recorded rollback of revisions 72524 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
2009-10-09 20:39:55 +00:00
Benjamin Peterson
fe51a1f204
rollback the merge of r74524 because it causes failures in test_multiprocessing
2009-10-09 20:36:25 +00:00
Mark Dickinson
c70614fdce
Merged revisions 75289 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75289 | mark.dickinson | 2009-10-08 21:02:25 +0100 (Thu, 08 Oct 2009) | 2 lines
Issue #7051 : Clarify behaviour of 'g' and 'G'-style formatting.
........
2009-10-08 20:05:48 +00:00