| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | save/restore stdout/stderr instead of relying on __*__ versions | Skip Montanaro | 2008-10-07 | 1 | -2/+4 |
|
|
* | Simplify individual tests by defining setUp and tearDown methods. | Skip Montanaro | 2008-10-07 | 1 | -61/+27 |
|
|
* | Per Greg Ward, optparse is no longer being externally maintained. | Andrew M. Kuchling | 2008-10-06 | 1 | -10/+2 |
|
|
* | More strict test. Consider the case sys.executable itself is symlink. | Hirokazu Yamamoto | 2008-10-06 | 1 | -4/+5 |
|
|
* | Added the test for issue3762. | Hirokazu Yamamoto | 2008-10-06 | 1 | -0/+15 |
|
|
* | #1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(),... | Andrew M. Kuchling | 2008-10-05 | 1 | -0/+10 |
|
|
* | Merged revisions 66707,66775,66782 via svnmerge from | Benjamin Peterson | 2008-10-04 | 6 | -11/+2833 |
|
|
* | Typo fix | Andrew M. Kuchling | 2008-10-03 | 1 | -1/+1 |
|
|
* | Fixed following error when DocXMLRPCServer failed. | Hirokazu Yamamoto | 2008-10-03 | 1 | -2/+2 |
|
|
* | update pydoc topics | Benjamin Peterson | 2008-10-02 | 1 | -32/+32 |
|
|
* | Bumping to 2.6 final. | Barry Warsaw | 2008-10-01 | 2 | -2/+2 |
|
|
* | fix for issue 3862: test_array fails FreeBSD 7 amd64 | Andrew MacIntyre | 2008-10-01 | 1 | -4/+5 |
|
|
* | Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when | Gregory P. Smith | 2008-09-30 | 1 | -0/+6 |
|
|
* | fix security issue 2: imageop's poor validation of arguments could result in ... | Benjamin Peterson | 2008-09-30 | 1 | -2/+63 |
|
|
* | issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog... | Jesse Noller | 2008-09-30 | 3 | -0/+22 |
|
|
* | Issue #3965: Allow repeated calls to turtle.Screen, by making it a | Martin v. Löwis | 2008-09-29 | 1 | -28/+31 |
|
|