e63abd631f 
								
							 
						 
						
							
							
								
								add py.builtin.callable  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-08-29 15:46:50 -05:00  
				
					
						
							
							
								 
						
							
								01848ca821 
								
							 
						 
						
							
							
								
								add py.builtin.execfile to __init__.py  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-08-29 15:36:14 -05:00  
				
					
						
							
							
								 
						
							
								b930565d56 
								
							 
						 
						
							
							
								
								* fix some syntax and 3k issues for py/path and py/process, tests only partially working  
							
							... 
							
							
							
							* have py.process.cmdexec return unicode/text (for now)
* rename py.builtin.basestring to _basestring
--HG--
branch : trunk 
							
						 
						
							2009-08-29 16:40:03 +02:00  
				
					
						
							
							
								 
						
							
								1dafcc6b37 
								
							 
						 
						
							
							
								
								fix py/io classes and tests to pass 3.1  
							
							... 
							
							
							
							introduce py.builtin._totext helper to make a 2k=unicode / 3k=str object, allow a string as data
--HG--
branch : trunk 
							
						 
						
							2009-08-29 15:51:49 +02:00  
				
					
						
							
							
								 
						
							
								e596d9df13 
								
							 
						 
						
							
							
								
								move the old assertion reinterpreting implementation to _assertionold.py  
							
							... 
							
							
							
							Also, seperate out some common code from the two.
--HG--
branch : trunk 
							
						 
						
							2009-08-28 20:13:49 -05:00  
				
					
						
							
							
								 
						
							
								c23cc3656c 
								
							 
						 
						
							
							
								
								fix location of magic AssertionError  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-08-28 18:07:28 -05:00  
				
					
						
							
							
								 
						
							
								783e6aeb4d 
								
							 
						 
						
							
							
								
								temporary checking towards 3.1 compatibility  
							
							... 
							
							
							
							introduced some helpers to py.builtin namespace which need some review
after things begin to work more nicely
--HG--
branch : trunk 
							
						 
						
							2009-08-28 19:16:15 +02:00  
				
					
						
							
							
								 
						
							
								5e95feaf90 
								
							 
						 
						
							
							
								
								* add print_, exec_ and _reraise helpers for 2-3 compatible code  
							
							... 
							
							
							
							* consolidate builtins implementation to be compatible with >=2.3
--HG--
branch : trunk 
							
						 
						
							2009-08-28 16:25:29 +02:00  
				
					
						
							
							
								 
						
							
								d1932a30ed 
								
							 
						 
						
							
							
								
								deprecate py.compat.doctest|subprocess|textwrap|...  
							
							... 
							
							
							
							(and for now pass through Python stdlib provided modules).
--HG--
branch : trunk 
							
						 
						
							2009-08-27 21:12:55 +02:00  
				
					
						
							
							
								 
						
							
								681d344eac 
								
							 
						 
						
							
							
								
								deprecate py.magic.autopath() and finally remove py/magic directory.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-08-27 18:46:42 +02:00  
				
					
						
							
							
								 
						
							
								13932b7f4b 
								
							 
						 
						
							
							
								
								* deprecate py.magic.invoke/revoke in favour of  
							
							... 
							
							
							
							the new py.code.patch_builtins, py.code.unpatch_builtins
* deprecate py.magic.patch/revert
* deprecate py.magic.AssertionError in favour of py.code._AssertionError
* introduced pytest_assertion plugin.
--HG--
branch : trunk 
							
						 
						
							2009-08-27 17:26:02 +02:00  
				
					
						
							
							
								 
						
							
								e391662cff 
								
							 
						 
						
							
							
								
								merge 1.0.x branch to trunk, fix doc link  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-08-27 12:10:42 +02:00  
				
					
						
							
							
								 
						
							
								c981ead40e 
								
							 
						 
						
							
							
								
								switching release branch back to 1.0.x versioning  
							
							... 
							
							
							
							--HG--
branch : 1.0.x 
							
						 
						
							2009-08-27 11:50:17 +02:00  
				
					
						
							
							
								 
						
							
								81f7891539 
								
							 
						 
						
							
							
								
								merging 1.0.x branch  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-08-26 22:57:06 +02:00  
				
					
						
							
							
								 
						
							
								3be875bfd2 
								
							 
						 
						
							
							
								
								some fixes and small doc updates, aiming to finalize 1.0.2  
							
							... 
							
							
							
							--HG--
branch : 1.0.x 
							
						 
						
							2009-08-26 19:09:52 +02:00  
				
					
						
							
							
								 
						
							
								c024dc6417 
								
							 
						 
						
							
							
								
								* using a MANIFEST.in file instead of our own generated MANIFEST file  
							
							... 
							
							
							
							* port the test_install refactoring from trunk, move to bin-for-dist
--HG--
branch : 1.0.x 
							
						 
						
							2009-08-26 11:09:55 +02:00  
				
					
						
							
							
								 
						
							
								8ee7bef638 
								
							 
						 
						
							
							
								
								consolidate py/code files into code.py, simplify SafeRepr code and docs.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-08-25 20:24:43 +02:00  
				
					
						
							
							
								 
						
							
								d43d69e3db 
								
							 
						 
						
							
							
								
								death to "misc" directories.  moved most files out of py/misc, either to a  
							
							... 
							
							
							
							private attic or to other places in the lib.
--HG--
branch : trunk 
							
						 
						
							2009-08-25 16:14:15 +02:00  
				
					
						
							
							
								 
						
							
								739edc26b4 
								
							 
						 
						
							
							
								
								simplifying errno error class creation and introduce a py.error.checked_call helper  
							
							... 
							
							
							
							that creates a proper errno-specific exception instead of OSErrors.  use it from
py.path.local.
--HG--
branch : trunk 
							
						 
						
							2009-08-25 09:38:19 +02:00  
				
					
						
							
							
								 
						
							
								27c08ac235 
								
							 
						 
						
							
							
								
								consolidate py/log into fewer files, remove one old approach, sketch simplified API  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-08-22 09:42:12 +02:00  
				
					
						
							
							
								 
						
							
								2b8f489d60 
								
							 
						 
						
							
							
								
								moved laura's utestconvert script to a more visible place  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-08-21 12:56:43 +02:00  
				
					
						
							
							
								 
						
							
								1fcd373bd5 
								
							 
						 
						
							
							
								
								* introduce py.io.TextIO and py.io.StringIO to help with 3k transition and to clarify  
							
							... 
							
							
							
							intentions when doing "in-memory" files. Replace most usages of StringIO.
* consolidate py.io's files and tests into fewer files, make files 3k-importable
--HG--
branch : trunk 
							
						 
						
							2009-08-20 20:47:39 +02:00  
				
					
						
							
							
								 
						
							
								5118821c10 
								
							 
						 
						
							
							
								
								consolidate svn path implementations and tests into files named after the package namespaces.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-08-20 20:35:35 +02:00  
				
					
						
							
							
								 
						
							
								f3fcb5e6d3 
								
							 
						 
						
							
							
								
								- strike lots of basically unused code around local path implementation.  
							
							... 
							
							
							
							and tweak things a bit to make py.path.local at least importable on 3k
- also strike unused somewhat related code in initpkg.py
--HG--
branch : trunk 
							
						 
						
							2009-08-20 19:43:13 +02:00  
				
					
						
							
							
								 
						
							
								561fdca3a2 
								
							 
						 
						
							
							
								
								move localpath implementation to a single file, simplify unix/posix difference and fix a bit  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-08-20 17:37:06 +02:00  
				
					
						
							
							
								 
						
							
								079a2327ec 
								
							 
						 
						
							
							
								
								kill/replace some execnet debug code  
							
							... 
							
							
							
							bump version to "trunk" on trunk
add "py" to rsyncdirs
--HG--
branch : trunk 
							
						 
						
							2009-08-20 16:41:44 +02:00  
				
					
						
							
							
								 
						
							
								36189a7aa7 
								
							 
						 
						
							
							
								
								[mq]: 101doc  
							
							... 
							
							
							
							--HG--
branch : 1.0.x 
							
						 
						
							2009-08-18 19:04:57 +02:00  
				
					
						
							
							
								 
						
							
								38180ffa5f 
								
							 
						 
						
							
							
								
								fix --version test, set version to 1.0.x rather than 1.0.1 for now, regen setup.py/MANIFEST  
							
							... 
							
							
							
							--HG--
branch : 1.0.x 
							
						 
						
							2009-08-17 16:46:19 +02:00  
				
					
						
							
							
								 
						
							
								a01e4769cc 
								
							 
						 
						
							
							
								
								simplify internal plugin dispatching code, rename parts of the py._com plugin helpers  
							
							... 
							
							
							
							--HG--
branch : 1.0.x 
							
						 
						
							2009-08-09 23:51:25 +02:00  
				
					
						
							
							
								 
						
							
								afc8e6bd91 
								
							 
						 
						
							
							
								
								more terse reporting of collection errors / tracebacks, bump version number aiming for 1.0.1  
							
							... 
							
							
							
							--HG--
branch : 1.0.x 
							
						 
						
							2009-08-06 14:49:55 +02:00  
				
					
						
							
							
								 
						
							
								a94afc6b5e 
								
							 
						 
						
							
							
								
								regen  
							
							... 
							
							
							
							--HG--
branch : 1.0.x 
							
						 
						
							2009-08-04 12:02:38 +02:00  
				
					
						
							
							
								 
						
							
								8c8617c354 
								
							 
						 
						
							
							
								
								* rename "rep" to "report" in reporting hooks  
							
							... 
							
							
							
							* refine docs
* bump version data
* improve announcement
--HG--
branch : 1.0.x 
							
						 
						
							2009-08-04 12:00:04 +02:00  
				
					
						
							
							
								 
						
							
								1a570011fe 
								
							 
						 
						
							
							
								
								showing relative paths by default, improving xfail output a bit, bumping version info to 1.0.0  
							
							... 
							
							
							
							--HG--
branch : 1.0.x 
							
						 
						
							2009-08-03 16:01:32 +02:00  
				
					
						
							
							
								 
						
							
								875ebc18ef 
								
							 
						 
						
							
							
								
								targetting a b9  
							
							... 
							
							
							
							--HG--
branch : 1.0.x 
							
						 
						
							2009-07-23 20:16:27 +02:00  
				
					
						
							
							
								 
						
							
								64a5075545 
								
							 
						 
						
							
							
								
								trying to tweak setup and py version attributes to not cause merging conflicts  
							
							... 
							
							
							
							--HG--
branch : 1.0.x 
							
						 
						
							2009-07-14 21:36:51 +02:00  
				
					
						
							
							
								 
						
							
								88a0714dfa 
								
							 
						 
						
							
							
								
								* refix handling of partial setup failures  
							
							... 
							
							
							
							* shuffle / consolidate related tests
* re-gen setup.py
--HG--
branch : 1.0.x 
							
						 
						
							2009-07-08 16:41:30 +02:00  
				
					
						
							
							
								 
						
							
								d056149b67 
								
							 
						 
						
							
							
								
								trying to get together a working 1.0.0b7  
							
							... 
							
							
							
							without ez_setup.py
--HG--
branch : 1.0.x 
							
						 
						
							2009-06-30 11:42:57 +01:00  
				
					
						
							
							
								 
						
							
								bd8f68555d 
								
							 
						 
						
							
							
								
								re-adding py.test.mark as documented (!) by adding pytest_keyword plugin  
							
							... 
							
							
							
							--HG--
branch : 1.0.x 
							
						 
						
							2009-06-28 13:19:43 +02:00  
				
					
						
							
							
								 
						
							
								e412f695dd 
								
							 
						 
						
							
							
								
								tagging 1.0.0b5  
							
							... 
							
							
							
							--HG--
branch : 1.0.x 
							
						 
						
							2009-06-24 18:02:41 +02:00  
				
					
						
							
							
								 
						
							
								e6210806fe 
								
							 
						 
						
							
							
								
								tag revision 1.0.0b4 for upload  
							
							... 
							
							
							
							--HG--
branch : 1.0.x 
							
						 
						
							2009-06-24 17:23:09 +02:00  
				
					
						
							
							
								 
						
							
								49c4027df3 
								
							 
						 
						
							
							
								
								regen setup.py, already bump trove classifier  
							
							... 
							
							
							
							--HG--
branch : 1.0.x 
							
						 
						
							2009-06-24 16:20:14 +02:00  
				
					
						
							
							
								 
						
							
								5d0fd33b64 
								
							 
						 
						
							
							
								
								bumping version to "1.0.x" for now, regen setup, opening 1.0.x branch  
							
							... 
							
							
							
							--HG--
branch : 1.0.x 
							
						 
						
							2009-06-23 12:19:55 +02:00  
				
					
						
							
							
								 
						
							
								53dc595113 
								
							 
						 
						
							
							
								
								b3, fix (likelY) windows-path-comparison related issue at plugin registration  
							
							... 
							
							
							
							link to PyPI
--HG--
branch : trunk 
							
						 
						
							2009-06-19 13:05:44 +02:00  
				
					
						
							
							
								 
						
							
								629fe2151c 
								
							 
						 
						
							
							
								
								fixing some release/apigen related issues  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-06-18 20:04:36 +02:00  
				
					
						
							
							
								 
						
							
								4a48a50e3b 
								
							 
						 
						
							
							
								
								* introduce and document new pytest_namespace hook  
							
							... 
							
							
							
							* remove py.test.mark helper
* move xfail to work directly on py.test namespace, simplified
--HG--
branch : trunk 
							
						 
						
							2009-06-18 17:19:12 +02:00  
				
					
						
							
							
								 
						
							
								4bc352cc7d 
								
							 
						 
						
							
							
								
								merging pedronis-branch changes to resolve issue 15 for now.  
							
							... 
							
							
							
							This introduces py.test.collect._fillfuncargs which can
operate on Function like objects.
--HG--
branch : trunk 
							
						 
						
							2009-05-21 20:29:37 +02:00  
				
					
						
							
							
								 
						
							
								f50b39980c 
								
							 
						 
						
							
							
								
								addresses issue15  
							
							... 
							
							
							
							expose fillfuncargs as py.test.collect._fillfuncargs instead for now
--HG--
branch : trunk 
							
						 
						
							2009-05-21 19:36:02 +02:00  
				
					
						
							
							
								 
						
							
								e79f4d298c 
								
							 
						 
						
							
							
								
								minimal changes to expose fillfuncargs  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-05-21 19:08:33 +02:00  
				
					
						
							
							
								 
						
							
								169691ec5c 
								
							 
						 
						
							
							
								
								regen setup.py, striking some unused headers  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-05-21 16:16:22 +02:00  
				
					
						
							
							
								 
						
							
								69214d053d 
								
							 
						 
						
							
							
								
								- expose py.code.getfslineno and use it in pycollect  
							
							... 
							
							
							
							- rename PyobjMixin.getfslineno to PyobjMixin._getdslineno
- place_as still in place
--HG--
branch : trunk 
							
						 
						
							2009-05-12 13:39:09 +02:00