- 14 May, 2013 1 commit
-
-
Jason R. Coombs authored
Revert README to match setuptools-0.6 branch (originally copied from requests implementation which was not used).
-
- 13 May, 2013 6 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Moved external references for ctypes and Windows SSL builds to an authoritative location (with the project on bitbucket).
-
Jason R. Coombs authored
-
Jason R. Coombs authored
--HG-- rename : doc/formats.txt => docs/formats.txt
-
Jason R. Coombs authored
--HG-- rename : distribute_setup.py => ez_setup.py
-
- 12 May, 2013 13 commits
-
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : dce6b630b2c568a650c30a8e868d0d03cf36cb19
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 6b1741a2e6a320d037d9aa58f605407f0e4f866e
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : e80c6f51364bbc373c016479e4b9e3e11be2db97
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 355bf27e11fdf906de100c2a47145d44fac082cc
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 72d42023ba7b68f0f14f73dcbeb29b75cd334b94
-
Jason R. Coombs authored
--HG-- branch : distribute
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 785fddb50677fe7779949089e3b090891c3c5bd1
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : fcf8db4d0becf51a1e192ec438c13f81d391e342
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 8ceb2c2f067a60225bb83817a8584d93f489a3d0
-
Jason R. Coombs authored
--HG-- branch : Setuptools-Distribute merge
-
Jason R. Coombs authored
--HG-- branch : Setuptools-Distribute merge
-
Jason R. Coombs authored
--HG-- branch : Setuptools-Distribute merge
-
Jason R. Coombs authored
--HG-- branch : Setuptools-Distribute merge
-
- 11 May, 2013 6 commits
-
-
Jason R. Coombs authored
--HG-- branch : distribute
-
Jason R. Coombs authored
--HG-- branch : distribute extra : source : 26421e9ba211b7e14171673c46c45692b6c8501d
-
Jason R. Coombs authored
Fix for yet unpublished issue to ensure that get_resource_filename always re-extracts the content of a temporary filename if it does not match that of the source content. --HG-- branch : distribute extra : rebase_source : 5605ee258010cde1237db058b770c62264c215e2
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : ec2c1860f0ce9abbc3ea999aa54304ea9cc6ecd7
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 3acd099bb90d9abf4d3b265946e0c59b8edcae6e
-
Jason R. Coombs authored
Verified that not isinstance(IOError(), os.error), so there's no value in this statement being in the try block. --HG-- branch : distribute extra : rebase_source : 79dc86f2251503336feaa3d3f99c744d0ea45887
-
- 09 May, 2013 3 commits
-
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 5c5d41bbbd0a6731f81cf48afd436be6e9524ec9
-
Jason R. Coombs authored
Use x64 cross tools for building 64-bit launcher. I'm suspicious the only impact this will have is to enable building 64-bit launcher on 32-bit hosts. Also rebuilt launchers. --HG-- branch : distribute extra : rebase_source : 329591eb07b9d25717caee614012c8278926559d
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 1f0b5eeb82b7551c66b15fb4379ec03e61d68344
-
- 08 May, 2013 3 commits
-
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 35455b8da14f931b6c4b77bb66b85416c3e13ec5
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 3bb4cc57e38d6fc2d8043ce89c57a5016833d890
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 0af5a5ae5cd823756e3461f202571a4a9d0e8fc3
-
- 07 May, 2013 5 commits
-
-
Grigory Petrov authored
--HG-- branch : distribute extra : rebase_source : fb9ba33e9eff145bb3e162f34ae2f0101079d0be
-
Grigory Petrov authored
compiled as CONSOLE windows application. The "GUI=0" and "GUI=1" is a compiler definition that affects how compiled code will work (.py or .pyw file to launch etc). But executable type is defined by a linker and can be changed only via /SUBSYSTEM command-line key. --HG-- branch : distribute extra : rebase_source : f909e335ae948d7743e07e690c7d564ad0f98c15
-
Grigory Petrov authored
--HG-- branch : distribute extra : rebase_source : 385d71111170f3cb8fcdea2fc807d4e409621078
-
Grigory Petrov authored
--HG-- branch : distribute extra : rebase_source : 3ddd6c8cfc2d46a1b2aaffa482b87cd19e9687fa
-
Grigory Petrov authored
--HG-- branch : distribute extra : rebase_source : 96035e75dcfab459652403b1001f34c12205fd7f
-
- 05 May, 2013 3 commits
-
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : e94ca350b1a601b75ff6ae786dcdabbe517877c3
-
pje authored
(grafted from 4a183cf275264653005072be25a644273463ba83) --HG-- branch : setuptools-0.6 extra : source : 4a183cf275264653005072be25a644273463ba83
-
Jason R. Coombs authored
Moved link generation routine from setup.py to release.py. The new routine requires Python 2.6 for izip_longest and chain.from_iterable, so it's not suitable for setup.py. Also, there's no reason that every installer needs to compute the links - they can be resolved in advance during the release process. --HG-- branch : distribute extra : rebase_source : 9f4af99f70fdfa00290be2261a921af9a76ba597
-