- 07 Jul, 2009 3 commits
-
-
Amaury Forgeot d'Arc authored
-
Alexandre Vassalotti authored
Without this change, test_unicode.UnicodeTest.test_codecs_utf7 crashes in debug mode. What happens is the unicode string u'\U000abcde' with a length of 1 encodes to the string '+2m/c3g-' of length 8. Since only 5 bytes is reserved in the buffer, a buffer overrun occurs.
-
R. David Murray authored
posix zap the execute bit in case it was set on the .py file, since the compiled files are not directly executable on posix. Patch by Marco N.
-
- 06 Jul, 2009 1 commit
-
-
Tarek Ziadé authored
Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option)
-
- 05 Jul, 2009 5 commits
-
-
Kristján Valur Jónsson authored
close_request() (which can send a socket.shutdown()) must be called by the child process in a forking server. The parent must merely close the socket handle.
-
Mark Dickinson authored
integer packing, and reenable some previously broken tests.
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
operator.sequenceIncludes. Patch contributed by Jeff Balogh (and updated slightly by me).
-
- 04 Jul, 2009 7 commits
-
-
Ezio Melotti authored
-
Gregory P. Smith authored
names.
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
it does not fail when file descriptors are large. Fixes issue3392. Patch largely contributed by Frank Chu (fpmc) with some improvements by me. See http://bugs.python.org/issue3392. Candidate for backporting to release26-maint as it is a bug fix and changes no public API.
-
Ezio Melotti authored
-
- 03 Jul, 2009 9 commits
-
-
Kristján Valur Jónsson authored
Incorrect exception handling for xmlrpc client retry
-
Kristján Valur Jónsson authored
Incorrect exception handling for xmlrp client retry
-
Kristján Valur Jónsson authored
some platforms may raise ENOTCONN if the stack has disconnected the socket on behalf of the peer.
-
Gregory P. Smith authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Benjamin Peterson authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
- 02 Jul, 2009 10 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
R. David Murray authored
stat module.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Jesus Cea authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
- 01 Jul, 2009 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
R. David Murray authored
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r73379 | benjamin.peterson | 2009-06-11 18:06:21 -0500 (Thu, 11 Jun 2009) | 1 line use a real conditional expresion ........ r73388 | benjamin.peterson | 2009-06-12 09:44:29 -0500 (Fri, 12 Jun 2009) | 1 line fix typo in last fix ........ r73507 | benjamin.peterson | 2009-06-22 13:32:04 -0500 (Mon, 22 Jun 2009) | 1 line remove svn:executable property ........ r73722 | benjamin.peterson | 2009-06-30 19:44:30 -0500 (Tue, 30 Jun 2009) | 1 line replace fail* with assert* ........
-
Benjamin Peterson authored
Thanks Joe Amenta
-