- 01 Agu, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 31 Tem, 2006 16 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
[Bug #1514540] Instead of putting the standard types in a section, put them in a chapter of their own. This means string methods will now show up in the ToC. (Should the types come before or after the functions+exceptions+constants chapter? I've put them after, for now.)
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Is the explanation of the 'stacklevel' parameter clear? Please feel free to edit it. I don't have LaTeX installed on this machine, so haven't verified that the markup is correct. Will check tonight, or maybe the automatic doc build will tell me.
-
Andrew M. Kuchling yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Tim Peters yazdı
warning on Windows. Afraid I can't detect a pattern to when the pack formats decide to use a signed or unsigned format code -- appears nearly arbitrary to my eyes. So I left all the pack formats alone and changed the special-case data values instead.
-
Tim Peters yazdı
warnings on Win32. Also added an XXX about the line: pos3 = self.fp.tell() `pos3` is never referenced, and I have no idea what the code intended to do instead.
-
Andrew McNamara yazdı
-
Tim Peters yazdı
-
- 30 Tem, 2006 23 kayıt (commit)
-
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
and may need to be reverted if it causes problems.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
George Yoshida yazdı
-
George Yoshida yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
Fixes #1439538 Will backport to 2.4 Also regenerate pyconfig.h.in.
-
Martin v. Löwis yazdı
Fixes #1257728.
-
Martin v. Löwis yazdı
no longer maintained separatedly.
-
Martin v. Löwis yazdı
Fixes #1525866.
-
Georg Brandl yazdı
refers to file descriptors, not file objects.
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Pass the char* and size around rather than PyObject's.
-
Neal Norwitz yazdı
This provides the proper warning for struct.pack(). PyErr_Warn() is now deprecated in favor of PyErr_WarnEx(). As mentioned by Tim Peters on python-dev.
-
Neal Norwitz yazdı
Also fix a SystemError when trying to assign to yield expressions.
-
Fred Drake yazdı
- fix an internal section reference
-
Fred Drake yazdı
it is hard to know whether this is right, and it does not add valuable reference information at any rate
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
-