- 05 Mar, 2011 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 10 Ara, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
pure-Python distributions. Patch by Supreet Sethi, slightly modified by adding the change to sysconfig.py.
-
- 20 Kas, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 19 Kas, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Jython compatibility fix: if uu.decode() opened its output file, be sure to close it. (Need to forward-port this.)
-
- 03 Şub, 2005 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Eyl, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 21 Şub, 2004 1 kayıt (commit)
-
-
Samuele Pedroni yazdı
-
- 26 Ara, 2003 1 kayıt (commit)
-
-
Andrew MacIntyre yazdı
The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along with most other concrete object checks, but the docs weren't brought into line. PyList_CheckExact() was added at 2.2 but never documented.
-
- 07 Kas, 2003 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
Fix the problem addressed by patch [ 819012 ] Fix for former/latter confusion in Extending documentation although not by using supplied patch. Though this backport actually includes the fix that caused the problem in the first place!
-
- 31 Eki, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 30 Eki, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 25 Eyl, 2003 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[Bug #811681] The asynchat documentation would also apply to the 2.2 version of the module, but the docs aren't included. This adds a copy of libasynchat.tex.
-
- 22 Eyl, 2003 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 17 Eyl, 2003 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 06 Eyl, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
Fixes SF bug #520325.
-
- 03 Eyl, 2003 3 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
Backport candidate.
-
Barry Warsaw yazdı
quotes. Fixes SF bug #794466, with the essential patch provided by Stuart D. Gathman. Specifically, _parseparam(), _get_params_preserve(): Use the parsing function that takes quotes into account, as given (essentially) in the bug report's test program. Backport candidate.
-
- 27 Agu, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 19 Agu, 2003 3 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 05 Agu, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 29 Tem, 2003 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
- remove old text about a Mac OS chapter in the libref; that's been gone for a *long* time!
-
- 28 Tem, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 24 Tem, 2003 3 kayıt (commit)
-
-
Fred Drake yazdı
file.
-
Fred Drake yazdı
Closes SF bug #776181.
-
Fred Drake yazdı
- remove extraneous blank lines - add missing \end{methoddesc} (prevented formatting)
-
- 23 Tem, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
CallTip error when docstring contains only \n and/or \t
-
- 18 Tem, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 15 Tem, 2003 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[Patch #708374] Only apply the check for file size if the file is a regular file, not a character or block device.
-
- 14 Tem, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 13 Tem, 2003 3 kayıt (commit)
-
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
Check the argument of classmethod is callable. (prevents classmethod(classmethod(func)) from bombing out.
-
Martin v. Löwis yazdı
-
- 12 Tem, 2003 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 11 Tem, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
The Unpickler forget about its find_class attribute. Also make sure we visit and clear self->safe_constructors in the GC support.
-