- 21 Apr, 2006 1 commit
-
-
Skip Montanaro authored
Barry approved it awhile ago. Been sitting in my sandbox for awhile as well.
-
- 20 Apr, 2006 9 commits
-
-
Jack Jansen authored
- tp_new (which was apparently always overridden:-) called base class tp_init in stead of tp_new.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Add some items; add "New module" consistently; make contextlib.closing example more interesting and more correct (thanks Gustavo!); add a name
-
Neal Norwitz authored
I tested this with valgrind on amd64. The man pages I found for diff architectures are inconsistent on this. I'm not entirely sure this change is correct for all architectures either. Perhaps we should just over-allocate and not worry about it?
-
Neal Norwitz authored
-
Martin v. Löwis authored
-
Skip Montanaro authored
case. I've yet to figure out how to provoke a None return I can test.
-
- 19 Apr, 2006 7 commits
-
-
Marc-André Lemburg authored
-
Thomas Wouters authored
-
Marc-André Lemburg authored
-
Thomas Wouters authored
was having funny effects when called on >2Gb strings ;P
-
Thomas Wouters authored
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 authored
Write datetime.strptime() item; show use of @contextmanager in defining __context__ methods; minor edits; add two names
-
Armin Rigo authored
abstract namespace that is now fully supported.
-
- 18 Apr, 2006 23 commits
-
-
Brett Cannon authored
Handy to have as a separate rule from clean when mucking around with bytecode generation.
-
Thomas Wouters authored
subdirs) like it already exists for the other Lib subdirs.
-
Thomas Heller authored
-
Skip Montanaro authored
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 authored
-
Skip Montanaro authored
-
Thomas Heller authored
are now macros to exported functions again. Fixes [ 1465834 ] bdist_wininst preinstall script support is broken in 2.5a1.
-
Tim Peters authored
-
Phillip J. Eby authored
-
George Yoshida authored
-
Phillip J. Eby authored
``get_build_platform()`` to work around a Mac versioning problem that caused the behavior of ``compatible_platforms()`` to be platform specific.
-
Thomas Heller authored
This makes 'import ctypes; reload(ctypes)' no longer leak reference counts.
-
Jeremy Hylton authored
-
Andrew M. Kuchling authored
-
Armin Rigo authored
Python code can mangle with mp->ma_smalltable while it is being walked over.
-
Michael W. Hudson authored
-
Andrew M. Kuchling authored
-
Skip Montanaro authored
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
and unlist_types_without_objects is set. Give dump_counts a FILE* argument.
-
Neal Norwitz authored
-
Phillip J. Eby authored
-
Phillip J. Eby authored
zipfile.
-