- 04 Apr, 2006 5 commits
-
-
Martin v. Löwis authored
Apparently, the code in #1416559 was not generated through invoking autoconf.
-
Neal Norwitz authored
Jeremy, please fix this correctly after the alpha.
-
Neal Norwitz authored
bug. I don't understand this at all, but Darwin/[78].* gets converted to Darwin/78.* which is not correct. Maybe I'm just clueless or overworked. I can't see why in the original checkin this should have changed. This hack gets the Mac build working again. If someone figures out the real problem, please revert this and fix for real. Anthony is telling me that AC_PROG_CXX_WORKS which we use is broken. I have no idea if that's related. This change breaks up the case and fixes a typo.
-
Jeremy Hylton authored
tracing/line number table in except blocks. Reflow long lines introduced by col_offset changes. Update test_ast to handle new fields in excepthandler. As note in Python.asdl says, we might want to rethink how attributes are handled. Perhaps they should be the same as other fields, with the primary difference being how they are defined for all types within a sum. Also fix asdl_c so that constructors with int fields don't fail when passed a zero value.
-
David Goodger authored
added another example of Unicode CSV parsing; reworked the example text a bit; corrected notice in the intro and added a link to the examples
-
- 03 Apr, 2006 35 commits
-
-
Martin v. Löwis authored
correct arguments to ShellExecuteW.
-
Phillip J. Eby authored
--This line, and those below, will be ignored-- M contextlib.py
-
Thomas Heller authored
attribute is not supported in this version.
-
Thomas Heller authored
-
Phillip J. Eby authored
-
Tim Peters authored
-
Martin v. Löwis authored
-
Matthias Klose authored
-
Skip Montanaro authored
-
Matthias Klose authored
-
Matthias Klose authored
with the implementation from http://sourceforge.net/projects/libmd5-rfc/.
-
Thomas Heller authored
structure parameters differently than other posix-like systems.
-
Walter Dörwald authored
setfirstweekday() still needs to do a range check.
-
Walter Dörwald authored
on setting.
-
Walter Dörwald authored
-
Anthony Baxter authored
-
Anthony Baxter authored
expanded tabs fixed a couple of typos removed .cvsignore reference
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Anthony Baxter authored
lookup to use the IP address returned by gethosbyname.
-
Anthony Baxter authored
flag to -1 (unknown) since it can't tell from the date whether it should be set. patch from Aldo Cortesi
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Martin v. Löwis authored
Use same GUID for pythoncore in project and solution.
-
Neal Norwitz authored
converted to CR CR NL. There may be a way to fix this with tcsetattr, but I couldn't find it. There was a similar problem on IRIX. Just normalize the output and compare that. Will backport.
-
Neal Norwitz authored
like cause the interpreter to exit abruptly. If there's a way to fix this, it would be good to really fix it. It could just be the operation of the std C library and we just aren't supposed to do that. When the test case is skipped, we print a message so the user can check for themselves.
-
Neal Norwitz authored
Remove some duplicated code for handling Mac modules. No functional change (intended). Also stoped setting srcdir twice.
-
Neal Norwitz authored
* Cleanup formatting a bit (add spaces). * Move static var initialized inside init_types() since that's the only place it's used.
-
Neal Norwitz authored
-
Neal Norwitz authored
-