]>
granicus.if.org Git - python/log
Georg Brandl [Mon, 23 Feb 2009 10:41:11 +0000 (10:41 +0000)]
Merged revisions 68582,68718,68720-68721,68724-68727,68859,68973,69288-69289,69293,69295,69297-69301,69409,69414,69570,69573,69576,69728-69730,69769,69776,69803-69805,69840,69896 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68582 | georg.brandl | 2009-01-13 23:14:01 +0100 (Di, 13 Jan 2009) | 2 lines
Use assertRaises.
........
r68718 | georg.brandl | 2009-01-18 11:42:35 +0100 (So, 18 Jan 2009) | 1 line
#4976: union() and intersection() take multiple args, but talk about "the other".
........
r68720 | georg.brandl | 2009-01-18 11:45:22 +0100 (So, 18 Jan 2009) | 1 line
#4974: fix redundant mention of lists and tuples.
........
r68721 | georg.brandl | 2009-01-18 11:48:16 +0100 (So, 18 Jan 2009) | 1 line
#4914: trunc is in math.
........
r68724 | georg.brandl | 2009-01-18 14:24:10 +0100 (So, 18 Jan 2009) | 1 line
#4979: correct result range for some random functions.
........
r68725 | georg.brandl | 2009-01-18 14:47:26 +0100 (So, 18 Jan 2009) | 1 line
#4857: fix augmented assignment target spec.
........
r68726 | georg.brandl | 2009-01-18 15:41:52 +0100 (So, 18 Jan 2009) | 1 line
#4923: clarify what was added.
........
r68727 | georg.brandl | 2009-01-18 19:25:30 +0100 (So, 18 Jan 2009) | 1 line
#4986: augassigns are not expressions.
........
r68859 | georg.brandl | 2009-01-22 19:29:28 +0100 (Do, 22 Jan 2009) | 2 lines
Clarify wording.
........
r68973 | georg.brandl | 2009-01-26 22:29:38 +0100 (Mo, 26 Jan 2009) | 2 lines
Copy over docs on advanced role features from Sphinx docs.
........
r69288 | georg.brandl | 2009-02-05 11:30:57 +0100 (Do, 05 Feb 2009) | 1 line
#5153: fix typo in example.
........
r69289 | georg.brandl | 2009-02-05 11:37:07 +0100 (Do, 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 11:59:28 +0100 (Do, 05 Feb 2009) | 1 line
#5059: fix example.
........
r69295 | georg.brandl | 2009-02-05 12:23:47 +0100 (Do, 05 Feb 2009) | 1 line
PyErr_PrintEx is also in 2.x...
........
r69297 | georg.brandl | 2009-02-05 12:32:18 +0100 (Do, 05 Feb 2009) | 1 line
#5015: document PythonHome API functions.
........
r69298 | georg.brandl | 2009-02-05 12:33:21 +0100 (Do, 05 Feb 2009) | 1 line
#4827: fix callback example.
........
r69299 | georg.brandl | 2009-02-05 12:35:28 +0100 (Do, 05 Feb 2009) | 1 line
#4820: use correct module for ctypes.util.
........
r69300 | georg.brandl | 2009-02-05 12:38:23 +0100 (Do, 05 Feb 2009) | 1 line
#4563: disable alpha and roman lists, fixes wrong formatting of contributor list.
........
r69301 | georg.brandl | 2009-02-05 12:40:35 +0100 (Do, 05 Feb 2009) | 1 line
#5031: fix Thread.daemon property docs.
........
r69409 | georg.brandl | 2009-02-07 13:21:17 +0100 (Sa, 07 Feb 2009) | 1 line
#5174: fix wrong file closing in example.
........
r69414 | georg.brandl | 2009-02-07 19:49:54 +0100 (Sa, 07 Feb 2009) | 1 line
make "super only for new-style classes" a note.
........
r69570 | georg.brandl | 2009-02-13 11:40:14 +0100 (Fr, 13 Feb 2009) | 1 line
#4894: document "newurl" parameter to redirect_request().
........
r69573 | georg.brandl | 2009-02-13 11:44:17 +0100 (Fr, 13 Feb 2009) | 1 line
#3734: document complex coercing behavior better.
........
r69576 | georg.brandl | 2009-02-13 11:56:50 +0100 (Fr, 13 Feb 2009) | 1 line
#
1661108 : note that urlsafe encoded string can contain "=".
........
r69728 | georg.brandl | 2009-02-18 01:22:55 +0100 (Mi, 18 Feb 2009) | 2 lines
#5297: fix example.
........
r69729 | georg.brandl | 2009-02-18 01:25:13 +0100 (Mi, 18 Feb 2009) | 2 lines
#5296: sequence -> iterable.
........
r69730 | georg.brandl | 2009-02-18 01:31:36 +0100 (Mi, 18 Feb 2009) | 2 lines
#5268: mention VMSError.
........
r69769 | georg.brandl | 2009-02-19 09:30:06 +0100 (Do, 19 Feb 2009) | 1 line
#5310, #3558: fix operator precedence table.
........
r69776 | georg.brandl | 2009-02-19 17:34:51 +0100 (Do, 19 Feb 2009) | 2 lines
#5317: update IronPython URL.
........
r69803 | georg.brandl | 2009-02-20 08:48:21 +0100 (Fr, 20 Feb 2009) | 1 line
#5327: fix a broken link by joining it.
........
r69804 | georg.brandl | 2009-02-20 09:22:21 +0100 (Fr, 20 Feb 2009) | 1 line
At least separate imports from other statements.
........
r69805 | georg.brandl | 2009-02-20 09:45:47 +0100 (Fr, 20 Feb 2009) | 2 lines
Fix punctuation.
........
r69840 | georg.brandl | 2009-02-21 20:09:40 +0100 (Sa, 21 Feb 2009) | 1 line
#5338, #5339: two types in the API manual.
........
r69896 | georg.brandl | 2009-02-23 11:24:23 +0100 (Mo, 23 Feb 2009) | 1 line
#5348: format() converts all kinds of values.
........
Tarek Ziadé [Sun, 22 Feb 2009 20:16:21 +0000 (20:16 +0000)]
Blocked revisions 69881 via svnmerge
........
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:12:32 +0000 (20:12 +0000)]
Blocked revisions 69878 via svnmerge
........
r69878 | tarek.ziade | 2009-02-22 21:11:46 +0100 (Sun, 22 Feb 2009) | 1 line
removing map and lambda usage, so the test is similar to py3k's branch one
........
Tarek Ziadé [Sun, 22 Feb 2009 19:59:07 +0000 (19:59 +0000)]
Blocked revisions 69874 via svnmerge
........
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:09:08 +0000 (00:09 +0000)]
Blocked revisions 69861 via svnmerge
........
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
........
Mark Dickinson [Fri, 20 Feb 2009 20:46:30 +0000 (20:46 +0000)]
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:07:55 +0000 (14:07 +0000)]
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, unicode, long, int, and float arguments.
........
Raymond Hettinger [Thu, 19 Feb 2009 06:57:23 +0000 (06:57 +0000)]
Add links to helpful external resources.
Raymond Hettinger [Thu, 19 Feb 2009 05:53:22 +0000 (05:53 +0000)]
Add an example for math.fsum() and elaborate on the accurary note.
Raymond Hettinger [Thu, 19 Feb 2009 05:38:53 +0000 (05:38 +0000)]
Add some cross-references to the docs. Simplify the python code equivalent for izip(). Supply an optional argument for the nth() recipe.
Benjamin Peterson [Thu, 19 Feb 2009 02:05:06 +0000 (02:05 +0000)]
Merged revisions 69348 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69348 | benjamin.peterson | 2009-02-05 19:47:31 -0600 (Thu, 05 Feb 2009) | 1 line
fix download link
........
Raymond Hettinger [Wed, 18 Feb 2009 23:12:48 +0000 (23:12 +0000)]
Py3k warnings now automatically include -Qwarn for division.
Raymond Hettinger [Wed, 18 Feb 2009 21:04:16 +0000 (21:04 +0000)]
Generalize itertools.tee() recipe.
Hirokazu Yamamoto [Wed, 18 Feb 2009 15:11:55 +0000 (15:11 +0000)]
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:09:17 +0000 (23:09 +0000)]
Blocked revisions 69724 via svnmerge
........
r69724 | tarek.ziade | 2009-02-18 00:06:51 +0100 (Wed, 18 Feb 2009) | 1 line
fixed the data_files inclusion behavior
........
Vinay Sajip [Tue, 17 Feb 2009 17:47:15 +0000 (17:47 +0000)]
#5287: Add exception handling around findCaller() call to help out IronPython.
Tarek Ziadé [Tue, 17 Feb 2009 09:45:56 +0000 (09:45 +0000)]
Blocked revisions 69710 via svnmerge
........
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 22:39:49 +0000 (22:39 +0000)]
Blocked revisions 69700 via svnmerge
........
r69700 | tarek.ziade | 2009-02-16 23:38:43 +0100 (Mon, 16 Feb 2009) | 1 line
note about #2279
........
Tarek Ziadé [Mon, 16 Feb 2009 21:44:25 +0000 (21:44 +0000)]
Blocked revisions 69693 via svnmerge
........
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:43:32 +0000 (21:43 +0000)]
Blocked revisions 69692 via svnmerge
........
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
........
Eric Smith [Mon, 16 Feb 2009 12:39:57 +0000 (12:39 +0000)]
Blocked revisions 69666 via svnmerge
........
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).
........
Georg Brandl [Sat, 14 Feb 2009 17:04:26 +0000 (17:04 +0000)]
Merged revisions 69620 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69620 | georg.brandl | 2009-02-14 18:01:36 +0100 (Sa, 14 Feb 2009) | 1 line
#5179: don't leak PIPE fds when child execution fails.
........
Tarek Ziadé [Sat, 14 Feb 2009 14:14:10 +0000 (14:14 +0000)]
Blocked revisions 69610 via svnmerge
........
r69610 | tarek.ziade | 2009-02-14 15:12:30 +0100 (Sat, 14 Feb 2009) | 1 line
Replace variable
........
Tarek Ziadé [Sat, 14 Feb 2009 14:13:50 +0000 (14:13 +0000)]
Blocked revisions 69609 via svnmerge
........
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.
........
Tarek Ziadé [Fri, 13 Feb 2009 23:02:44 +0000 (23:02 +0000)]
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:22:58 +0000 (22:22 +0000)]
Blocked revisions 69594 via svnmerge
........
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:20:24 +0000 (16:20 +0000)]
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:13:24 +0000 (09:13 +0000)]
Blocked revisions 69566 via svnmerge
........
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
........
Georg Brandl [Fri, 13 Feb 2009 09:11:25 +0000 (09:11 +0000)]
Fix.
Georg Brandl [Fri, 13 Feb 2009 09:09:58 +0000 (09:09 +0000)]
Merged revisions 69562 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69562 | georg.brandl | 2009-02-13 10:08:34 +0100 (Fr, 13 Feb 2009) | 2 lines
Add links to the other versions we have in stock.
........
Tarek Ziadé [Thu, 12 Feb 2009 21:00:18 +0000 (21:00 +0000)]
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
........
Mark Dickinson [Thu, 12 Feb 2009 18:05:07 +0000 (18:05 +0000)]
Merged revisions 68813,69546 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68813 | raymond.hettinger | 2009-01-20 20:34:19 +0000 (Tue, 20 Jan 2009) | 3 lines
Issue 4998: __slots__ on Fractions was useless.
........
r69546 | mark.dickinson | 2009-02-12 17:55:42 +0000 (Thu, 12 Feb 2009) | 2 lines
Typo fix.
........
Guilherme Polo [Thu, 12 Feb 2009 11:05:02 +0000 (11:05 +0000)]
Blocked revisions 69460,69470 via svnmerge
........
r69460 | guilherme.polo | 2009-02-09 14:09:17 -0200 (Mon, 09 Feb 2009) | 1 line
Turned setup_master public
........
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)
........
Raymond Hettinger [Wed, 11 Feb 2009 00:12:07 +0000 (00:12 +0000)]
Clean-up named tuple docs.
Thomas Heller [Tue, 10 Feb 2009 18:46:11 +0000 (18:46 +0000)]
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.
........
Mark Dickinson [Tue, 10 Feb 2009 16:23:27 +0000 (16:23 +0000)]
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.
........
Hirokazu Yamamoto [Tue, 10 Feb 2009 14:18:28 +0000 (14:18 +0000)]
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.
........
Martin v. Löwis [Tue, 10 Feb 2009 13:17:53 +0000 (13:17 +0000)]
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:33:42 +0000 (12:33 +0000)]
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:39 +0000 (22:36 +0000)]
Blocked revisions 69474 via svnmerge
........
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 19:28:31 +0000 (19:28 +0000)]
Blocked revisions 69467 via svnmerge
........
r69467 | guilherme.polo | 2009-02-09 17:21:21 -0200 (Mon, 09 Feb 2009) | 2 lines
Some tests for Tkinter.Text.search
........
Guilherme Polo [Mon, 9 Feb 2009 16:43:02 +0000 (16:43 +0000)]
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
........
Vinay Sajip [Sun, 8 Feb 2009 19:16:37 +0000 (19:16 +0000)]
Fixed missing import.
Vinay Sajip [Sun, 8 Feb 2009 19:14:41 +0000 (19:14 +0000)]
Issue #5170: Fixed Unicode output bug in logging and added test case. This is a regression which did not occur in 2.5.
Mark Dickinson [Sun, 8 Feb 2009 14:56:08 +0000 (14:56 +0000)]
Merged revisions 69433,69436 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69433 | mark.dickinson | 2009-02-08 13:58:10 +0000 (Sun, 08 Feb 2009) | 2 lines
Remove redundant assignment in _PyObject_LengthHint
........
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.
........
Nick Coghlan [Sun, 8 Feb 2009 03:41:39 +0000 (03:41 +0000)]
Blocked revisions 69425 via svnmerge
........
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:03:18 +0000 (02:03 +0000)]
Blocked revisions 69419-69420 via svnmerge
........
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
........
Guilherme Polo [Sat, 7 Feb 2009 02:21:24 +0000 (02:21 +0000)]
Blocked revisions 69404 via svnmerge
........
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:14:28 +0000 (00:14 +0000)]
Blocked revisions 69377 via svnmerge
........
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.
........
Tarek Ziadé [Sat, 7 Feb 2009 00:07:09 +0000 (00:07 +0000)]
Blocked revisions 69385 via svnmerge
........
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:48:14 +0000 (23:48 +0000)]
Blocked revisions 69050,69060-69061,69169,69195,69211-69212 via svnmerge
........
r69050 | guilherme.polo | 2009-01-28 11:09:03 -0200 (Wed, 28 Jan 2009) | 2 lines
Added the ttk module. See issue #2983: Ttk support for Tkinter.
........
r69060 | guilherme.polo | 2009-01-28 17:23:28 -0200 (Wed, 28 Jan 2009) | 2 lines
Added support for collecting tests only from specific packages.
........
r69061 | guilherme.polo | 2009-01-28 17:28:04 -0200 (Wed, 28 Jan 2009) | 4 lines
* Renaming test_tk_* to test_ttk_* since that is what they are testing.
* Added ttk tests to the expected skips mapping just like where test_tcl
was expected to be skipped too.
........
r69169 | guilherme.polo | 2009-02-01 00:56:16 -0200 (Sun, 01 Feb 2009) | 3 lines
Restore Tkinter.Tk._loadtk so this test doesn't fail for problems
related to ttk.
........
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.
........
r69211 | guilherme.polo | 2009-02-02 18:23:29 -0200 (Mon, 02 Feb 2009) | 1 line
Restore the previous geometry before leaving the test
........
r69212 | guilherme.polo | 2009-02-02 18:28:59 -0200 (Mon, 02 Feb 2009) | 1 line
Moving to importlib
........
Guilherme Polo [Fri, 6 Feb 2009 22:52:31 +0000 (22:52 +0000)]
Merged revisions 69376 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.
........
Tarek Ziadé [Fri, 6 Feb 2009 13:32:43 +0000 (13:32 +0000)]
Blocked revisions 69366 via svnmerge
........
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 08:56:45 +0000 (08:56 +0000)]
Blocked revisions 69360 via svnmerge
........
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:21:23 +0000 (08:21 +0000)]
Blocked revisions 69356 via svnmerge
........
r69356 | tarek.ziade | 2009-02-06 09:20:15 +0100 (Fri, 06 Feb 2009) | 1 line
Fixed #3987 : removed unused import
........
Tarek Ziadé [Fri, 6 Feb 2009 01:16:49 +0000 (01:16 +0000)]
Blocked revisions 69342 via svnmerge
........
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
........
Eric Smith [Fri, 6 Feb 2009 00:53:43 +0000 (00:53 +0000)]
Blocked revisions 69331 via svnmerge
........
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 00:51:51 +0000 (00:51 +0000)]
Blocked revisions 69332 via svnmerge
........
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:51:19 +0000 (00:51 +0000)]
Blocked revisions 69330 via svnmerge
........
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:33:27 +0000 (00:33 +0000)]
Blocked revisions 69324 via svnmerge
........
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:55:00 +0000 (22:55 +0000)]
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
........
Tarek Ziadé [Thu, 5 Feb 2009 09:07:28 +0000 (09:07 +0000)]
Blocked revisions 69285 via svnmerge
........
r69285 | tarek.ziade | 2009-02-05 10:06:23 +0100 (Thu, 05 Feb 2009) | 1 line
Fix comment for #1835
........
Raymond Hettinger [Wed, 4 Feb 2009 19:34:31 +0000 (19:34 +0000)]
Minor doc fixes.
Raymond Hettinger [Wed, 4 Feb 2009 11:59:49 +0000 (11:59 +0000)]
Doc fixes. Remove overbroad, redundant warnings. Fixup example code.
Brett Cannon [Tue, 3 Feb 2009 05:01:06 +0000 (05:01 +0000)]
Blocked revisions 69252-69253 via svnmerge
........
r69252 | brett.cannon | 2009-02-02 20:58:29 -0800 (Mon, 02 Feb 2009) | 3 lines
Make importlib a package. This allows using svn:externals in the sandbox to
package up the code for separate distribution.
........
r69253 | brett.cannon | 2009-02-02 20:59:58 -0800 (Mon, 02 Feb 2009) | 1 line
Ignore bytecode files in importlib.
........
Raymond Hettinger [Tue, 3 Feb 2009 03:44:39 +0000 (03:44 +0000)]
More informative NEWS entry.
Raymond Hettinger [Tue, 3 Feb 2009 03:42:07 +0000 (03:42 +0000)]
Register decimals as numbers.Number
Raymond Hettinger [Tue, 3 Feb 2009 03:36:27 +0000 (03:36 +0000)]
Record operator deprecations in docs.
Raymond Hettinger [Tue, 3 Feb 2009 02:28:00 +0000 (02:28 +0000)]
Validate that __length_hint__ returns a usable result.
Raymond Hettinger [Mon, 2 Feb 2009 22:44:06 +0000 (22:44 +0000)]
Issue
1242657 : list(obj) can swallow KeyboardInterrupt
Guilherme Polo [Mon, 2 Feb 2009 21:15:41 +0000 (21:15 +0000)]
Merged revisions 69217,69219 via svnmerge from
svn+ssh://pythondev/python/trunk
........
r69217 | guilherme.polo | 2009-02-02 19:08:32 -0200 (Mon, 02 Feb 2009) | 1 line
Fix for issue #
1581476
........
r69219 | guilherme.polo | 2009-02-02 19:14:14 -0200 (Mon, 02 Feb 2009) | 1 line
NEWS entry for issue #
1581476
........
Martin v. Löwis [Mon, 2 Feb 2009 14:24:18 +0000 (14:24 +0000)]
Merged revisions 69205 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69205 | martin.v.loewis | 2009-02-02 15:23:16 +0100 (Mo, 02 Feb 2009) | 1 line
Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows.
........
Hirokazu Yamamoto [Mon, 2 Feb 2009 08:27:16 +0000 (08:27 +0000)]
Merged revisions 69200 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69200 | hirokazu.yamamoto | 2009-02-02 17:01:17 +0900 | 1 line
Set native svn:eol-style property for text files.
........
Guilherme Polo [Mon, 2 Feb 2009 00:42:09 +0000 (00:42 +0000)]
Blocked revisions 69169,69195 via svnmerge
........
r69169 | guilherme.polo | 2009-02-01 00:56:16 -0200 (Sun, 01 Feb 2009) | 3 lines
Restore Tkinter.Tk._loadtk so this test doesn't fail for problems
related to ttk.
........
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.
........
Gregory P. Smith [Sun, 1 Feb 2009 00:25:16 +0000 (00:25 +0000)]
merge 69161 wording update.
Gregory P. Smith [Sun, 1 Feb 2009 00:19:42 +0000 (00:19 +0000)]
#documentation update for issue4903 -
svn merge -c68535 http://svn.python.org/projects/python/trunk
svn merge -c69159 http://svn.python.org/projects/python/trunk
Benjamin Peterson [Sat, 31 Jan 2009 22:25:08 +0000 (22:25 +0000)]
reindent, again
Benjamin Peterson [Sat, 31 Jan 2009 16:34:44 +0000 (16:34 +0000)]
expand tabs in unicodeobject.c
Tarek Ziadé [Thu, 29 Jan 2009 23:51:53 +0000 (23:51 +0000)]
Merged revisions 69106 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69106 | tarek.ziade | 2009-01-30 00:49:17 +0100 (Fri, 30 Jan 2009) | 1 line
fixed test_make_distribution so it runs on any platform, as long as tar an gzip are available
........
Antoine Pitrou [Thu, 29 Jan 2009 20:30:51 +0000 (20:30 +0000)]
Merged revisions 69100 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69100 | antoine.pitrou | 2009-01-29 21:19:34 +0100 (jeu., 29 janv. 2009) | 5 lines
Issue #2047: shutil.move() could believe that its destination path was
inside its source path if it began with the same letters (e.g. "src" vs.
"src.new").
........
Mark Hammond [Thu, 29 Jan 2009 12:31:51 +0000 (12:31 +0000)]
Merged revisions 69094 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69094 | mark.hammond | 2009-01-29 23:13:31 +1100 (Thu, 29 Jan 2009) | 2 lines
Fix issue5075: bdist_wininst should not depend on the vc runtime?
........
Brett Cannon [Thu, 29 Jan 2009 03:58:16 +0000 (03:58 +0000)]
Merged revisions 69078-69079 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69078 | brett.cannon | 2009-01-28 16:54:11 -0800 (Wed, 28 Jan 2009) | 2 lines
Clarify some __del__ stuff.
........
r69079 | brett.cannon | 2009-01-28 16:54:32 -0800 (Wed, 28 Jan 2009) | 2 lines
Minor spelling mistake in datetime docs.
........
Benjamin Peterson [Thu, 29 Jan 2009 03:11:30 +0000 (03:11 +0000)]
Merged revisions 69083 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69083 | benjamin.peterson | 2009-01-28 21:03:00 -0600 (Wed, 28 Jan 2009) | 1 line
fix download url
........
Raymond Hettinger [Thu, 29 Jan 2009 00:02:31 +0000 (00:02 +0000)]
Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the table by taking out inherited requirements for abstract methods.
Raymond Hettinger [Wed, 28 Jan 2009 23:14:58 +0000 (23:14 +0000)]
Issue 4920: Fixed next() vs __next__() issues in the ABCs
for Iterator and MutableSet. Also added thorough test for
required abstractmethods.
Guilherme Polo [Wed, 28 Jan 2009 20:47:52 +0000 (20:47 +0000)]
Blocked revisions 69060-69063 via svnmerge
........
r69060 | guilherme.polo | 2009-01-28 17:23:28 -0200 (Wed, 28 Jan 2009) | 2 lines
Added support for collecting tests only from specific packages.
........
r69061 | guilherme.polo | 2009-01-28 17:28:04 -0200 (Wed, 28 Jan 2009) | 4 lines
* Renaming test_tk_* to test_ttk_* since that is what they are testing.
* Added ttk tests to the expected skips mapping just like where test_tcl
was expected to be skipped too.
........
r69062 | guilherme.polo | 2009-01-28 18:02:01 -0200 (Wed, 28 Jan 2009) | 1 line
Make sure the root windows gets destroyed
........
r69063 | guilherme.polo | 2009-01-28 18:03:26 -0200 (Wed, 28 Jan 2009) | 2 lines
Issue #5083: New 'gui' resource for regrtest.
........
Guilherme Polo [Wed, 28 Jan 2009 16:12:35 +0000 (16:12 +0000)]
Blocked revisions 69050,69053 via svnmerge
........
r69050 | guilherme.polo | 2009-01-28 11:09:03 -0200 (Wed, 28 Jan 2009) | 2 lines
Added the ttk module. See issue #2983: Ttk support for Tkinter.
........
r69053 | guilherme.polo | 2009-01-28 13:56:01 -0200 (Wed, 28 Jan 2009) | 2 lines
Demos for ttk added.
........
Mark Hammond [Tue, 27 Jan 2009 23:30:15 +0000 (23:30 +0000)]
Merged revisions 69038 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69038 | mark.hammond | 2009-01-28 10:12:23 +1100 (Wed, 28 Jan 2009) | 3 lines
On Windows, use the Python 'Activation Context' when loading extensions
to avoid problems loading the CRT from a private assembly. Via bug 4566.
........
Raymond Hettinger [Tue, 27 Jan 2009 10:30:26 +0000 (10:30 +0000)]
Issue 5021: doctest.testfile should set __name__
Raymond Hettinger [Tue, 27 Jan 2009 06:38:00 +0000 (06:38 +0000)]
Fixup itertools recipe to cover a corner case.
Georg Brandl [Mon, 26 Jan 2009 23:06:17 +0000 (23:06 +0000)]
Allow docs to be built with Sphinx 0.5.x.
Mark Dickinson [Mon, 26 Jan 2009 21:53:32 +0000 (21:53 +0000)]
Merged revisions 68978 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68978 | mark.dickinson | 2009-01-26 21:51:56 +0000 (Mon, 26 Jan 2009) | 3 lines
Issue #5073: Fix occasional failure of bsddb/test/test_lock.py. Thanks
Hirokazu Yamamoto for the patch.
........
Mark Dickinson [Mon, 26 Jan 2009 21:43:42 +0000 (21:43 +0000)]
Merged revisions 68974-68975 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68974 | mark.dickinson | 2009-01-26 21:36:30 +0000 (Mon, 26 Jan 2009) | 4 lines
Fix undefined behaviour (left shift of negative value) in long_hash. Also,
rewrap a line of length > 79, and update comments.
........
r68975 | mark.dickinson | 2009-01-26 21:40:08 +0000 (Mon, 26 Jan 2009) | 2 lines
Fix comment.
........
Tarek Ziadé [Mon, 26 Jan 2009 17:20:15 +0000 (17:20 +0000)]
Merged revisions 68951 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68951 | tarek.ziade | 2009-01-26 00:34:00 +0100 (Mon, 26 Jan 2009) | 1 line
Fixed #1885: --formats=tar,gztar was not working properly in the sdist command
........
Raymond Hettinger [Mon, 26 Jan 2009 16:55:41 +0000 (16:55 +0000)]
Fix signed/unsigned mismatch.
Raymond Hettinger [Mon, 26 Jan 2009 02:17:52 +0000 (02:17 +0000)]
Backport r68942: update powerset() recipe.
Brett Cannon [Mon, 26 Jan 2009 01:21:54 +0000 (01:21 +0000)]
Blocked revisions 68953 via svnmerge
........
r68953 | brett.cannon | 2009-01-25 17:16:50 -0800 (Sun, 25 Jan 2009) | 3 lines
Backport importlib in the form of providing importlib.import_module(). This has
been done purely to help transitions from 2.7 to 3.1.
........
Mark Dickinson [Sun, 25 Jan 2009 22:20:39 +0000 (22:20 +0000)]
Merged revisions 68947 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68947 | mark.dickinson | 2009-01-25 22:12:31 +0000 (Sun, 25 Jan 2009) | 3 lines
No need for carry to be type twodigits in _PyLong_AsByteArray; digit is large enough.
This change should silence a compiler warning on Windows.
........
Tarek Ziadé [Sun, 25 Jan 2009 22:12:09 +0000 (22:12 +0000)]
Blocked revisions 68943 via svnmerge
........
r68943 | tarek.ziade | 2009-01-25 23:09:10 +0100 (Sun, 25 Jan 2009) | 1 line
Issue #5052: removed backward compatibility information (out of date)
........
Tarek Ziadé [Sun, 25 Jan 2009 19:30:17 +0000 (19:30 +0000)]
Blocked revisions 68933 via svnmerge
........
r68933 | tarek.ziade | 2009-01-25 20:29:10 +0100 (Sun, 25 Jan 2009) | 1 line
Issue #4863, removing remaining bits
........