| Commit message (Expand) | Author | Age | Files | Lines |
* | issue4238: bsd support for cpu_count | Jesse Noller | 2008-11-28 | 1 | -1/+1 |
|
|
* | Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an... | Christian Heimes | 2008-11-28 | 1 | -1/+1 |
|
|
* | Merged revisions 67183,67191,67371 via svnmerge from | Benjamin Peterson | 2008-11-25 | 3 | -10/+32 |
|
|
* | Add unittests that verify documented behavior of public methods in Transport | Jeremy Hylton | 2008-11-24 | 1 | -1/+86 |
|
|
* | #4396 make the parser module correctly validate the with syntax | Benjamin Peterson | 2008-11-24 | 1 | -0/+4 |
|
|
* | raise a better error | Benjamin Peterson | 2008-11-23 | 1 | -1/+1 |
|
|
* | Fix typo. | Georg Brandl | 2008-11-22 | 1 | -1/+1 |
|
|
* | backport r67325: make FileIO.mode always contain 'b' | Benjamin Peterson | 2008-11-22 | 2 | -9/+9 |
|
|
* | don't segfault when \N escapes are used and unicodedata fails to load | Benjamin Peterson | 2008-11-21 | 1 | -2/+25 |
|
|
* | #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not... | Amaury Forgeot d'Arc | 2008-11-21 | 1 | -2/+2 |
|
|
* | Fixed issue #4233. | Amaury Forgeot d'Arc | 2008-11-20 | 1 | -0/+24 |
|
|
* | backport r67300 | Benjamin Peterson | 2008-11-20 | 2 | -9/+47 |
|
|
* | oops! didn't mean to disable that test | Benjamin Peterson | 2008-11-20 | 1 | -1/+1 |
|
|
* | make sure that bytearray methods return a new bytearray even if there is no c... | Benjamin Peterson | 2008-11-19 | 1 | -0/+10 |
|
|
* | Fix for issue 4332 in trunk. | Josiah Carlson | 2008-11-19 | 1 | -1/+1 |
|
|
* | Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ | Martin v. Löwis | 2008-11-19 | 1 | -2/+2 |
|
|
* | patch from issue 1108 | Skip Montanaro | 2008-11-19 | 1 | -2/+2 |
|
|
* | #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. | Amaury Forgeot d'Arc | 2008-11-18 | 1 | -1/+2 |
|
|
* | when __getattr__ is a descriptor, call it correctly; fixes #4230 | Benjamin Peterson | 2008-11-17 | 1 | -0/+40 |
|
|
* | The docs for httplib.HTTPConnection.putheader() have claimed for quite a while | Brett Cannon | 2008-11-15 | 1 | -6/+3 |
|
|
* | Merged revisions 66985,67170,67173,67177-67179 via svnmerge from | Benjamin Peterson | 2008-11-10 | 5 | -12/+44 |
|
|
* | fix comment | Benjamin Peterson | 2008-11-09 | 1 | -3/+2 |
|
|
* | check for assignment to __debug__ during AST generation | Benjamin Peterson | 2008-11-08 | 1 | -10/+8 |
|
|
* | move a FileIO test to test_fileio | Benjamin Peterson | 2008-11-03 | 2 | -8/+9 |
|
|
* | Issue #3774: Fixed an error when create a Tkinter menu item without command | Hirokazu Yamamoto | 2008-11-03 | 1 | -11/+13 |
|
|
* | #4048 make the parser module accept relative imports as valid | Benjamin Peterson | 2008-11-03 | 1 | -0/+2 |
|
|
* | make sure the parser flags and passed onto the compiler | Benjamin Peterson | 2008-10-31 | 2 | -0/+14 |
|
|
* | Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ... | Christian Heimes | 2008-10-30 | 1 | -0/+7 |
|
|
* | Issue #4176: Pickle would crash the interpreter when a __reduce__ function | Amaury Forgeot d'Arc | 2008-10-30 | 1 | -0/+23 |
|
|
* | Fixed a modulefinder crash on certain relative imports. | Thomas Heller | 2008-10-30 | 2 | -1/+20 |
|
|
* | Fix one of the tests: it relied on being present in an "output test" in | Armin Rigo | 2008-10-28 | 1 | -7/+3 |
|
|
* | add forgotten test for r67030 | Benjamin Peterson | 2008-10-26 | 1 | -0/+21 |
|
|
* | fix __future__ imports when multiple features are given | Benjamin Peterson | 2008-10-26 | 1 | -2/+6 |
|
|
* | give a py3k warning when 'nonlocal' is used as a variable name | Benjamin Peterson | 2008-10-25 | 1 | -41/+23 |
|
|
* | Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. | Hirokazu Yamamoto | 2008-10-23 | 2 | -3/+3 |
|
|
* | fix #4150: pdb's up command didn't work for generators in post-mortem | Benjamin Peterson | 2008-10-22 | 2 | -6/+4 |
|
|
* | return ArgInfo from inspect.getargvalues #4092 | Benjamin Peterson | 2008-10-21 | 1 | -1/+1 |
|
|
* | #4157 move two test functions out of platform.py. | Amaury Forgeot d'Arc | 2008-10-21 | 2 | -33/+34 |
|
|
* | make sure to call iteritems() | Benjamin Peterson | 2008-10-21 | 1 | -3/+1 |
|
|
* | Fixed #4062, added import for _ast.__version__ to ast to match the documented... | Armin Ronacher | 2008-10-20 | 1 | -0/+1 |
|
|
* | check for error conditions in _json #3623 | Benjamin Peterson | 2008-10-16 | 1 | -0/+7 |
|
|
* | use new showwarnings signature for idle #3391 | Benjamin Peterson | 2008-10-16 | 2 | -6/+11 |
|
|
* | Merged revisions 66805,66841,66860,66884-66886,66893,66907,66910 via svnmerge... | Benjamin Peterson | 2008-10-15 | 8 | -53/+248 |
|
|
* | support the optional line argument for idle | Benjamin Peterson | 2008-10-15 | 1 | -1/+2 |
|
|
* | easter egg | Skip Montanaro | 2008-10-15 | 1 | -0/+4 |
|
|
* | remove set compat cruft | Benjamin Peterson | 2008-10-14 | 2 | -12/+0 |
|
|
* | give poplib a real test suite | Benjamin Peterson | 2008-10-11 | 1 | -23/+267 |
|
|
* | #3935: properly support list subclasses in the C impl. of bisect. | Georg Brandl | 2008-10-08 | 1 | -0/+11 |
|
|
* | #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t... | Amaury Forgeot d'Arc | 2008-10-07 | 1 | -0/+11 |
|
|
* | more intensive test on dbm. | Hirokazu Yamamoto | 2008-10-07 | 1 | -8/+10 |
|
|