- 03 Haz, 2009 1 kayıt (commit)
-
-
Josiah Carlson yazdı
This should also fix disconnect behavior cross-platform.
-
- 12 Nis, 2009 1 kayıt (commit)
-
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70873 | josiah.carlson | 2009-03-31 15:32:34 -0400 (Tue, 31 Mar 2009) | 2 lines This resolves issue 1161031. Tests pass. ........ r70904 | josiah.carlson | 2009-03-31 17:49:36 -0400 (Tue, 31 Mar 2009) | 3 lines Made handle_expt_event() be called last, so that we don't accidentally read after closing the socket. ........ r70934 | josiah.carlson | 2009-03-31 21:28:11 -0400 (Tue, 31 Mar 2009) | 2 lines Fix for failing asyncore tests. ........ r71490 | r.david.murray | 2009-04-11 13:52:56 -0400 (Sat, 11 Apr 2009) | 4 lines Make test_asyncore tests match code changes introduced by the fix to Issue1161031, refactoring the test to simplify it in the process. ........
-
- 19 Kas, 2008 1 kayıt (commit)
-
-
Josiah Carlson yazdı
-
- 20 Tem, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r65152 | georg.brandl | 2008-07-20 09:29:58 +0200 (Sun, 20 Jul 2008) | 2 lines Remove exception indexing in asyncore. ........
-
- 11 Tem, 2008 1 kayıt (commit)
-
-
Josiah Carlson yazdı
-
- 07 Tem, 2008 2 kayıt (commit)
-
-
Josiah Carlson yazdı
to the py3k branch.
-
Josiah Carlson yazdı
for smtpd, which required updating with the new semantics.
-
- 06 Ock, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 22 Eki, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 30 Agu, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 18 Tem, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Şub, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
-
- 10 Ock, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
-
- 18 Agu, 2006 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Not all code has been fixed yet; this is just a checkpoint... The C API still has PyDict_HasKey() and _HasKeyString(); not sure if I want to change those just yet.
-
- 01 Eyl, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 01 Eyl, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[Bug #1011606] Only check file descriptors for exceptional conditions if the fd is readable or writable
-
- 13 Agu, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 18 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 15 Tem, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 10 Tem, 2004 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 07 Tem, 2004 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
Rearrange code for writable() case to make the parallel logic clearer
-
- 30 Haz, 2004 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
on the marshalling characteristics of infinities.
-
- 14 Haz, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 03 Haz, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 21 Mar, 2004 6 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
[Part of patch #909005] Repeating exception changed from 'raise socket.error, why' to just raise. Make use of connect_ex() raise socket.error with 2-tuple instead of just error code
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 08 Şub, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by Alexey Klimkin.) Don't keep the file descriptor after the channel is deleted.
-
- 22 Eki, 2003 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[Part of patch #648322] Delete the poll2() function, which uses a 'poll' extension module that was once part of Medusa. Contributed by Kjetil Jacobsen
-
Andrew M. Kuchling yazdı
of the dispatcher object break. e.g. if you close() the object, it tries to remove itself from the default map, not from the map the dispatcher was created with. The patch, from Stephane Ninin, records the map as an attribute of the dispatcher instance. 2.3 bugfix candidate.
-
- 20 Eki, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
(From SF patch #810751)
-
- 14 Şub, 2003 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 26 Ara, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 05 Kas, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
blocked in select(), this will raise select.error with errno set to EINTR. The except clauses correctly ignores this error, but the rest of the logic will then call read() for all objects in select's *input* list of read file descriptors. Then when an object's read_handler() is naive, it will call recv() on its socket, which will raise an IOError, and then asyncore decides to close the socket. To fix this, we simply return in this case. Backport candidate.
-
- 26 Eyl, 2002 1 kayıt (commit)
-
-
Thomas Heller yazdı
-