- 29 May, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 18 Eyl, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 12 Nis, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
'warnings' code in places where it was previously not possible (e.g., the parser). It could also potentially lead to a speed-up in interpreter start-up if the C version of the code (_warnings) is imported over the use of the Python version in key places. Closes issue #1631171.
-
- 08 Nis, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
It was only used as a helper in types.py to access types (GetSetDescriptorType and MemberDescriptorType), when they can easily be obtained with python code. These expressions even work with Jython. I don't know what the future of the types module is; (cf. discussion in http://bugs.python.org/issue1605 ) at least this change makes it simpler.
-
- 23 Ock, 2008 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Tem, 2006 1 kayıt (commit)
-
-
Barry Warsaw yazdı
inspect.py, and pydoc.py. Specifically, this allows for querying the type of an object against these built-in C types and more importantly, for getting their docstrings printed in the interactive interpreter's help() function. This patch includes a new built-in module called _types which provides definitions of getset and member descriptors for use by the types.py module. These types are exposed as types.GetSetDescriptorType and types.MemberDescriptorType. Query functions are provided as inspect.isgetsetdescriptor() and inspect.ismemberdescriptor(). The implementations of these are robust enough to work with Python implementations other than CPython, which may not have these fundamental types. The patch also includes documentation and test suite updates. I commit these changes now under these guiding principles: 1. Silence is assent. The release manager has not said "no", and of the few people that cared enough to respond to the thread, the worst vote was "0". 2. It's easier to ask for forgiveness than permission. 3. It's so dang easy to revert stuff in svn, that you could view this as a forcing function. :) Windows build patches will follow.
-
- 13 Nis, 2006 1 kayıt (commit)
-
-
Anthony Baxter yazdı
-
- 27 Şub, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Cleanup Python-ast.c generation.
-
- 07 Tem, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
+ I'm not sure what to do about configure.in. Left it alone. + Ditto pyexpat.c. Fred or Martin will know what to do.
-
- 30 Agu, 2001 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
- 02 Agu, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 23 Ock, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
Fixes bug #121706.
-
- 30 Kas, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 23 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
empty argumentlists.
-
- 12 Tem, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
sys.builtin_module_names. (Noticed by Toby Dickenson.)
-
- 30 Haz, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 29 Nis, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 25 Eki, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 May, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Agu, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Tem, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Mar, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Mar, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Şub, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 Şub, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Ock, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Ock, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment.
-
- 02 Ock, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Note addition of gethostbyaddr() and improved repr() for sockets, renaming of md5.md5() to md5.new(), and fixing of leaks in threads.
-
- 05 Eki, 1994 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 29 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
audioop.c: fix for MPW config.c.in: save original argc/argv for Lance rotormodule.c: new coding conventions timemodule.c: add casts for Lance
-
- 23 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 01 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 Ara, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
Does not need any SGI-specific libraries. cgen.py, cstubs, Makefile: Generate glmodule.c differently so that it can be compiled using an ANSI compiler.
-
- 10 Kas, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
parser. * mappingobject.c (lookmapping): 'freeslot' was never used due to a bug in the code.
-
- 03 Kas, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
careful about these. * arraymodule.c: added 8 byte swap; added 'i' format character; added reverse() method; rename read/write to fromfile/tofile. * config.c: Set version to 0.9.9++. * rotormodule.c (r_rand): declare k1..k5 as unsigned longs so the shifts will have a well-defined effect independent of word size. * bltinmodule.c: renamed bagof() to filter().
-
- 18 Eki, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
no longer done by config.c). * stdwinmodule.c (initstdwin), config.c (initall): get command line arguments from sys.argv instead of special-casing stdwin in config.c * import.c (get_module): fix core dump when foomodule.o does not define initfoo(). * ChangeLog: documented changes by Sjoerd.
-
- 11 Eki, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
image objects, and lots of new methods. * Added counting of allocations and deallocations of builtin types if COUNT_ALLOCS is defined. Had to move calls to NEWREF down in some files. * Bug fix in sorting lists.
-