- 29 Ock, 2001 1 kayıt (commit)
-
-
Moshe Zadka yazdı
* Removed func_hash and func_compare, so they can be treated as immutable content-less objects (address hash and comparison) * Added tests to that affect to test_funcattrs (also testing func_code is writable) * Reverse meaning of tests in test_opcodes which checked identical code gets identical functions
-
- 28 Ock, 2001 17 kayıt (commit)
-
-
Jack Jansen yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
case, the order of parameters in the output matches the order of the inputs.
-
Andrew M. Kuchling yazdı
(contributed by Paul Jackson)
-
Fred Drake yazdı
parameter may be omitted or None.
-
Jack Jansen yazdı
the resulting path is empty.
-
Jack Jansen yazdı
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
-
Tim Peters yazdı
Fixed the thread races. Function forget_dir was also utterly Unix-specific.
-
Fred Drake yazdı
Use test_support.verify() where applicable.
-
Fred Drake yazdı
about the internal initialization of instance objects. Make the dict parameter optional, and allow None as equivalent to omission.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Eric S. Raymond yazdı
-
Tim Peters yazdı
They're named as if public, so I did a Bad Thing by changing PyMarshal_ReadObjectFromFile() to suck up the remainder of the file in one gulp: anyone who counted on that leaving the file pointer merely at the end of the next object would be screwed. So restored PyMarshal_ReadObjectFromFile() to its earlier state, renamed the new greedy code to PyMarshal_ReadLastObjectFromFile(), and changed Python internals to call the latter instead.
-
- 27 Ock, 2001 18 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
- Change one last EXE to EXEEXT.
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
- Cygwin doesn't want CCSHARED flag when bulding the interpreter DLL.
-
Fred Drake yazdı
-
Eric S. Raymond yazdı
Fix some unclear language in the description of the addrlist member.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Break cycle involving expat parser in close(). Add lex handler support to SAX2 pyexpat
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Use nodeName, not tagName in attributes. Provide get method for dictionary-like objects. Use DOM exceptions instead of standard exceptions.
-
Martin v. Löwis yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
and an option is more friendly then manually setting a variable.
-
http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470Tim Peters yazdı
SF patch http://sourceforge.net/patch/?func=detailpatch&patch_id=103453&group_id=5470 PyMember_Set of T_CHAR always raises exception. Unfortunately, this is a use of a C API function that Python itself never makes, so there's no .py test I can check in to verify this stays fixed. But the fault in the code is obvious, and Dave Cole's patch just as obviously fixes it.
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
-
- 26 Ock, 2001 4 kayıt (commit)
-
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
arguments instead to handle overrides provided on the make command line.
-
Andrew M. Kuchling yazdı
Fixed typo in message
-
Andrew M. Kuchling yazdı
run setup.py with the --install-platlib flag so you can override 'prefix' when running make (e.g. make prefix=/tmp/python/usr/local install) Instead of using mkdir to create directories, use install -d (mkdir -p apparently isn't portable) Emacs make-mode reported line 371 as suspicious; removed the whitespace from that line.
-