September 2009 Archives by subject
Starting: Tue Sep 1 11:40:10 CEST 2009
Ending: Wed Sep 30 18:00:11 CEST 2009
Messages: 75
- [py-svn] commit/py-trunk: 2 new changesets
commits-noreply at bitbucket.org
- [py-svn] commit/py-trunk: 3 new changesets
commits-noreply at bitbucket.org
- [py-svn] commit/py-trunk: gutworth: give code objects a filename in the replacement execfile
commits-noreply at bitbucket.org
- [py-svn] commit/py-trunk: gutworth: I think this is supposed to be immutable
commits-noreply at bitbucket.org
- [py-svn] commit/py-trunk: hpk: * make Gateway interface more asymetric: remote_* methods
commits-noreply at bitbucket.org
- [py-svn] commit/py-trunk: hpk: * refactor gateway code and tests to live in fewer files, remove some lock usage
commits-noreply at bitbucket.org
- [py-svn] commit/py-trunk: hpk: * simplify lock acquiration for received messages, review code
commits-noreply at bitbucket.org
- [py-svn] commit/py-trunk: hpk: * use py.builtin._getimself instead of getattr(..., '*self*') everywhere
commits-noreply at bitbucket.org
- [py-svn] commit/py-trunk: hpk: introduce py.builtin._tryimport to try importing modules in a row, fix a few places
commits-noreply at bitbucket.org
- [py-svn] commit/py-trunk: hpk: make xmlgen a single file + a single file test instead of a whole directory
commits-noreply at bitbucket.org
- [py-svn] commit/py-trunk: hpk: remove so-far superflous _getcode and pickle from builtins, some streamlining
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 06265cf3c537: * fixing lots of remaining 3k compatibility issues, mostly with py.test itself.
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 1cba43c6180c: clean up unused compatibility code
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 24c4fa1656bc: use default argument
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 270ff4410124: introduce py.builtin._tryimport to try importing modules in a row, fix a few places
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 2d0ca4835bd1: internally rename "provider" to "factory" to be consistent
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 31b6c51fab40: Add a simple (hopefully) cross-python marshaller
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 3369fee9b19e: update docstring
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 3db27a84416e: some doc about the experiemntal pytest_gwmanage_newgateway hook.
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 40fab66c01bc: add separate test for the serializer bigint fail
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 48444c100e15: fix typo, add ronny to authors, normalize email addresses
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 4d6f55850786: support floats
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 4ffc38abb51a: execnet cleanup/refinements: avoid creating a shell for each subprocess
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 5e999fa934c1: Fixed a typo in error.py causing it to fail on Windows.
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 641eadd1db8d: added another funcarg example i had lying around
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 687b208efc07: * refactor some setup/teardown/ensuretemp usages to use funcargs
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 71a55baebef0: * various cleanups and detailed doc string for gateway_base module
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 742f38d8eb11: allow a path to explicity given for py.lookup
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 7aac1c673218: the check_sequence name is more specific
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 7eb914ccf56c: Corrected the constructed system path value (broken by the env.cmd, env.sh & env.py file move in 4abc620bb044).
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 852bdd2c8a78: * allowing arbitrary keys for xspecs but adding some sanity checks to xspec-parsing and makegateway.
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 860b07080773: * move gateway management code to py/test/dist because it's not clear
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 869e75a384c7: relicense to LGPL, add an FAQ entry reasoning about it.
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 8f96e4ede295: regen setup.py and docs so that "python3 setup.py build" maybe works if setuptools does
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 917a59d062d5: visit() now returns paths in depth-first order. fixes issue #47
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 92aeb806f7f0: monkeypatch, doc, apiwarn, deprecation fixes
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 9928a903e699: compiling AST to code is new in python 2.6
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 9d49aabf372c: simplify serializer tests
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 9e5882132194: seems like compile is way slower than just parser.suite so
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit 9facb0d433af: merging jarko'S fixes, resolves issue #45, resolves issue #46
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit b4b8bc6f1076: move test files out of py lib proper
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit b9b44ad50490: enhance the serializer tests
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit c4b739c83e0c: (micke, pedronis)
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit cbbfed07e234: fix cached_setup to deal properly for test_functions
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit d9e4ef1a07e9: * moving execnet tests to funcarg-style, some cleanup
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit df0286f1be06: fix a bug with funcarg setup and remove XXX comment because "scope=module" now would work but leaving it as session for now.
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit e4800830de56: applying doc fix from jarko
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit e972df3fae4d: some fixes to support Jython better
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit f4aa7209a3eb: test cross version serialization by launching subprocesses; much cleaner!
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit f6e6462f2f95: don't need to import py
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit f780a7e071f2: ups, forgot to add a neccessary file.
commits-noreply at bitbucket.org
- [py-svn] py-trunk commit ff0c24f55bb2: add changelog entry for last commit
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit 11b209bb3b00: add dump/load(s) convience functions to the serializer
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit 1cba43c6180c: clean up unused compatibility code
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit 24c4fa1656bc: use default argument
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit 2d0ca4835bd1: internally rename "provider" to "factory" to be consistent
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit 31b6c51fab40: Add a simple (hopefully) cross-python marshaller
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit 3369fee9b19e: update docstring
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit 40fab66c01bc: add separate test for the serializer bigint fail
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit 4d6f55850786: support floats
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit 5e999fa934c1: Fixed a typo in error.py causing it to fail on Windows.
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit 742f38d8eb11: allow a path to explicity given for py.lookup
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit 7aac1c673218: the check_sequence name is more specific
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit 7eb914ccf56c: Corrected the constructed system path value (broken by the env.cmd, env.sh & env.py file move in 4abc620bb044).
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit 852bdd2c8a78: * allowing arbitrary keys for xspecs but adding some sanity checks to xspec-parsing and makegateway.
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit 917a59d062d5: visit() now returns paths in depth-first order. fixes issue #47
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit 9d49aabf372c: simplify serializer tests
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit 9facb0d433af: merging jarko'S fixes, resolves issue #45, resolves issue #46
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit b9b44ad50490: enhance the serializer tests
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit c4b739c83e0c: (micke, pedronis)
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit cbbfed07e234: fix cached_setup to deal properly for test_functions
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit e4800830de56: applying doc fix from jarko
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit f4aa7209a3eb: test cross version serialization by launching subprocesses; much cleaner!
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit f6e6462f2f95: don't need to import py
commits-noreply at bitbucket.org
- [py-svn] py-virtualenv commit ff0c24f55bb2: add changelog entry for last commit
commits-noreply at bitbucket.org
Last message date:
Wed Sep 30 18:00:11 CEST 2009
Archived on: Fri Dec 28 22:29:00 CET 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).