- 16 Nov, 2005 2 commits
-
-
Neal Norwitz authored
Call error_ret() in decode_str(). It was called in some other places, but seemed inconsistent. It is safe to call PyTokenizer_Free() after calling error_ret().
-
Neal Norwitz authored
-
- 15 Nov, 2005 6 commits
-
-
Kurt B. Kaiser authored
IDLEfork Patch 681992, Noam Raphael
-
Neal Norwitz authored
-
Neal Norwitz authored
This needs a lot of work.
-
Neal Norwitz authored
in error conditions.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 14 Nov, 2005 3 commits
-
-
Neal Norwitz authored
Remove an abort() and let a SystemError be raised.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 13 Nov, 2005 8 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
a bunch of names
-
Neal Norwitz authored
-
Neal Norwitz authored
Perhaps Py_NO_INLINE should be moved to pyport.h or some other header?
-
Neal Norwitz authored
(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 authored
-
Skip Montanaro authored
-
Neal Norwitz authored
-
- 12 Nov, 2005 5 commits
-
-
Fredrik Lundh authored
The removedirs function removes empty directories, it doesn't empty them.
-
Fredrik Lundh authored
removed outdated copyright notices (etc)
-
Fredrik Lundh authored
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 authored
#1346547 added basic error checking to the STARTUPINFO code in CreateProcess.
-
Fredrik Lundh authored
fixed resource leak in _subprocess.CreateProcess when using explicit environments
-
- 11 Nov, 2005 2 commits
-
-
Fred Drake authored
-
Walter Dörwald authored
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 Nov, 2005 5 commits
-
-
Georg Brandl authored
-
Walter Dörwald authored
-
Vinay Sajip authored
Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for reporting it/supplying a patch)
-
Neal Norwitz authored
-
Neal Norwitz authored
It was possible dlerror() returns a NULL pointer, use a default error message in this case.
-
- 07 Nov, 2005 5 commits
-
-
Brett Cannon authored
-
Marc-André Lemburg authored
as Linux distro.
-
Armin Rigo authored
'[].__add__', to match what the other internal descriptor types provide: '__objclass__' attribute, '__self__' member, and reasonable repr and comparison. Added a test.
-
Armin Rigo authored
.py files.
-
Armin Rigo authored
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 Nov, 2005 2 commits
-
-
Ka-Ping Yee authored
sys.modules all submodules of a the given module/package path when trying to reload a module.
-
Ka-Ping Yee authored
-
- 03 Nov, 2005 2 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
Need to check return result of PyInt_AsLong() Will backport.
-