- 19 Nis, 2006 5 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
Thomas Wouters yazdı
was having funny effects when called on >2Gb strings ;P
-
Thomas Wouters yazdı
zfill stringmethods, so they can create strings larger than 2Gb on 64bit systems (even win64.) The unicode versions of these methods already did this right.
-
Andrew M. Kuchling yazdı
Write datetime.strptime() item; show use of @contextmanager in defining __context__ methods; minor edits; add two names
-
Armin Rigo yazdı
abstract namespace that is now fully supported.
-
- 18 Nis, 2006 35 kayıt (commit)
-
-
Brett Cannon yazdı
Handy to have as a separate rule from clean when mucking around with bytecode generation.
-
Thomas Wouters yazdı
subdirs) like it already exists for the other Lib subdirs.
-
Thomas Heller yazdı
-
Skip Montanaro yazdı
the StgDictObject's ffi_type member had the same name as its type. I changed that to ffi_type_pointer. Feel free to change it to something else more meaningful, just not ffi_type.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Thomas Heller yazdı
are now macros to exported functions again. Fixes [ 1465834 ] bdist_wininst preinstall script support is broken in 2.5a1.
-
Tim Peters yazdı
-
Phillip J. Eby yazdı
-
George Yoshida yazdı
-
Phillip J. Eby yazdı
``get_build_platform()`` to work around a Mac versioning problem that caused the behavior of ``compatible_platforms()`` to be platform specific.
-
Thomas Heller yazdı
This makes 'import ctypes; reload(ctypes)' no longer leak reference counts.
-
Jeremy Hylton yazdı
-
Andrew M. Kuchling yazdı
-
Armin Rigo yazdı
Python code can mangle with mp->ma_smalltable while it is being walked over.
-
Michael W. Hudson yazdı
-
Andrew M. Kuchling yazdı
-
Skip Montanaro yazdı
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
and unlist_types_without_objects is set. Give dump_counts a FILE* argument.
-
Neal Norwitz yazdı
-
Phillip J. Eby yazdı
-
Phillip J. Eby yazdı
zipfile.
-
Phillip J. Eby yazdı
-
Tim Peters yazdı
bottom of the file. Restored that, and added a comment explaining why this is necessary. Hint: on my box, and yours, it's not :-( Also added an __all__ list.
-
Tim Peters yazdı
-
Phillip J. Eby yazdı
and provide a substitute if the import fails, because pyclbr sees the class definition. Changed to ignore such cases' base classes and methods, since they will not match.
-
Skip Montanaro yazdı
-
Phillip J. Eby yazdı
to share common PEP 302 support code, as described here: http://mail.python.org/pipermail/python-dev/2006-April/063724.html pydoc now supports PEP 302 importers, by way of utility functions in pkgutil, such as 'walk_packages()'. It will properly document modules that are in zip files, and is backward compatible to Python 2.3 (setuptools installs for Python <2.5 will bundle it so pydoc doesn't break when used with eggs.) What has not changed is that pydoc command line options do not support zip paths or other importer paths, and the webserver index does not support sys.meta_path. Those are probably okay as limitations. Tasks remaining: write docs and Misc/NEWS for pkgutil/pydoc changes, and update setuptools to use pkgutil wherever possible, then add it to the stdlib.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-