- 25 Apr, 2007 7 commits
-
-
Collin Winter authored
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
-
Neal Norwitz authored
You might want to review this change as it's my first time. Be gentle. :-)
-
Georg Brandl authored
-
Georg Brandl authored
-
Kristján Valur Jónsson authored
Remove obsolete comment. Importing of .dll files has been discontinued, only .pyd files supported on windows now.
-
Kristján Valur Jónsson authored
Make pythoncore compile cleanly with VisualStudio 2005. Used an explicit typecast to get a 64 bit integer, and undefined the Yield macro that conflicts with winbase.h
-
Kristján Valur Jónsson authored
Merge change 54909 from release25-maint: Fix several minor issues discovered using code analysis in VisualStudio 2005 Team Edition
-
- 24 Apr, 2007 8 commits
-
-
Raymond Hettinger authored
-
Georg Brandl authored
(as opposed to the command line) will now write file names ending in ".cpp" too.
-
Georg Brandl authored
-
Facundo Batista authored
are ok now).
-
Georg Brandl authored
-
Neal Norwitz authored
-
Collin Winter authored
-
Collin Winter authored
-
- 23 Apr, 2007 1 commit
-
-
Facundo Batista authored
request was successfully received, understood, and accepted. Now in these cases no error is raised. Also fixed tests.
-
- 22 Apr, 2007 1 commit
-
-
Facundo Batista authored
all the object methods. This is the final step to close the #451607 bug.
-
- 21 Apr, 2007 1 commit
-
-
Georg Brandl authored
not cleared before __del__ is run.
-
- 20 Apr, 2007 1 commit
-
-
Neal Norwitz authored
Detect a conflict in the only file that should have outstanding changes when this script is run. This doesn't matter on the trunk, but does when run on a branch. Trunk always has the date set to today in boilerplate.tex. Each time a release is cut with a different date, a conflict occurs. (We could copy a known good version, but then we would lose changes to this file.)
-
- 19 Apr, 2007 4 commits
-
-
Armin Rigo authored
-
Armin Rigo authored
http://mail.python.org/pipermail/python-dev/2007-March/071796.html . I've kept a couple of still-valid extra tests in test_descr, but didn't bother to sort through the new comments and refactorings added in r53997 to see if some of them could be kept. If so, they could go in a follow-up check-in.
-
Neal Norwitz authored
-
Brett Cannon authored
-
- 17 Apr, 2007 1 commit
-
-
Martin v. Löwis authored
-
- 16 Apr, 2007 2 commits
-
-
Collin Winter authored
-
Neal Norwitz authored
-
- 14 Apr, 2007 1 commit
-
-
Neal Norwitz authored
setting a plain string, ie don't expand to single letter identifiers.
-
- 13 Apr, 2007 4 commits
-
-
Trent Mick authored
is built before '_ctypes' is attempted. Will backport to 2.5 once it is unfrozen for 2.5.1.
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed chars in frameobject.c which can occur with opcodes > 127
-
Barry Warsaw authored
Add code to read from master_fd in the parent, breaking when we get an OSError (EIO can occur on Linux) or there's no more data to read. Without this, test_pty.py can hang on the waitpid() because the child is blocking on the stdout write. This will definitely happen on Mac OS X and could potentially happen on other platforms. See the comment for details.
-
- 12 Apr, 2007 4 commits
-
-
Walter Dörwald authored
first chunk fed to the decoder started with a BOM, but was longer than 3 bytes.
-
Žiga Seilnacht authored
again.
-
Georg Brandl authored
-
Raymond Hettinger authored
-
- 11 Apr, 2007 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Georg Brandl authored
Found by Victor Stinner. Will backport when 2.5 branch is unfrozen.
-
Andrew M. Kuchling authored
-