lp://staging/gevent

Created by denis and last modified
Get this branch:
bzr branch lp://staging/gevent

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
denis
Project:
gevent
Status:
Development

Import details

Import Status: Suspended

Last successful import was .

Import started on pear and finished taking 30 seconds — see the log
Import started on pear and finished taking 30 seconds — see the log
Import started on neumayer and finished taking 40 seconds — see the log
Import started on neumayer and finished taking 50 seconds — see the log

Recent revisions

2284. By Ralf Schmitt

flush stdout after finishing a test in testrunner.py

testrunner.py otherwise buffers output inside my eshell sessions.

2283. By Ralf Schmitt

fix typos in exception handling code in testrunner.py

the code was using ex=sys.exc_info() instead of ex=sys.exc_info()[1];
only shows up when sqlite3 is not installed.

2282. By denis

fixed another typo in changelog

2281. By denis

this commit message has been

2280. By denis

Added tag 1.0b1 for changeset 745149cd866d

2279. By denis

make_dist.py: pass version as an argument rather than an option

2278. By denis

util: pep8

2277. By denis

cythonpp.py: copy implementations of itertools.combinations() and itertools.product(). This fixes cythonpp.py on python 2.5.

2276. By Ralf Schmitt

fix build on OS X with python 2.6.1

itertools.combinations on snow leopard's python 2.6.1 raises a
ValueError instead of returning an empty iterator.

2275. By Ralf Schmitt

ignore gevent/ares.py in walk_modules

stupid setuptools creates a pure python load for ares.so. this makes
test__execmodules.py work again.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers