Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | completely detabify unicodeobject.c | Benjamin Peterson | 2009-01-31 | 1 | -3010/+3010 |
| | |||||
* | Text edits and markup fixes | Andrew M. Kuchling | 2009-01-31 | 1 | -60/+64 |
| | |||||
* | Add a section | Andrew M. Kuchling | 2009-01-31 | 1 | -0/+17 |
| | |||||
* | check the errno in bad fd cases | Benjamin Peterson | 2009-01-31 | 1 | -2/+8 |
| | |||||
* | make _tkinter._flatten check the result of PySequence_Size for errors #3880 | Benjamin Peterson | 2009-01-30 | 2 | -2/+13 |
| | |||||
* | pep8tify conditionals | Benjamin Peterson | 2009-01-30 | 1 | -29/+58 |
| | |||||
* | fixed test_make_distribution so it runs on any platform, as long as tar an ↵ | Tarek Ziadé | 2009-01-29 | 1 | -9/+6 |
| | | | | gzip are available | ||||
* | Issue #2047: shutil.move() could believe that its destination path was | Antoine Pitrou | 2009-01-29 | 3 | -1/+33 |
| | | | | | inside its source path if it began with the same letters (e.g. "src" vs. "src.new"). | ||||
* | Fix issue5075: bdist_wininst should not depend on the vc runtime? | Mark Hammond | 2009-01-29 | 4 | -91/+92 |
| | |||||
* | Fix typo. | Raymond Hettinger | 2009-01-29 | 1 | -1/+1 |
| | |||||
* | Update itertools.__doc__ to include all tools. | Raymond Hettinger | 2009-01-29 | 1 | -5/+12 |
| | |||||
* | fix download url | Benjamin Peterson | 2009-01-29 | 1 | -1/+1 |
| | |||||
* | Ignore .pyc and .pyo files. | Brett Cannon | 2009-01-29 | 0 | -0/+0 |
| | |||||
* | Minor spelling mistake in datetime docs. | Brett Cannon | 2009-01-29 | 1 | -1/+1 |
| | |||||
* | Clarify some __del__ stuff. | Brett Cannon | 2009-01-29 | 1 | -1/+3 |
| | |||||
* | Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the ↵ | Raymond Hettinger | 2009-01-28 | 1 | -15/+13 |
| | | | | table by taking out inherited requirements for abstract methods. | ||||
* | Issue 4920: Fixed next() vs __next__() issues in the ABCs | Raymond Hettinger | 2009-01-28 | 3 | -4/+68 |
| | | | | | for Iterator and MutableSet. Also added thorough test for required abstractmethods. | ||||
* | Issue #5083: New 'gui' resource for regrtest. | Guilherme Polo | 2009-01-28 | 2 | -1/+8 |
| | |||||
* | Make sure the root windows gets destroyed | Guilherme Polo | 2009-01-28 | 1 | -1/+4 |
| | |||||
* | * Renaming test_tk_* to test_ttk_* since that is what they are testing. | Guilherme Polo | 2009-01-28 | 3 | -2/+20 |
| | | | | | * Added ttk tests to the expected skips mapping just like where test_tcl was expected to be skipped too. | ||||
* | Added support for collecting tests only from specific packages. | Guilherme Polo | 2009-01-28 | 1 | -4/+11 |
| | |||||
* | Demos for ttk added. | Guilherme Polo | 2009-01-28 | 16 | -0/+1197 |
| | |||||
* | Added the ttk module. See issue #2983: Ttk support for Tkinter. | Guilherme Polo | 2009-01-28 | 14 | -1/+5089 |
| | |||||
* | use True and False | Benjamin Peterson | 2009-01-27 | 1 | -3/+3 |
| | |||||
* | On Windows, use the Python 'Activation Context' when loading extensions | Mark Hammond | 2009-01-27 | 2 | -2/+76 |
| | | | | to avoid problems loading the CRT from a private assembly. Via bug 4566. | ||||
* | Add more tests for the powerset() recipe. | Raymond Hettinger | 2009-01-27 | 1 | -0/+6 |
| | |||||
* | More exhaustive combinatoric checks. | Raymond Hettinger | 2009-01-27 | 1 | -16/+28 |
| | |||||
* | Issue 5021: doctest.testfile should set __name__ | Raymond Hettinger | 2009-01-27 | 2 | -1/+4 |
| | |||||
* | Stronger tests for combinatoric relationships. | Raymond Hettinger | 2009-01-27 | 2 | -1/+9 |
| | |||||
* | Add tests to verify combinatoric relationships. | Raymond Hettinger | 2009-01-27 | 1 | -0/+26 |
| | |||||
* | excellent place to use a set() #5069 | Benjamin Peterson | 2009-01-27 | 1 | -2/+2 |
| | |||||
* | Promote combinations_with_replacement() from a recipe to a regular itertool. | Raymond Hettinger | 2009-01-27 | 5 | -59/+379 |
| | |||||
* | Tweak column alignment for collections docs. | Raymond Hettinger | 2009-01-27 | 1 | -33/+26 |
| | |||||
* | Remove startup firewall message. That is handled by an error dialog | Raymond Hettinger | 2009-01-26 | 1 | -12/+2 |
| | | | | | | 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. | ||||
* | Issue #5073: Fix occasional failure of bsddb/test/test_lock.py. Thanks | Mark Dickinson | 2009-01-26 | 1 | -1/+1 |
| | | | | Hirokazu Yamamoto for the patch. | ||||
* | Fix comment. | Mark Dickinson | 2009-01-26 | 1 | -3/+3 |
| | |||||
* | Fix undefined behaviour (left shift of negative value) in long_hash. Also, | Mark Dickinson | 2009-01-26 | 1 | -9/+10 |
| | | | | rewrap a line of length > 79, and update comments. | ||||
* | Copy over docs on advanced role features from Sphinx docs. | Georg Brandl | 2009-01-26 | 1 | -3/+15 |
| | |||||
* | Fix signed/unsigned mismatch. | Raymond Hettinger | 2009-01-26 | 1 | -1/+1 |
| | |||||
* | Backport importlib in the form of providing importlib.import_module(). This has | Brett Cannon | 2009-01-26 | 5 | -0/+242 |
| | | | | been done purely to help transitions from 2.7 to 3.1. | ||||
* | Fixed #1885: --formats=tar,gztar was not working properly in the sdist command | Tarek Ziadé | 2009-01-25 | 3 | -11/+73 |
| | |||||
* | No need for carry to be type twodigits in _PyLong_AsByteArray; digit is ↵ | Mark Dickinson | 2009-01-25 | 1 | -1/+1 |
| | | | | | | large enough. This change should silence a compiler warning on Windows. | ||||
* | added missing module docstring | Tarek Ziadé | 2009-01-25 | 1 | -0/+5 |
| | |||||
* | Issue #5052: removed backward compatibility information (out of date) | Tarek Ziadé | 2009-01-25 | 36 | -72/+0 |
| | |||||
* | Improved itertools recipe for generating powerset(). | Raymond Hettinger | 2009-01-25 | 2 | -12/+8 |
| | |||||
* | Promote compress() from a recipe to being a regular itertool. | Raymond Hettinger | 2009-01-25 | 5 | -13/+206 |
| | |||||
* | Issue #4863, removing remaining bits | Tarek Ziadé | 2009-01-25 | 2 | -18/+0 |
| | |||||
* | Fixed #4863: removed distutils.mwerkscompiler | Tarek Ziadé | 2009-01-25 | 3 | -251/+2 |
| | |||||
* | Fixed compile error on windows. | Hirokazu Yamamoto | 2009-01-25 | 1 | -1/+1 |
| | |||||
* | fix building the core with --disable-unicode | Benjamin Peterson | 2009-01-25 | 7 | -22/+70 |
| | | | | | I changed some bytearray methods to use strings instead of unicode like bytes_repr Also, bytearray.fromhex() can take strings as well as unicode |