summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Beef-up tests for collections ABCs.Raymond Hettinger2009-01-282-3/+64
|
* Issue #4707: round(x, n) now returns an integer when x is an integer.Mark Dickinson2009-01-285-33/+217
| | | | Previously it returned a float.
* Merged revisions 69060-69063 via svnmerge fromGuilherme Polo2009-01-286-9/+49
| | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev/python/trunk ........ 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. ........
* Merged revisions 69053 via svnmerge fromGuilherme Polo2009-01-2816-0/+1196
| | | | | | | | | | svn+ssh://pythondev/python/trunk ........ r69053 | guilherme.polo | 2009-01-28 13:56:01 -0200 (Wed, 28 Jan 2009) | 2 lines Demos for ttk added. ........
* Merged revisions 69050 via svnmerge fromGuilherme Polo2009-01-2815-2/+5074
| | | | | | | | | | svn+ssh://pythondev/python/trunk ........ 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. ........
* Merged revisions 69038 via svnmerge fromMark Hammond2009-01-272-2/+76
| | | | | | | | | | | 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. ........
* Blocked revisions 69001,69010,69012,69014,69018,69023 via svnmergeBenjamin Peterson2009-01-270-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ........ r69001 | raymond.hettinger | 2009-01-26 20:58:49 -0600 (Mon, 26 Jan 2009) | 1 line Promote combinations_with_replacement() from a recipe to a regular itertool. ........ r69010 | raymond.hettinger | 2009-01-27 03:33:06 -0600 (Tue, 27 Jan 2009) | 1 line Add tests to verify combinatoric relationships. ........ r69012 | raymond.hettinger | 2009-01-27 03:52:35 -0600 (Tue, 27 Jan 2009) | 1 line Stronger tests for combinatoric relationships. ........ r69014 | raymond.hettinger | 2009-01-27 04:03:04 -0600 (Tue, 27 Jan 2009) | 1 line Issue 5021: doctest.testfile should set __name__ ........ r69018 | raymond.hettinger | 2009-01-27 04:36:14 -0600 (Tue, 27 Jan 2009) | 1 line More exhaustive combinatoric checks. ........ r69023 | raymond.hettinger | 2009-01-27 07:26:35 -0600 (Tue, 27 Jan 2009) | 1 line Add more tests for the powerset() recipe. ........
* Fix an occurrence of cmp that was missed in r69025Mark Dickinson2009-01-271-5/+9
|
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-2732-216/+210
| | | | the standard library and tests.
* Add more tests for the powerset() recipe.Raymond Hettinger2009-01-271-0/+6
|
* Resurrect two buffer tests, converting irepeat() to imul(). Undoes part of ↵Raymond Hettinger2009-01-271-0/+2
| | | | r68962.
* Add executable property to Python/makeopcodetargets.pyAntoine Pitrou2009-01-271-0/+0
|
* More exhaustive combinatoric checks.Raymond Hettinger2009-01-271-16/+28
|
* Issue 5021: doctest.testfile should set __name__Raymond Hettinger2009-01-273-1/+11
|
* Stronger tests for combinatoric relationships.Raymond Hettinger2009-01-271-1/+5
|
* Add tests to verify combinatoric relationships.Raymond Hettinger2009-01-271-0/+26
|
* Beautify grouper() recipe in docs.Raymond Hettinger2009-01-272-2/+2
|
* Put functions back in alphabetical order.Raymond Hettinger2009-01-271-39/+38
|
* Forward port r69001: itertools.combinations_with_replacement().Raymond Hettinger2009-01-275-59/+379
|
* Blocked revisions 68998 via svnmergeBenjamin Peterson2009-01-270-0/+0
| | | | | | | | ........ r68998 | raymond.hettinger | 2009-01-26 20:36:33 -0600 (Mon, 26 Jan 2009) | 3 lines Tweak column alignment for collections docs. ........
* Initial take on importlib.test.loader_tests.Brett Cannon2009-01-272-8/+66
|
* Tweak column alignment in collections docs.Raymond Hettinger2009-01-271-33/+26
|
* Blocked revisions 68964,68985 via svnmergeBenjamin Peterson2009-01-270-0/+0
| | | | | | | | | | | | | | | ........ r68964 | raymond.hettinger | 2009-01-26 10:52:22 -0600 (Mon, 26 Jan 2009) | 1 line Fix signed/unsigned mismatch. ........ r68985 | raymond.hettinger | 2009-01-26 17:29:09 -0600 (Mon, 26 Jan 2009) | 6 lines Remove startup firewall message. That is handled by an error dialog whenever a connection cannot be formed. Also, the Idle version number is already in the About Idle dialog. Now, the startup is clean looking once again. ........
* Update importlib NOTES.Brett Cannon2009-01-271-2/+9
|
* Move importlib.test.frozen.test_finder over to importlib.test.finder_tests.Brett Cannon2009-01-271-5/+8
|
* Move importlib.test.builtin.test_finder over to importlib.test.finder_tests.Brett Cannon2009-01-271-8/+27
|
* Make importlib.test.finder_tests an ABC.Brett Cannon2009-01-271-14/+14
|
* Move importlib.test.extension.test_finder over to importlib.test.finder_tests.Brett Cannon2009-01-271-2/+19
|
* Forward port r68985: Idle startup message.Raymond Hettinger2009-01-271-12/+2
|
* Fix test so as to also pass in debug modeAntoine Pitrou2009-01-261-1/+1
|
* Merged revisions 68974-68975 via svnmerge fromMark Dickinson2009-01-261-8/+9
| | | | | | | | | | | | | | | 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. ........
* Followup of #4705: we can't skip the binary buffering layer for stdin ↵Antoine Pitrou2009-01-262-2/+17
| | | | because FileIO doesn't have a read1() method
* Merged revisions 68951 via svnmerge fromTarek Ziadé2009-01-263-11/+73
| | | | | | | | | | 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 ........
* Fix signed/unsigned mismatch.Raymond Hettinger2009-01-261-1/+1
|
* Blocked revisions 68941-68942 via svnmergeBenjamin Peterson2009-01-260-0/+0
| | | | | | | | | | | | ........ r68941 | raymond.hettinger | 2009-01-25 15:04:14 -0600 (Sun, 25 Jan 2009) | 1 line Promote compress() from a recipe to being a regular itertool. ........ r68942 | raymond.hettinger | 2009-01-25 15:31:47 -0600 (Sun, 25 Jan 2009) | 1 line Improved itertools recipe for generating powerset(). ........
* Forward port r68941 adding itertools.compress().Raymond Hettinger2009-01-265-13/+206
|
* Backport r68942: update powerset() recipe.Raymond Hettinger2009-01-262-12/+8
|
* As discussed on python-dev, remove several operator functionsRaymond Hettinger2009-01-267-153/+6
| | | | | | | | | isSequenceType(), isMappingType(), and isNumberType() in favor of using abstract base classes. Also, remove repeat() and irepeat() in favor of mul() and imul(). After the buildbots have had a go at this. Will backport to Py3.0.1. For Py2.7, will just mark as deprecated.
* Update NOTES for importlib.Brett Cannon2009-01-261-18/+8
|
* Blocked revisions 68953 via svnmergeBrett Cannon2009-01-260-0/+0
| | | | | | | | | ........ 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. ........
* Merged revisions 68947 via svnmerge fromMark Dickinson2009-01-251-1/+1
| | | | | | | | | | | 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. ........
* use the classmethod directiveBenjamin Peterson2009-01-251-4/+4
|
* Merged revisions 68933 via svnmerge fromTarek Ziadé2009-01-252-18/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r68933 | tarek.ziade | 2009-01-25 20:29:10 +0100 (Sun, 25 Jan 2009) | 1 line Issue #4863, removing remaining bits ........
* Merged revisions 68929 via svnmerge fromTarek Ziadé2009-01-253-248/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r68929 | tarek.ziade | 2009-01-25 19:19:25 +0100 (Sun, 25 Jan 2009) | 1 line Fixed #4863: removed distutils.mwerkscompiler ........
* Blocked revisions 68927 via svnmergeHirokazu Yamamoto2009-01-250-0/+0
| | | | | | | | ........ r68927 | hirokazu.yamamoto | 2009-01-26 02:46:48 +0900 | 1 line Fixed compile error on windows. ........
* Blocked revisions 68925 via svnmergeBenjamin Peterson2009-01-250-0/+0
| | | | | | | | | | | ........ r68925 | benjamin.peterson | 2009-01-25 11:15:10 -0600 (Sun, 25 Jan 2009) | 5 lines fix building the core with --disable-unicode I changed some bytearray methods to use strings instead of unicode like bytes_repr Also, bytearray.fromhex() can take strings as well as unicode ........
* Issue #4753: By enabling a configure option named '--with-computed-gotos'Antoine Pitrou2009-01-258-4952/+6305
| | | | | | on compilers that support it (notably: gcc, SunPro, icc), the bytecode evaluation loop is compiled with a new dispatch mechanism which gives speedups of up to 20%, depending on the system, on various benchmarks.
* Merged revisions 68920 via svnmerge fromMark Dickinson2009-01-251-3/+15
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r68920 | mark.dickinson | 2009-01-25 10:39:15 +0000 (Sun, 25 Jan 2009) | 2 lines Remove uses of cmp from the decimal module. ........
* Document both importlib.machinery.BuiltinImporter and FrozenImporter.Brett Cannon2009-01-253-9/+49
|
* Add the terms "finder", "loader", and "importer" to the glossary.Brett Cannon2009-01-251-0/+14
|