- 04 Nis, 2006 13 kayıt (commit)
-
-
Anthony Baxter yazdı
-
Martin v. Löwis yazdı
-
Anthony Baxter yazdı
(see buildbot)
-
Jeremy Hylton yazdı
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Anthony Baxter yazdı
-
Martin v. Löwis yazdı
Apparently, the code in #1416559 was not generated through invoking autoconf.
-
Neal Norwitz yazdı
Jeremy, please fix this correctly after the alpha.
-
Neal Norwitz yazdı
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 yazdı
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 yazdı
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 Nis, 2006 27 kayıt (commit)
-
-
Martin v. Löwis yazdı
correct arguments to ShellExecuteW.
-
Phillip J. Eby yazdı
--This line, and those below, will be ignored-- M contextlib.py
-
Thomas Heller yazdı
attribute is not supported in this version.
-
Thomas Heller yazdı
-
Phillip J. Eby yazdı
-
Tim Peters yazdı
-
Martin v. Löwis yazdı
-
Matthias Klose yazdı
-
Skip Montanaro yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
with the implementation from http://sourceforge.net/projects/libmd5-rfc/.
-
Thomas Heller yazdı
structure parameters differently than other posix-like systems.
-
Walter Dörwald yazdı
setfirstweekday() still needs to do a range check.
-
Walter Dörwald yazdı
on setting.
-
Walter Dörwald yazdı
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
expanded tabs fixed a couple of typos removed .cvsignore reference
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Anthony Baxter yazdı
lookup to use the IP address returned by gethosbyname.
-
Anthony Baxter yazdı
flag to -1 (unknown) since it can't tell from the date whether it should be set. patch from Aldo Cortesi
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-