| Commit message (Expand) | Author | Age | Files | Lines |
* | #6416: Fix compilation of the select module on Windows, as well as test_subpr... | Amaury Forgeot d'Arc | 2009-07-09 | 1 | -1/+1 |
|
|
* | Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames | R. David Murray | 2009-07-09 | 1 | -2/+1 |
|
|
* | Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see | R. David Murray | 2009-07-09 | 1 | -1/+2 |
|
|
* | Curdir needs to be in the path for the test to work on all buildbots. | R. David Murray | 2009-07-09 | 1 | -0/+2 |
|
|
* | Specify umask in execute bit test to get consistent results | R. David Murray | 2009-07-09 | 1 | -0/+2 |
|
|
* | Make test work with -O. | R. David Murray | 2009-07-09 | 1 | -2/+8 |
|
|
* | Conditionalize test cleanup code to eliminate traceback, which will | R. David Murray | 2009-07-09 | 1 | -1/+1 |
|
|
* | Issue #1523: Remove deprecated overflow masking in struct module, and | Mark Dickinson | 2009-07-07 | 1 | -19/+1 |
|
|
* | Expand test coverage for struct.pack with native integer packing; | Mark Dickinson | 2009-07-07 | 1 | -170/+107 |
|
|
* | Add skipping to struct test that only applies when overflow masking is in effect | Mark Dickinson | 2009-07-07 | 1 | -0/+2 |
|
|
* | Issue 6070: when creating a compiled file, after copying the mode bits, on | R. David Murray | 2009-07-07 | 1 | -0/+19 |
|
|
* | Issues #1530559, #1741130: Fix various inconsistencies in struct.pack | Mark Dickinson | 2009-07-05 | 1 | -25/+26 |
|
|
* | Backport test cases added in r73852. | Alexandre Vassalotti | 2009-07-05 | 1 | -0/+13 |
|
|
* | Fix bad variable name in r73846. | Alexandre Vassalotti | 2009-07-05 | 1 | -2/+2 |
|
|
* | Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and | Alexandre Vassalotti | 2009-07-05 | 1 | -0/+12 |
|
|
* | if zlib -> skipUnless(zlib) and minor cleanups | Ezio Melotti | 2009-07-04 | 1 | -37/+49 |
|
|
* | Use select.poll() in subprocess, when available, rather than select() so that | Gregory P. Smith | 2009-07-04 | 1 | -1/+17 |
|
|
* | condense with assertRaises | Benjamin Peterson | 2009-07-02 | 1 | -13/+2 |
|
|
* | test that compile() accepts the future flag | Benjamin Peterson | 2009-07-02 | 1 | -0/+3 |
|
|
* | when print() gets unicode arguments, sep and end should be unicode by default... | Benjamin Peterson | 2009-07-02 | 1 | -6/+29 |
|
|
* | only order comparisons are removed in py3k #6119 | Benjamin Peterson | 2009-07-02 | 1 | -1/+10 |
|
|
* | remove this test; a module level warning is enough | Benjamin Peterson | 2009-07-02 | 1 | -11/+0 |
|
|
* | fix a few cases where automated fail -> assert translation messed up | Benjamin Peterson | 2009-07-01 | 1 | -23/+23 |
|
|
* | use assert* methods in test_unittest | Benjamin Peterson | 2009-06-30 | 1 | -53/+53 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 191 | -3469/+3469 |
|
|
* | Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes i... | Jesse Noller | 2009-06-30 | 1 | -1/+69 |
|
|
* | Backport fix for buglet from py3k | Antoine Pitrou | 2009-06-29 | 1 | -1/+2 |
|
|
* | http://bugs.python.org/issue6267 | Kristján Valur Jónsson | 2009-06-28 | 1 | -14/+128 |
|
|
* | return locals and cells in get_locals() not bound globals, though | Benjamin Peterson | 2009-06-28 | 1 | -1/+1 |
|
|
* | #2016 Fix a crash in function call when the **kwargs dictionary is mutated | Amaury Forgeot d'Arc | 2009-06-25 | 1 | -0/+18 |
|
|
* | Remove the ipaddr module per discussion on python-dev | Amaury Forgeot d'Arc | 2009-06-23 | 1 | -554/+0 |
|
|
* | Issue 6329: Fix iteration for memoryviews. | Raymond Hettinger | 2009-06-23 | 1 | -0/+6 |
|
|
* | Fix issue 5230 by having pydoc's safeimport check to see if the import | R. David Murray | 2009-06-23 | 1 | -0/+42 |
|
|
* | Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to | Guilherme Polo | 2009-06-21 | 1 | -31/+0 |
|
|
* | use closures | Benjamin Peterson | 2009-06-19 | 1 | -3/+3 |
|
|
* | show that this one isn't used | Benjamin Peterson | 2009-06-19 | 1 | -1/+1 |
|
|
* | add missing assertion #6313 | Benjamin Peterson | 2009-06-19 | 1 | -0/+1 |
|
|
* | remove duplicate test | Benjamin Peterson | 2009-06-19 | 1 | -9/+0 |
|
|
* | #6276: Remove usage of nested() in favor of new with statement with multiple ... | Georg Brandl | 2009-06-18 | 1 | -3/+3 |
|
|
* | Issue #6215: Fixed to use self.open() instead of open() or io.open(). | Hirokazu Yamamoto | 2009-06-17 | 1 | -18/+18 |
|
|
* | Acknowledge the role of the MPFR library in creating cmath_testcases.txt | Mark Dickinson | 2009-06-16 | 1 | -0/+10 |
|
|
* | don't mask encoding errors when decoding a string #6289 | Benjamin Peterson | 2009-06-16 | 1 | -0/+12 |
|
|
* | #6227: Because of a wrong indentation, the test was not testing what it should. | Amaury Forgeot d'Arc | 2009-06-14 | 2 | -1/+3 |
|
|
* | when no module is given in a 'from' relative import, make ImportFrom.module NULL | Benjamin Peterson | 2009-06-13 | 1 | -0/+4 |
|
|
* | give a better error message when deleting () | Benjamin Peterson | 2009-06-13 | 1 | -0/+6 |
|
|
* | allow importing from a module named None if it has an 'as' clause | Benjamin Peterson | 2009-06-13 | 1 | -0/+2 |
|
|
* | prevent import statements from assigning to None | Benjamin Peterson | 2009-06-13 | 1 | -0/+6 |
|
|
* | keep the slice.step field as NULL if no step expression is given | Benjamin Peterson | 2009-06-13 | 1 | -0/+6 |
|
|
* | Revert r73401 per Raymond Hettinger's request. | Alexandre Vassalotti | 2009-06-12 | 1 | -2/+2 |
|
|
* | Make pickling of OrderedDict instances more efficient. | Alexandre Vassalotti | 2009-06-12 | 1 | -2/+2 |
|
|