- 13 Kas, 2005 7 kayıt (commit)
-
-
Neal Norwitz yazdı
a bunch of names
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Perhaps Py_NO_INLINE should be moved to pyport.h or some other header?
-
Neal Norwitz yazdı
(Call symtable_exit_block or compiler_exit_scope as appropriate) Use PyMem_Free on c_future since it was allocated with PyMem_Malloc
-
Neal Norwitz yazdı
-
Skip Montanaro yazdı
-
Neal Norwitz yazdı
-
- 12 Kas, 2005 5 kayıt (commit)
-
-
Fredrik Lundh yazdı
The removedirs function removes empty directories, it doesn't empty them.
-
Fredrik Lundh yazdı
removed outdated copyright notices (etc)
-
Fredrik Lundh yazdı
r878@spiff: Fredrik | 2005-11-12 14:37:22 +0100 minor docstring and comment tweaks (wikipedia might not be the ultimate reference, but it's a lot better than "XXX" ;-)
-
Fredrik Lundh yazdı
#1346547 added basic error checking to the STARTUPINFO code in CreateProcess.
-
Fredrik Lundh yazdı
fixed resource leak in _subprocess.CreateProcess when using explicit environments
-
- 11 Kas, 2005 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Walter Dörwald yazdı
output stream, instead of writing it to a StringIO first and writing the result of this to the output stream. This should speed up the initial output.
-
- 09 Kas, 2005 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Walter Dörwald yazdı
-
Vinay Sajip yazdı
Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for reporting it/supplying a patch)
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
It was possible dlerror() returns a NULL pointer, use a default error message in this case.
-
- 07 Kas, 2005 5 kayıt (commit)
-
-
Brett Cannon yazdı
-
Marc-André Lemburg yazdı
as Linux distro.
-
Armin Rigo yazdı
'[].__add__', to match what the other internal descriptor types provide: '__objclass__' attribute, '__self__' member, and reasonable repr and comparison. Added a test.
-
Armin Rigo yazdı
.py files.
-
Armin Rigo yazdı
accepts strings only for unpickling reasons. This check prevents the honest mistake of passing a string like '2:59.0' to time() and getting an insane object.
-
- 05 Kas, 2005 2 kayıt (commit)
-
-
Ka-Ping Yee yazdı
sys.modules all submodules of a the given module/package path when trying to reload a module.
-
Ka-Ping Yee yazdı
-
- 03 Kas, 2005 3 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Need to check return result of PyInt_AsLong() Will backport.
-
Neal Norwitz yazdı
-
- 02 Kas, 2005 8 kayıt (commit)
-
-
Brett Cannon yazdı
format string. Before exceptions generated by the internal code propagated up to the user and were not helpful. Closes bug #1340337.
-
Brett Cannon yazdı
Closes bug #1346395.
-
Andrew M. Kuchling yazdı
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
-
Neal Norwitz yazdı
Fix a typo that caused step to be ignored. Will backport.
-
Neal Norwitz yazdı
Close the fd in the close method and invalidated it. Don't try to close a second time when deallocating.
-
Neal Norwitz yazdı
-
- 31 Eki, 2005 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 30 Eki, 2005 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
properties now.
-