]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
Mark Dickinson [Sat, 28 Feb 2009 15:54:47 +0000 (15:54 +0000)]
Merged revisions 70063 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r70063 | mark.dickinson | 2009-02-28 15:53:24 +0000 (Sat, 28 Feb 2009) | 9 lines
Merged revisions 70062 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70062 | mark.dickinson | 2009-02-28 15:50:40 +0000 (Sat, 28 Feb 2009) | 2 lines
Issue #5393: typo in cmath.cos and cmath.cosh docstring
........
................
Hirokazu Yamamoto [Sat, 28 Feb 2009 12:33:03 +0000 (12:33 +0000)]
Merged revisions 70057 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r70057 | hirokazu.yamamoto | 2009-02-28 21:21:53 +0900 | 10 lines
Merged revisions 70056 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70056 | hirokazu.yamamoto | 2009-02-28 21:13:07 +0900 | 2 lines
Issue #
1733986 : Fixed mmap crash in accessing elements of second map object
with same tagname but larger size than first map. (Windows)
........
................
Hirokazu Yamamoto [Sat, 28 Feb 2009 11:50:11 +0000 (11:50 +0000)]
Merged revisions 70053 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r70053 | hirokazu.yamamoto | 2009-02-28 19:56:50 +0900 | 10 lines
Merged revisions 70052 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70052 | hirokazu.yamamoto | 2009-02-28 19:31:54 +0900 | 2 lines
Issue #5386: mmap.write_byte didn't check map size, so it could cause buffer
overrun.
........
................
Georg Brandl [Fri, 27 Feb 2009 17:54:11 +0000 (17:54 +0000)]
Merged revisions 70029 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r70029 | georg.brandl | 2009-02-27 18:52:38 +0100 (Fr, 27 Feb 2009) | 1 line
another instance of #804543: use strdup() when saving the result of setlocale() because it could be overwritten by subsequent setlocale()s.
........
Tarek Ziadé [Fri, 27 Feb 2009 13:00:45 +0000 (13:00 +0000)]
Blocked revisions 70019 via svnmerge
................
r70019 | tarek.ziade | 2009-02-27 13:58:56 +0100 (Fri, 27 Feb 2009) | 9 lines
Merged revisions 70017 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70017 | tarek.ziade | 2009-02-27 13:53:34 +0100 (Fri, 27 Feb 2009) | 1 line
Issue #5052: make Distutils compatible with 2.3 again.
........
................
Tarek Ziadé [Fri, 27 Feb 2009 02:23:18 +0000 (02:23 +0000)]
Blocked revisions 70009 via svnmerge
................
r70009 | tarek.ziade | 2009-02-27 03:22:25 +0100 (Fri, 27 Feb 2009) | 9 lines
Merged revisions 70007 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70007 | tarek.ziade | 2009-02-27 03:14:35 +0100 (Fri, 27 Feb 2009) | 1 line
more info on long_description
........
................
Tarek Ziadé [Thu, 26 Feb 2009 23:48:01 +0000 (23:48 +0000)]
Blocked revisions 70005 via svnmerge
................
r70005 | tarek.ziade | 2009-02-27 00:47:00 +0100 (Fri, 27 Feb 2009) | 9 lines
Merged revisions 70003 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70003 | tarek.ziade | 2009-02-27 00:44:00 +0100 (Fri, 27 Feb 2009) | 1 line
removed unused import
........
................
Benjamin Peterson [Thu, 26 Feb 2009 18:58:14 +0000 (18:58 +0000)]
Blocked revisions 69996 via svnmerge
................
r69996 | benjamin.peterson | 2009-02-26 12:55:48 -0600 (Thu, 26 Feb 2009) | 14 lines
Merged revisions 69811,69947 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69811 | collin.winter | 2009-02-20 13:30:41 -0600 (Fri, 20 Feb 2009) | 2 lines
Issue 5176: special-case string formatting in BINARY_MODULO implementation. This shows a modest (1-3%) speed-up in templating systems, for example.
........
r69947 | jeffrey.yasskin | 2009-02-24 16:48:34 -0600 (Tue, 24 Feb 2009) | 3 lines
Tools/scripts/analyze_dxp.py, a module with some helper functions to
analyze the output of sys.getdxp().
........
................
Benjamin Peterson [Thu, 26 Feb 2009 03:58:04 +0000 (03:58 +0000)]
Merged revisions 69990 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69990 | benjamin.peterson | 2009-02-25 21:38:59 -0600 (Wed, 25 Feb 2009) | 45 lines
Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69803 | georg.brandl | 2009-02-20 01:48:21 -0600 (Fri, 20 Feb 2009) | 1 line
#5327: fix a broken link by joining it.
........
r69804 | georg.brandl | 2009-02-20 02:22:21 -0600 (Fri, 20 Feb 2009) | 1 line
At least separate imports from other statements.
........
r69805 | georg.brandl | 2009-02-20 02:45:47 -0600 (Fri, 20 Feb 2009) | 2 lines
Fix punctuation.
........
r69840 | georg.brandl | 2009-02-21 13:09:40 -0600 (Sat, 21 Feb 2009) | 1 line
#5338, #5339: two types in the API manual.
........
r69901 | georg.brandl | 2009-02-23 05:24:46 -0600 (Mon, 23 Feb 2009) | 2 lines
#5349: C++ pure virtuals can also have an implementation.
........
r69905 | georg.brandl | 2009-02-23 09:51:27 -0600 (Mon, 23 Feb 2009) | 2 lines
#5352: str.count() counts non-overlapping instances.
........
r69907 | georg.brandl | 2009-02-23 12:33:48 -0600 (Mon, 23 Feb 2009) | 1 line
Fix grammar.
........
r69924 | benjamin.peterson | 2009-02-23 20:45:35 -0600 (Mon, 23 Feb 2009) | 1 line
update README on running tests
........
r69927 | neil.schemenauer | 2009-02-23 22:23:25 -0600 (Mon, 23 Feb 2009) | 1 line
Fix call to os.waitpid, it does not take keyword args.
........
r69987 | benjamin.peterson | 2009-02-25 18:30:11 -0600 (Wed, 25 Feb 2009) | 1 line
fix str.format()'s first arg #5371
........
................
Raymond Hettinger [Thu, 26 Feb 2009 00:23:35 +0000 (00:23 +0000)]
Fix typo.
Tarek Ziadé [Wed, 25 Feb 2009 22:34:26 +0000 (22:34 +0000)]
Blocked revisions 69904 via svnmerge
................
r69904 | tarek.ziade | 2009-02-23 13:47:55 +0100 (Mon, 23 Feb 2009) | 9 lines
Merged revisions 69902 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69902 | tarek.ziade | 2009-02-23 13:41:29 +0100 (Mon, 23 Feb 2009) | 1 line
more test coverage
........
................
Raymond Hettinger [Wed, 25 Feb 2009 01:01:05 +0000 (01:01 +0000)]
Backport 3.1 changes to super() docs.
Raymond Hettinger [Tue, 24 Feb 2009 12:49:33 +0000 (12:49 +0000)]
random.py: sync-up 3.0 docs from 3.1 updates.
Raymond Hettinger [Tue, 24 Feb 2009 11:31:49 +0000 (11:31 +0000)]
Backport r69934 and r69935:
register range() as a sequence
Use ABCs for input validation in random.sample()
Matthias Klose [Tue, 24 Feb 2009 11:18:39 +0000 (11:18 +0000)]
Move issues in Misc/NEWS fixed in 3.0.2 from the 3.0.1 to the 3.0.2 section.
Matthias Klose [Tue, 24 Feb 2009 11:06:11 +0000 (11:06 +0000)]
- Link the shared python library with $(MODLIBS).
Raymond Hettinger [Tue, 24 Feb 2009 10:52:16 +0000 (10:52 +0000)]
Fix-up random docs. Jumpahead was removed long ago. Other minor corrections.
Raymond Hettinger [Mon, 23 Feb 2009 20:48:09 +0000 (20:48 +0000)]
Sync-up itertools docs with Py3.1 version.
* Merge 69722: rewrite introduction and add summary table
* Merge 69740: generalize tee() recipe
* Fix tab alignment on recipes to match other recipes
Raymond Hettinger [Mon, 23 Feb 2009 19:44:00 +0000 (19:44 +0000)]
Update itertools recipes to use next().
Georg Brandl [Mon, 23 Feb 2009 10:42:25 +0000 (10:42 +0000)]
Block all blocking commits on the py3k branch.
Tarek Ziadé [Sun, 22 Feb 2009 20:21:47 +0000 (20:21 +0000)]
Blocked revisions 69883 via svnmerge
................
r69883 | tarek.ziade | 2009-02-22 21:20:59 +0100 (Sun, 22 Feb 2009) | 9 lines
Merged revisions 69881 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69881 | tarek.ziade | 2009-02-22 21:15:41 +0100 (Sun, 22 Feb 2009) | 1 line
Removing unused __main__ sections
........
................
Tarek Ziadé [Sun, 22 Feb 2009 20:08:16 +0000 (20:08 +0000)]
Blocked revisions 69876 via svnmerge
................
r69876 | tarek.ziade | 2009-02-22 21:05:16 +0100 (Sun, 22 Feb 2009) | 9 lines
Merged revisions 69874 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69874 | tarek.ziade | 2009-02-22 20:58:12 +0100 (Sun, 22 Feb 2009) | 1 line
moved distutils.text_file tests into a real unittest class
........
................
Tarek Ziadé [Sun, 22 Feb 2009 00:11:47 +0000 (00:11 +0000)]
Blocked revisions 69863 via svnmerge
................
r69863 | tarek.ziade | 2009-02-22 01:10:58 +0100 (Sun, 22 Feb 2009) | 9 lines
Merged revisions 69861 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69861 | tarek.ziade | 2009-02-22 01:07:45 +0100 (Sun, 22 Feb 2009) | 1 line
using versionchanged instead of versionadded for distutils doc on sdist default files
........
................
Raymond Hettinger [Sat, 21 Feb 2009 23:27:02 +0000 (23:27 +0000)]
Backport 69858: In Py3.x, a list comprehension is now faster than list(map(itemgetter(0), iterable)).
Mark Dickinson [Fri, 20 Feb 2009 20:54:32 +0000 (20:54 +0000)]
Merged revisions 69821 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69821 | mark.dickinson | 2009-02-20 20:53:56 +0000 (Fri, 20 Feb 2009) | 2 lines
More typos in Lib/turtle.py
........
Mark Dickinson [Fri, 20 Feb 2009 20:51:52 +0000 (20:51 +0000)]
Merged revisions 69819 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69819 | mark.dickinson | 2009-02-20 20:50:21 +0000 (Fri, 20 Feb 2009) | 9 lines
Merged revisions 69816 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69816 | mark.dickinson | 2009-02-20 20:42:53 +0000 (Fri, 20 Feb 2009) | 2 lines
Issue #5295: Typos in turtle.py
........
................
Eric Smith [Fri, 20 Feb 2009 14:30:15 +0000 (14:30 +0000)]
Merged revisions 69808 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69808 | eric.smith | 2009-02-20 09:25:03 -0500 (Fri, 20 Feb 2009) | 9 lines
Merged revisions 69806 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69806 | eric.smith | 2009-02-20 09:02:36 -0500 (Fri, 20 Feb 2009) | 1 line
Issue #5247: Improve error message when unknown format codes are used when using str.format() with str, int, and float arguments.
........
................
Benjamin Peterson [Fri, 20 Feb 2009 04:11:01 +0000 (04:11 +0000)]
Blocked revisions 69800 via svnmerge
................
r69800 | benjamin.peterson | 2009-02-19 22:09:19 -0600 (Thu, 19 Feb 2009) | 17 lines
Merged revisions 69415,69591,69593 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69415 | benjamin.peterson | 2009-02-07 13:08:22 -0600 (Sat, 07 Feb 2009) | 1 line
make destinsrc private
........
r69591 | martin.v.loewis | 2009-02-13 14:26:16 -0600 (Fri, 13 Feb 2009) | 1 line
Update Tix build procedure.
........
r69593 | martin.v.loewis | 2009-02-13 14:51:48 -0600 (Fri, 13 Feb 2009) | 1 line
Add optional code signing after merging.
........
................
Benjamin Peterson [Fri, 20 Feb 2009 04:05:32 +0000 (04:05 +0000)]
Merged revisions 69798 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69798 | benjamin.peterson | 2009-02-19 22:02:38 -0600 (Thu, 19 Feb 2009) | 13 lines
Merged revisions 69769,69776 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69769 | georg.brandl | 2009-02-19 02:30:06 -0600 (Thu, 19 Feb 2009) | 1 line
#5310, #3558: fix operator precedence table.
........
r69776 | georg.brandl | 2009-02-19 10:34:51 -0600 (Thu, 19 Feb 2009) | 2 lines
#5317: update IronPython URL.
........
................
Benjamin Peterson [Fri, 20 Feb 2009 03:32:23 +0000 (03:32 +0000)]
Merged revisions 69754,69794 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69754 | benjamin.peterson | 2009-02-18 22:22:03 -0600 (Wed, 18 Feb 2009) | 54 lines
Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69576 | georg.brandl | 2009-02-13 04:56:50 -0600 (Fri, 13 Feb 2009) | 1 line
#
1661108 : note that urlsafe encoded string can contain "=".
........
r69579 | georg.brandl | 2009-02-13 05:06:59 -0600 (Fri, 13 Feb 2009) | 2 lines
Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
........
r69580 | georg.brandl | 2009-02-13 05:10:04 -0600 (Fri, 13 Feb 2009) | 2 lines
Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
........
r69589 | martin.v.loewis | 2009-02-13 14:11:34 -0600 (Fri, 13 Feb 2009) | 2 lines
Move amd64 properties further to the top, so that they override
the linker options correctly.
........
r69619 | benjamin.peterson | 2009-02-14 11:00:51 -0600 (Sat, 14 Feb 2009) | 1 line
this needn't be a shebang line
........
r69620 | georg.brandl | 2009-02-14 11:01:36 -0600 (Sat, 14 Feb 2009) | 1 line
#5179: don't leak PIPE fds when child execution fails.
........
r69633 | hirokazu.yamamoto | 2009-02-15 03:19:48 -0600 (Sun, 15 Feb 2009) | 1 line
Fixed typo.
........
r69703 | raymond.hettinger | 2009-02-16 16:42:54 -0600 (Mon, 16 Feb 2009) | 3 lines
Issue 5229: Documentation for super() neglects to say what super() actually does
........
r69704 | raymond.hettinger | 2009-02-16 17:00:25 -0600 (Mon, 16 Feb 2009) | 1 line
Add explanation for super(type1, type2).
........
r69728 | georg.brandl | 2009-02-17 18:22:55 -0600 (Tue, 17 Feb 2009) | 2 lines
#5297: fix example.
........
r69729 | georg.brandl | 2009-02-17 18:25:13 -0600 (Tue, 17 Feb 2009) | 2 lines
#5296: sequence -> iterable.
........
r69730 | georg.brandl | 2009-02-17 18:31:36 -0600 (Tue, 17 Feb 2009) | 2 lines
#5268: mention VMSError.
........
................
r69794 | benjamin.peterson | 2009-02-19 21:19:25 -0600 (Thu, 19 Feb 2009) | 1 line
fix None errno #5312
................
Matthias Klose [Thu, 19 Feb 2009 07:12:22 +0000 (07:12 +0000)]
Taken from the 2.6 branch:
r68984 | georg.brandl | 2009-01-27 00:06:17 +0100 (Di, 27. Jan 2009) | 2 lines
Allow docs to be built with Sphinx 0.5.x.
Raymond Hettinger [Thu, 19 Feb 2009 06:47:42 +0000 (06:47 +0000)]
Add links to helpful external resources.
Raymond Hettinger [Thu, 19 Feb 2009 05:49:53 +0000 (05:49 +0000)]
Add an example for math.fsum() and elaborate on the accurary note.
Raymond Hettinger [Thu, 19 Feb 2009 04:49:39 +0000 (04:49 +0000)]
Add some cross-references to the docs. Simplify the python code equivalent for zip(). Supply an optional argument for the nth() recipe.
Hirokazu Yamamoto [Wed, 18 Feb 2009 16:47:04 +0000 (16:47 +0000)]
Merged revisions 69736 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69736 | hirokazu.yamamoto | 2009-02-19 01:38:00 +0900 | 14 lines
Merged revisions 69714,69718 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69714 | hirokazu.yamamoto | 2009-02-17 19:12:10 +0900 | 1 line
Issue #5292: Fixed mmap crash on its boundary access m[len(m)].
........
r69718 | hirokazu.yamamoto | 2009-02-17 22:17:26 +0900 | 3 lines
Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0,
The file was resized to wrong size.
........
................
Tarek Ziadé [Tue, 17 Feb 2009 23:11:12 +0000 (23:11 +0000)]
Blocked revisions 69726 via svnmerge
................
r69726 | tarek.ziade | 2009-02-18 00:10:18 +0100 (Wed, 18 Feb 2009) | 9 lines
Merged revisions 69724 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69724 | tarek.ziade | 2009-02-18 00:06:51 +0100 (Wed, 18 Feb 2009) | 1 line
fixed the data_files inclusion behavior
........
................
Tarek Ziadé [Tue, 17 Feb 2009 09:48:40 +0000 (09:48 +0000)]
Blocked revisions 69712 via svnmerge
................
r69712 | tarek.ziade | 2009-02-17 10:47:25 +0100 (Tue, 17 Feb 2009) | 9 lines
Merged revisions 69710 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69710 | tarek.ziade | 2009-02-17 10:42:44 +0100 (Tue, 17 Feb 2009) | 1 line
#2279 added the plain path case for data_files
........
................
Tarek Ziadé [Mon, 16 Feb 2009 21:55:10 +0000 (21:55 +0000)]
Blocked revisions 69697 via svnmerge
................
r69697 | tarek.ziade | 2009-02-16 22:51:13 +0100 (Mon, 16 Feb 2009) | 9 lines
Merged revisions 69693 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69693 | tarek.ziade | 2009-02-16 22:41:54 +0100 (Mon, 16 Feb 2009) | 1 line
#2279: use os.sep so the MANIFEST file test work on win32
........
................
Tarek Ziadé [Mon, 16 Feb 2009 21:53:04 +0000 (21:53 +0000)]
Blocked revisions 69696 via svnmerge
................
r69696 | tarek.ziade | 2009-02-16 22:49:12 +0100 (Mon, 16 Feb 2009) | 9 lines
Merged revisions 69692 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69692 | tarek.ziade | 2009-02-16 22:38:01 +0100 (Mon, 16 Feb 2009) | 1 line
Fixed #2279: distutils.sdist.add_defaults now add files listed in package_data and data_files
........
................
Benjamin Peterson [Mon, 16 Feb 2009 18:25:19 +0000 (18:25 +0000)]
Merged revisions 69682 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69682 | benjamin.peterson | 2009-02-16 12:22:15 -0600 (Mon, 16 Feb 2009) | 1 line
remove another use of cmp()
........
Eric Smith [Mon, 16 Feb 2009 12:40:36 +0000 (12:40 +0000)]
Blocked revisions 69667 via svnmerge
................
r69667 | eric.smith | 2009-02-16 07:37:11 -0500 (Mon, 16 Feb 2009) | 9 lines
Merged revisions 69666 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69666 | eric.smith | 2009-02-16 04:56:39 -0500 (Mon, 16 Feb 2009) | 1 line
Added Ross Light to ACKS, for bug 4285 (r69331).
........
................
Hirokazu Yamamoto [Mon, 16 Feb 2009 09:29:31 +0000 (09:29 +0000)]
Merged revisions 69664 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69664 | hirokazu.yamamoto | 2009-02-16 18:13:20 +0900 | 2 lines
Issue #5249: time.strftime returned malformed string when format string
contained non ascii character on windows.
........
Tarek Ziadé [Sat, 14 Feb 2009 14:38:01 +0000 (14:38 +0000)]
Blocked revisions 69613 via svnmerge
................
r69613 | tarek.ziade | 2009-02-14 15:35:51 +0100 (Sat, 14 Feb 2009) | 9 lines
Merged revisions 69609 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69609 | tarek.ziade | 2009-02-14 15:10:23 +0100 (Sat, 14 Feb 2009) | 1 line
Fix for #5257: refactored all tests in distutils, so they use a temporary directory.
........
................
Georg Brandl [Sat, 14 Feb 2009 08:55:22 +0000 (08:55 +0000)]
Adapt doc build directory.
Barry Warsaw [Sat, 14 Feb 2009 02:22:24 +0000 (02:22 +0000)]
Post release cleaup.
Tarek Ziadé [Fri, 13 Feb 2009 23:07:18 +0000 (23:07 +0000)]
Merged revisions 69600 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69600 | tarek.ziade | 2009-02-14 00:04:17 +0100 (Sat, 14 Feb 2009) | 9 lines
Merged revisions 69598 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69598 | tarek.ziade | 2009-02-14 00:00:43 +0100 (Sat, 14 Feb 2009) | 1 line
Fixed #4524: distutils build_script command failed with --with-suffix=3
........
................
Tarek Ziadé [Fri, 13 Feb 2009 22:27:40 +0000 (22:27 +0000)]
Blocked revisions 69596 via svnmerge
................
r69596 | tarek.ziade | 2009-02-13 23:26:15 +0100 (Fri, 13 Feb 2009) | 9 lines
Merged revisions 69594 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69594 | tarek.ziade | 2009-02-13 23:22:03 +0100 (Fri, 13 Feb 2009) | 1 line
Issue #2461: added tests for distutils.util
........
................
Tarek Ziadé [Fri, 13 Feb 2009 16:26:35 +0000 (16:26 +0000)]
Merged revisions 69587 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69587 | tarek.ziade | 2009-02-13 17:23:57 +0100 (Fri, 13 Feb 2009) | 9 lines
Merged revisions 69585 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69585 | tarek.ziade | 2009-02-13 17:13:16 +0100 (Fri, 13 Feb 2009) | 1 line
reverted leak fix, to use the one done in py3k branch (r67382)
........
................
Tarek Ziadé [Fri, 13 Feb 2009 09:16:28 +0000 (09:16 +0000)]
Blocked revisions 69568 via svnmerge
................
r69568 | tarek.ziade | 2009-02-13 10:15:20 +0100 (Fri, 13 Feb 2009) | 9 lines
Merged revisions 69566 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69566 | tarek.ziade | 2009-02-13 10:12:33 +0100 (Fri, 13 Feb 2009) | 1 line
#5158: added documentation on the depends option in distutils extensions
........
................
Barry Warsaw [Thu, 12 Feb 2009 23:47:16 +0000 (23:47 +0000)]
Tagging 3.0.1
Barry Warsaw [Thu, 12 Feb 2009 23:46:00 +0000 (23:46 +0000)]
More copyright and version number updates.
Barry Warsaw [Thu, 12 Feb 2009 23:35:41 +0000 (23:35 +0000)]
Bump to 3.0.1
Gregory P. Smith [Thu, 12 Feb 2009 21:13:48 +0000 (21:13 +0000)]
- Issue #3745: Fix hashlib to always reject unicode and non buffer-api
supporting objects as input no matter how it was compiled (built in
implementations or external openssl library).
Tarek Ziadé [Thu, 12 Feb 2009 21:04:22 +0000 (21:04 +0000)]
Merged revisions 69553 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69553 | tarek.ziade | 2009-02-12 22:02:07 +0100 (Thu, 12 Feb 2009) | 9 lines
Merged revisions 69551 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69551 | tarek.ziade | 2009-02-12 21:56:21 +0100 (Thu, 12 Feb 2009) | 1 line
fixing the leak introduced in r69304
........
................
Jesse Noller [Thu, 12 Feb 2009 19:44:58 +0000 (19:44 +0000)]
Merge 68778,68788 to maint
Mark Dickinson [Thu, 12 Feb 2009 18:00:48 +0000 (18:00 +0000)]
Merged revisions 69547 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69547 | mark.dickinson | 2009-02-12 17:58:36 +0000 (Thu, 12 Feb 2009) | 3 lines
Issue 4998: restore utility of __slots__ on Fraction.
(forward merge of r68813).
........
Ronald Oussoren [Thu, 12 Feb 2009 16:09:09 +0000 (16:09 +0000)]
Merged revisions 69544 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69544 | ronald.oussoren | 2009-02-12 17:08:14 +0100 (Thu, 12 Feb 2009) | 2 lines
Fix for issue5224 ("Update Shell Profile.command" contains wrong Python version on OSX)
........
Ronald Oussoren [Thu, 12 Feb 2009 16:03:30 +0000 (16:03 +0000)]
Merged revisions 69542 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69542 | ronald.oussoren | 2009-02-12 17:02:11 +0100 (Thu, 12 Feb 2009) | 2 lines
This fixes issue3883 (text on the buttons in the preferences panel for IDLE doesn't fit on OSX)
........
Ronald Oussoren [Thu, 12 Feb 2009 15:56:48 +0000 (15:56 +0000)]
Merged revisions 69540 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69540 | ronald.oussoren | 2009-02-12 16:55:38 +0100 (Thu, 12 Feb 2009) | 5 lines
This fixes issue5143 and includes a test.
Issue5143 notes that getpath.c and main.c pass a 'char*' where
a 'wchar_t*' is expected on OSX.
........
Ronald Oussoren [Thu, 12 Feb 2009 15:27:00 +0000 (15:27 +0000)]
Merged revisions 69538 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69538 | ronald.oussoren | 2009-02-12 16:24:51 +0100 (Thu, 12 Feb 2009) | 3 lines
Update the ReadMe and Welcome files that are used by the OSX binary
installer. Fixes issue5226. Patch by Ned Deily.
........
Ronald Oussoren [Thu, 12 Feb 2009 15:19:14 +0000 (15:19 +0000)]
Merged revisions 69536 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69536 | ronald.oussoren | 2009-02-12 16:18:15 +0100 (Thu, 12 Feb 2009) | 2 lines
Fix for issue5196, patch by Ned Deily.
........
Ronald Oussoren [Thu, 12 Feb 2009 15:12:48 +0000 (15:12 +0000)]
Backport of r69534
Ronald Oussoren [Thu, 12 Feb 2009 15:03:19 +0000 (15:03 +0000)]
Backport of r69532
Mark Dickinson [Wed, 11 Feb 2009 17:05:35 +0000 (17:05 +0000)]
Merged revisions 69517 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69517 | mark.dickinson | 2009-02-11 17:04:37 +0000 (Wed, 11 Feb 2009) | 2 lines
Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1.
........
Antoine Pitrou [Wed, 11 Feb 2009 01:01:41 +0000 (01:01 +0000)]
Merged revisions 69513 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69513 | antoine.pitrou | 2009-02-11 01:39:14 +0100 (mer., 11 févr. 2009) | 3 lines
Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding.
........
Raymond Hettinger [Wed, 11 Feb 2009 00:16:12 +0000 (00:16 +0000)]
Clean-up named tuple docs.
Thomas Heller [Tue, 10 Feb 2009 19:04:16 +0000 (19:04 +0000)]
Merged revisions 69507 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69507 | thomas.heller | 2009-02-10 19:59:04 +0100 (Di, 10 Feb 2009) | 13 lines
(The fix has been slightly adjusted.)
Merged revisions 69505 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69505 | thomas.heller | 2009-02-10 19:43:01 +0100 (Di, 10 Feb 2009) | 3 lines
Issue#5203: ctypes segfaults when passing a unicode string to a
function without argtypes, if HAVE_USABLE_WCHAR_T is false.
........
................
Hirokazu Yamamoto [Tue, 10 Feb 2009 16:58:05 +0000 (16:58 +0000)]
Merged revisions 69497 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69497 | hirokazu.yamamoto | 2009-02-10 23:27:19 +0900 | 9 lines
Merged revisions 69494 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69494 | hirokazu.yamamoto | 2009-02-10 22:31:28 +0900 | 1 line
Fixed svn:eol-style.
........
................
Mark Dickinson [Tue, 10 Feb 2009 16:25:06 +0000 (16:25 +0000)]
Merged revisions 69501 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69501 | mark.dickinson | 2009-02-10 16:18:22 +0000 (Tue, 10 Feb 2009) | 11 lines
Merged revisions 69500 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69500 | mark.dickinson | 2009-02-10 16:17:16 +0000 (Tue, 10 Feb 2009) | 4 lines
_testcapi depends on testcapi_long.h
Thanks Lisandro Dalcin.
........
................
Martin v. Löwis [Tue, 10 Feb 2009 13:17:46 +0000 (13:17 +0000)]
Merged revisions 69491 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69491 | martin.v.loewis | 2009-02-10 14:13:30 +0100 (Di, 10 Feb 2009) | 13 lines
Merged revisions 69489-69490 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69489 | martin.v.loewis | 2009-02-10 14:09:19 +0100 (Di, 10 Feb 2009) | 1 line
Issue #5134: Silence compiler warnings when compiling sqlite with VC++.
........
r69490 | martin.v.loewis | 2009-02-10 14:12:12 +0100 (Di, 10 Feb 2009) | 1 line
Set eol-style to native
........
................
Tarek Ziadé [Tue, 10 Feb 2009 12:41:19 +0000 (12:41 +0000)]
Merged revisions 69487 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69487 | tarek.ziade | 2009-02-10 13:36:33 +0100 (Tue, 10 Feb 2009) | 9 lines
Merged revisions 69485 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69485 | tarek.ziade | 2009-02-10 13:31:09 +0100 (Tue, 10 Feb 2009) | 1 line
Fixed #3386: the optional prefix argument was ignored under OS2 and NT in distutils.sysconfig.get_python_lib
........
................
Guilherme Polo [Mon, 9 Feb 2009 22:36:19 +0000 (22:36 +0000)]
Blocked revisions 69477 via svnmerge
................
r69477 | guilherme.polo | 2009-02-09 20:35:27 -0200 (Mon, 09 Feb 2009) | 9 lines
Merged revisions 69474 via svnmerge from
svn+ssh://pythondev/python/trunk
........
r69474 | guilherme.polo | 2009-02-09 18:57:45 -0200 (Mon, 09 Feb 2009) | 1 line
Enforcing Tk 8.3.1 requirement.
........
................
Guilherme Polo [Mon, 9 Feb 2009 20:43:00 +0000 (20:43 +0000)]
Blocked revisions 69471 via svnmerge
................
r69471 | guilherme.polo | 2009-02-09 18:40:42 -0200 (Mon, 09 Feb 2009) | 17 lines
Merged revisions 69460,69467,69470 via svnmerge from
svn+ssh://pythondev/python/trunk
........
r69460 | guilherme.polo | 2009-02-09 14:09:17 -0200 (Mon, 09 Feb 2009) | 1 line
Turned setup_master public
........
r69467 | guilherme.polo | 2009-02-09 17:21:21 -0200 (Mon, 09 Feb 2009) | 2 lines
Some tests for Tkinter.Text.search
........
r69470 | guilherme.polo | 2009-02-09 17:57:04 -0200 (Mon, 09 Feb 2009) | 1 line
Checking for tk availability before continuing (basically the same that is done in test_ttk_guionly)
........
................
Guilherme Polo [Mon, 9 Feb 2009 16:47:22 +0000 (16:47 +0000)]
Merged revisions 69463 via svnmerge from
svn+ssh://pythondev/python/branches/py3k
................
r69463 | guilherme.polo | 2009-02-09 14:44:24 -0200 (Mon, 09 Feb 2009) | 10 lines
Merged revisions 69461 via svnmerge from
svn+ssh://pythondev/python/trunk
........
r69461 | guilherme.polo | 2009-02-09 14:41:09 -0200 (Mon, 09 Feb 2009) | 3 lines
Fixed issue #4890: Handle empty text search pattern in
Tkinter.Text.search
........
................
Benjamin Peterson [Sun, 8 Feb 2009 21:16:01 +0000 (21:16 +0000)]
Merged revisions 69451 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69451 | benjamin.peterson | 2009-02-08 15:07:20 -0600 (Sun, 08 Feb 2009) | 1 line
fix len() when __len__() returns a non number type #5137
........
Mark Dickinson [Sun, 8 Feb 2009 15:11:29 +0000 (15:11 +0000)]
Merged revisions 69440 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69440 | mark.dickinson | 2009-02-08 15:09:21 +0000 (Sun, 08 Feb 2009) | 17 lines
Merged revisions 69436 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69436 | mark.dickinson | 2009-02-08 14:42:28 +0000 (Sun, 08 Feb 2009) | 10 lines
Issue #789290: make sure that hash(2**63) == hash(2.**63) on 64-bit
platforms. The previous code was fragile, depending on the twin
accidents that:
(1) in C, casting the double value 2.**63 to long returns the integer
value -2**63, and
(2) in Python, hash(-2**63) == hash(2**63).
There's already a test for this in test_hash.
........
................
Benjamin Peterson [Sun, 8 Feb 2009 15:07:39 +0000 (15:07 +0000)]
Merged revisions 69438 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69438 | benjamin.peterson | 2009-02-08 09:00:52 -0600 (Sun, 08 Feb 2009) | 1 line
remove memoryview.__str__ #5182
........
Mark Dickinson [Sun, 8 Feb 2009 11:05:01 +0000 (11:05 +0000)]
Merged revisions 69431 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69431 | mark.dickinson | 2009-02-08 11:02:10 +0000 (Sun, 08 Feb 2009) | 4 lines
Issue #1717: add a DeprecationWarning in 3.x on type initialization
for types that implement tp_reserved (formerly tp_compare) but
not tp_richcompare.
........
Nick Coghlan [Sun, 8 Feb 2009 03:43:03 +0000 (03:43 +0000)]
Blocked revisions 69426 via svnmerge
................
r69426 | nick.coghlan | 2009-02-08 13:37:27 +1000 (Sun, 08 Feb 2009) | 9 lines
Merged revisions 69425 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69425 | nick.coghlan | 2009-02-08 13:17:00 +1000 (Sun, 08 Feb 2009) | 1 line
Issue #4512 closeout: Make ZipImport.get_filename() a public method
........
................
Nick Coghlan [Sun, 8 Feb 2009 02:06:37 +0000 (02:06 +0000)]
Blocked revisions 69421 via svnmerge
................
r69421 | nick.coghlan | 2009-02-08 11:58:26 +1000 (Sun, 08 Feb 2009) | 13 lines
Merged revisions 69419-69420 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69419 | nick.coghlan | 2009-02-08 11:26:34 +1000 (Sun, 08 Feb 2009) | 1 line
Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda)
........
r69420 | nick.coghlan | 2009-02-08 11:46:01 +1000 (Sun, 08 Feb 2009) | 1 line
Mention patch submitter in NEWS entry for r69419
........
................
Antoine Pitrou [Sat, 7 Feb 2009 17:28:46 +0000 (17:28 +0000)]
Merged revisions 69411 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69411 | antoine.pitrou | 2009-02-07 18:13:31 +0100 (sam., 07 févr. 2009) | 4 lines
Issue #4704: remove use of cmp() in pybench, bump its version number to 2.1,
and make it 2.6-compatible.
........
Guilherme Polo [Sat, 7 Feb 2009 02:38:10 +0000 (02:38 +0000)]
Blocked revisions 69406 via svnmerge
................
r69406 | guilherme.polo | 2009-02-07 00:33:47 -0200 (Sat, 07 Feb 2009) | 9 lines
Merged revisions 69404 via svnmerge from
svn+ssh://pythondev/python/trunk
........
r69404 | guilherme.polo | 2009-02-07 00:20:29 -0200 (Sat, 07 Feb 2009) | 2 lines
Eliminated the need to use ttk.__loadtk__ and the problems related it.
........
................
Guilherme Polo [Sat, 7 Feb 2009 00:46:52 +0000 (00:46 +0000)]
Merged revisions 69392 via svnmerge from
svn+ssh://pythondev/python/branches/py3k
........
r69392 | guilherme.polo | 2009-02-06 22:45:10 -0200 (Fri, 06 Feb 2009) | 1 line
long -> int
........
Guilherme Polo [Sat, 7 Feb 2009 00:17:05 +0000 (00:17 +0000)]
Blocked revisions 69197,69379 via svnmerge
................
r69197 | guilherme.polo | 2009-02-01 23:02:20 -0200 (Sun, 01 Feb 2009) | 10 lines
Recorded merge of revisions 69195 via svnmerge from
svn+ssh://pythondev/python/trunk
........
r69195 | guilherme.polo | 2009-02-01 22:38:54 -0200 (Sun, 01 Feb 2009) | 3 lines
Use a single Tcl interpreter through all these tests, this may help some
failing buildbots.
........
................
r69379 | guilherme.polo | 2009-02-06 21:04:44 -0200 (Fri, 06 Feb 2009) | 2 lines
Fixing changes from the last merge.
................
Tarek Ziadé [Sat, 7 Feb 2009 00:11:50 +0000 (00:11 +0000)]
Blocked revisions 69387 via svnmerge
................
r69387 | tarek.ziade | 2009-02-07 01:10:48 +0100 (Sat, 07 Feb 2009) | 9 lines
Merged revisions 69385 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69385 | tarek.ziade | 2009-02-07 01:05:39 +0100 (Sat, 07 Feb 2009) | 1 line
#3986 replacing string and types call (like in the Py3k branch), and put exec_msg call at the right place
........
................
Guilherme Polo [Fri, 6 Feb 2009 23:39:18 +0000 (23:39 +0000)]
Revert unwanted merge
Guilherme Polo [Fri, 6 Feb 2009 23:31:12 +0000 (23:31 +0000)]
Blocked revisions 69380 via svnmerge
................
r69380 | guilherme.polo | 2009-02-06 21:16:11 -0200 (Fri, 06 Feb 2009) | 17 lines
Merged revisions 69376-69377 via svnmerge from
svn+ssh://pythondev/python/trunk
........
r69376 | guilherme.polo | 2009-02-06 20:26:22 -0200 (Fri, 06 Feb 2009) | 3 lines
Partial fix to issue #
1731706 : memory leak in Tkapp_Call when calling
from a thread different than the one that created the Tcl interpreter.
........
r69377 | guilherme.polo | 2009-02-06 20:48:07 -0200 (Fri, 06 Feb 2009) | 5 lines
Issue #
1731706 : Call Tcl_ConditionFinalize for Tcl_Conditions that will
not be used again (this requires Tcl/Tk 8.3.1), also fix a memory
leak in Tkapp_Call when calling from a thread different than the one that
created the Tcl interpreter.
........
................
Guilherme Polo [Fri, 6 Feb 2009 23:30:11 +0000 (23:30 +0000)]
Hand-merged revision 69376 from
svn+ssh://pythondev/python/trunk
........
r69376 | guilherme.polo | 2009-02-06 20:26:22 -0200
Partial fix to issue #
1731706 : memory leak in Tkapp_Call when calling
from a thread different than the one that created the Tcl interpreter.
Mark Dickinson [Fri, 6 Feb 2009 16:41:19 +0000 (16:41 +0000)]
Merged revisions 69370 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69370 | mark.dickinson | 2009-02-06 16:39:11 +0000 (Fri, 06 Feb 2009) | 3 lines
Replace references to python-3000 mailing list with python-dev in
README.
........
Tarek Ziadé [Fri, 6 Feb 2009 13:34:46 +0000 (13:34 +0000)]
Blocked revisions 69368 via svnmerge
................
r69368 | tarek.ziade | 2009-02-06 14:33:47 +0100 (Fri, 06 Feb 2009) | 9 lines
Merged revisions 69366 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69366 | tarek.ziade | 2009-02-06 14:27:38 +0100 (Fri, 06 Feb 2009) | 1 line
Fixed #5167: test_customize_compiler does not apply under non unix compilers
........
................
Tarek Ziadé [Fri, 6 Feb 2009 09:04:51 +0000 (09:04 +0000)]
Blocked revisions 69362 via svnmerge
................
r69362 | tarek.ziade | 2009-02-06 10:03:10 +0100 (Fri, 06 Feb 2009) | 9 lines
Merged revisions 69360 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69360 | tarek.ziade | 2009-02-06 09:55:23 +0100 (Fri, 06 Feb 2009) | 1 line
removed types usage and added test coverage (work for #3986)
........
................
Tarek Ziadé [Fri, 6 Feb 2009 08:23:07 +0000 (08:23 +0000)]
Blocked revisions 69358 via svnmerge
................
r69358 | tarek.ziade | 2009-02-06 09:22:21 +0100 (Fri, 06 Feb 2009) | 9 lines
Merged revisions 69356 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69356 | tarek.ziade | 2009-02-06 09:20:15 +0100 (Fri, 06 Feb 2009) | 1 line
Fixed #3987 : removed unused import
........
................
Benjamin Peterson [Fri, 6 Feb 2009 03:03:34 +0000 (03:03 +0000)]
Blocked revisions 69354 via svnmerge
................
r69354 | benjamin.peterson | 2009-02-05 21:01:24 -0600 (Thu, 05 Feb 2009) | 17 lines
Merged revisions 69141,69211-69212 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69141 | benjamin.peterson | 2009-01-31 14:01:48 -0600 (Sat, 31 Jan 2009) | 1 line
fix indentation
........
r69211 | guilherme.polo | 2009-02-02 14:23:29 -0600 (Mon, 02 Feb 2009) | 1 line
Restore the previous geometry before leaving the test
........
r69212 | guilherme.polo | 2009-02-02 14:28:59 -0600 (Mon, 02 Feb 2009) | 1 line
Moving to importlib
........
................
Benjamin Peterson [Fri, 6 Feb 2009 02:50:18 +0000 (02:50 +0000)]
Merged revisions 69350 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69350 | benjamin.peterson | 2009-02-05 20:40:07 -0600 (Thu, 05 Feb 2009) | 96 lines
Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69129 | benjamin.peterson | 2009-01-30 19:42:55 -0600 (Fri, 30 Jan 2009) | 1 line
check the errno in bad fd cases
........
r69130 | andrew.kuchling | 2009-01-30 20:50:09 -0600 (Fri, 30 Jan 2009) | 1 line
Add a section
........
r69131 | andrew.kuchling | 2009-01-30 21:26:02 -0600 (Fri, 30 Jan 2009) | 1 line
Text edits and markup fixes
........
r69139 | mark.dickinson | 2009-01-31 10:44:04 -0600 (Sat, 31 Jan 2009) | 2 lines
Add an extra test for long <-> float hash equivalence.
........
r69140 | benjamin.peterson | 2009-01-31 10:52:03 -0600 (Sat, 31 Jan 2009) | 1 line
PyErr_BadInternalCall() raises a SystemError, not TypeError #5112
........
r69143 | benjamin.peterson | 2009-01-31 15:00:10 -0600 (Sat, 31 Jan 2009) | 1 line
I believe the intention here was to avoid a global lookup
........
r69154 | benjamin.peterson | 2009-01-31 16:33:02 -0600 (Sat, 31 Jan 2009) | 1 line
fix indentation in comment
........
r69155 | david.goodger | 2009-01-31 16:53:46 -0600 (Sat, 31 Jan 2009) | 1 line
markup fix
........
r69156 | gregory.p.smith | 2009-01-31 16:57:30 -0600 (Sat, 31 Jan 2009) | 4 lines
- Issue #5104: The socket module now raises OverflowError when 16-bit port and
protocol numbers are supplied outside the allowed 0-65536 range on bind()
and getservbyport().
........
r69157 | benjamin.peterson | 2009-01-31 17:43:25 -0600 (Sat, 31 Jan 2009) | 1 line
add explanatory comment
........
r69158 | benjamin.peterson | 2009-01-31 17:54:38 -0600 (Sat, 31 Jan 2009) | 1 line
more flags which only work for function blocks
........
r69159 | gregory.p.smith | 2009-01-31 18:16:01 -0600 (Sat, 31 Jan 2009) | 2 lines
Update doc wording as suggested in issue4903.
........
r69169 | guilherme.polo | 2009-01-31 20:56:16 -0600 (Sat, 31 Jan 2009) | 3 lines
Restore Tkinter.Tk._loadtk so this test doesn't fail for problems
related to ttk.
........
r69288 | georg.brandl | 2009-02-05 04:30:57 -0600 (Thu, 05 Feb 2009) | 1 line
#5153: fix typo in example.
........
r69289 | georg.brandl | 2009-02-05 04:37:07 -0600 (Thu, 05 Feb 2009) | 1 line
#5144: document that PySys_SetArgv prepends the script directory (or the empty string) to sys.path.
........
r69293 | georg.brandl | 2009-02-05 04:59:28 -0600 (Thu, 05 Feb 2009) | 1 line
#5059: fix example.
........
r69297 | georg.brandl | 2009-02-05 05:32:18 -0600 (Thu, 05 Feb 2009) | 1 line
#5015: document PythonHome API functions.
........
r69298 | georg.brandl | 2009-02-05 05:33:21 -0600 (Thu, 05 Feb 2009) | 1 line
#4827: fix callback example.
........
r69299 | georg.brandl | 2009-02-05 05:35:28 -0600 (Thu, 05 Feb 2009) | 1 line
#4820: use correct module for ctypes.util.
........
r69300 | georg.brandl | 2009-02-05 05:38:23 -0600 (Thu, 05 Feb 2009) | 1 line
#4563: disable alpha and roman lists, fixes wrong formatting of contributor list.
........
r69301 | georg.brandl | 2009-02-05 05:40:35 -0600 (Thu, 05 Feb 2009) | 1 line
#5031: fix Thread.daemon property docs.
........
r69348 | benjamin.peterson | 2009-02-05 19:47:31 -0600 (Thu, 05 Feb 2009) | 1 line
fix download link
........
................
Eric Smith [Fri, 6 Feb 2009 01:34:42 +0000 (01:34 +0000)]
Blocked revisions 69346 via svnmerge
................
r69346 | eric.smith | 2009-02-05 20:32:42 -0500 (Thu, 05 Feb 2009) | 10 lines
Merged revisions 69331 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69331 | eric.smith | 2009-02-05 19:48:26 -0500 (Thu, 05 Feb 2009) | 2 lines
Implement issue #4285, convert sys.version_info to a named
tuple. Patch by Ross Light.
........
................
Tarek Ziadé [Fri, 6 Feb 2009 01:19:22 +0000 (01:19 +0000)]
Blocked revisions 69344 via svnmerge
................
r69344 | tarek.ziade | 2009-02-06 02:18:36 +0100 (Fri, 06 Feb 2009) | 9 lines
Merged revisions 69342 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69342 | tarek.ziade | 2009-02-06 02:15:51 +0100 (Fri, 06 Feb 2009) | 1 line
fixed #
1520877 : now distutils reads Read from the environment/Makefile
........
................
Tarek Ziadé [Fri, 6 Feb 2009 00:55:05 +0000 (00:55 +0000)]
Blocked revisions 69336 via svnmerge
................
r69336 | tarek.ziade | 2009-02-06 01:53:43 +0100 (Fri, 06 Feb 2009) | 9 lines
Merged revisions 69332 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69332 | tarek.ziade | 2009-02-06 01:49:45 +0100 (Fri, 06 Feb 2009) | 1 line
using >= so setting verbose to 2 will work as well
........
................
Tarek Ziadé [Fri, 6 Feb 2009 00:54:46 +0000 (00:54 +0000)]
Blocked revisions 69335 via svnmerge
................
r69335 | tarek.ziade | 2009-02-06 01:52:52 +0100 (Fri, 06 Feb 2009) | 9 lines
Merged revisions 69330 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69330 | tarek.ziade | 2009-02-06 01:46:57 +0100 (Fri, 06 Feb 2009) | 1 line
README now reflects the current state
........
................
Tarek Ziadé [Fri, 6 Feb 2009 00:40:15 +0000 (00:40 +0000)]
Blocked revisions 69326 via svnmerge
................
r69326 | tarek.ziade | 2009-02-06 01:38:35 +0100 (Fri, 06 Feb 2009) | 9 lines
Merged revisions 69324 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69324 | tarek.ziade | 2009-02-06 01:31:59 +0100 (Fri, 06 Feb 2009) | 1 line
Fixed #
1276768 : verbose option was not used in the code.
........
................
Tarek Ziadé [Thu, 5 Feb 2009 22:58:41 +0000 (22:58 +0000)]
Merged revisions 69318 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69318 | tarek.ziade | 2009-02-05 23:56:14 +0100 (Thu, 05 Feb 2009) | 9 lines
Merged revisions 69316 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69316 | tarek.ziade | 2009-02-05 23:52:52 +0100 (Thu, 05 Feb 2009) | 1 line
Fixed #5132: enable extensions to link on Solaris
........
................