Earlier this year
-
issue 16
(WaitForSignal with very short timeouts fails removing itself...) reported by maxim.krikun
-
-
-
-
issue 15
(missing wsgi.input in ENVIRON in pylons embed in cogen.wsgi....) Labels changed by ionel.mc
-
-
issue 15
(missing wsgi.input in ENVIRON in pylons embed in cogen.wsgi....) reported by n.vandamme
-
-
r593
(Changed the wsgi server so it properly uses the sockoper_tim...) committed by ionel.mc
- Changed the wsgi server so it properly uses the sockoper_timeout option on the new connections.
Changed the wsgi server so it properly uses the sockoper_timeout option on the new connections.
-
r592
(Added a fix for a case when a timeout is raised (and the ass...) committed by ionel.mc
- Added a fix for a case when a timeout is raised (and the associated socket subsequently removed from
the proactor) and the socket _proactor_added flag remains to true
Added a fix for a case when a timeout is raised (and the associated socket subsequently removed from
the proactor) and the socket _proactor_added flag remains to true
-
-
-
-
-
-
-
-
-
-
issue 11
(Completed operations not removed from timeouts list) Status changed by ionel.mc
-
-
-
r591
(forgot to add has_stdlib_kqueue into has_any) committed by ionel.mc
- forgot to add has_stdlib_kqueue into has_any
forgot to add has_stdlib_kqueue into has_any
-
-
issue 11
(Completed operations not removed from timeouts list) Status changed by ionel.mc
-
-
r590
(Updated the license years and one more whitespace fix.) committed by ionel.mc
- Updated the license years and one more whitespace fix.
Updated the license years and one more whitespace fix.
-
r589
(Added forgotten license file.) committed by ionel.mc
- Added forgotten license file.
Added forgotten license file.
-
r588
(Removed trailing spaces. Fixed inconsistent end of line form...) committed by ionel.mc
- Removed trailing spaces. Fixed inconsistent end of line format.
Merged from amcnabb8's branch.
Removed trailing spaces. Fixed inconsistent end of line format.
Merged from amcnabb8's branch.
-
r587
(changed CoroGreenlet to take the sched param on finalize) committed by ionel.mc
- changed CoroGreenlet to take the sched param on finalize
changed CoroGreenlet to take the sched param on finalize
-
r586
(added an 'sched' param to Operation's finalize method thourg...) committed by ionel.mc
- added an 'sched' param to Operation's finalize method thourgh all the code to support additional
cleanup (mainly for TimedOperation to remove itself from the timeouts heapq on finalization)
added an 'sched' param to Operation's finalize method thourgh all the code to support additional
cleanup (mainly for TimedOperation to remove itself from the timeouts heapq on finalization)
-
r585
(changed socketlets.Socket to have makefile working in the sa...) committed by ionel.mc
- changed socketlets.Socket to have makefile working in the same way as the one in stdlib (that is
dupe the socket on makefile)
changed socketlets.Socket to have makefile working in the same way as the one in stdlib (that is
dupe the socket on makefile)
-
r584
(changed sockets.Socket to support instance duping) committed by ionel.mc
- changed sockets.Socket to support instance duping
changed sockets.Socket to support instance duping
-
r583
(made socket import from stdlib more explicit) committed by ionel.mc
- made socket import from stdlib more explicit
made socket import from stdlib more explicit
-
r582
(Changed all cogen imports to be relative imports.) committed by amcnabb8
- Changed all cogen imports to be relative imports.
Changed all cogen imports to be relative imports.
-
r581
(Created a branch for Python 2.5 style relative imports.
) committed by amcnabb8
- Created a branch for Python 2.5 style relative imports.
Created a branch for Python 2.5 style relative imports.
-
r580
(Removed trailing spaces.) committed by amcnabb8
- Removed trailing spaces.
-
r579
(Fixed inconsistent end of line format.
Although most of the...) committed by amcnabb8
- Fixed inconsistent end of line format.
Although most of the project was using the DOS end of line format (CRLF),
there were still a large number of files using Unix newlines. Many files were
internally inconsistent. This has been fixed throughout the cogen, docs, and
examples directories. I skipped the docs/build directory because it is
autogenerated and lib directory since it contains code from external projects.
Fixed inconsistent end of line format.
Although most of the project was using the DOS end of line format (CRLF),
there were still a large number of files using Unix newlines. Many files were
internally inconsistent. This has been fixed throughout the cogen, docs, and
examples directories. I skipped the docs/build directory because it is
autogenerated and lib directory since it contains code from external projects.
-
r578
(Created a branch for whitespace cleanups.
) committed by amcnabb8
- Created a branch for whitespace cleanups.
Created a branch for whitespace cleanups.
-
r577
(added back the warning for old win32file module) committed by ionel.mc
- added back the warning for old win32file module
added back the warning for old win32file module
-
-
issue 11
(Completed operations not removed from timeouts list) commented on by ionel.mc
-
-
-
r576
(added a example with httplib and corolets) committed by ionel.mc
- added a example with httplib and corolets
added a example with httplib and corolets
-
r575
(import the socket class directly) committed by ionel.mc
- import the socket class directly
import the socket class directly
-
-
r573
(changed how Scheduler is cleaned up) committed by ionel.mc
- changed how Scheduler is cleaned up
changed how Scheduler is cleaned up
-
-
r572
(cleaned up some examples) committed by ionel.mc
- cleaned up some examples
-
r571
(added an echoserver using corolets) committed by ionel.mc
- added an echoserver using corolets
added an echoserver using corolets
-
r570
(changed a repr string) committed by ionel.mc
- changed a repr string
-
r569
(added a Coroutine spin-off that uses greenlets behind the sc...) committed by ionel.mc
- added a Coroutine spin-off that uses greenlets behind the scenes instead of generator schematics
added a Coroutine spin-off that uses greenlets behind the scenes instead of generator schematics
-
r568
(changed the constructor for the new socket from accept to be...) committed by ionel.mc
- changed the constructor for the new socket from accept to be the same as the acceptor socket's class
changed the constructor for the new socket from accept to be the same as the acceptor socket's class
-
r567
(changed message for an assertion) committed by ionel.mc
- changed message for an assertion
changed message for an assertion
-
r566
([No log message]) committed by ionel.mc
- [No log message]
|