| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge fixes for #16107 and #15957 from defaultpython3 | Éric Araujo | 2012-10-27 | 2 | -1/+6 |
| |\ | |||||
| | * | Fix stringification of final versions (#16107). | ?ric Araujo | 2012-10-27 | 2 | -1/+6 |
| * | | Merge from default | ?ric Araujo | 2012-05-21 | 101 | -5340/+1326 |
| |\ \ | |/ |/| | |||||
| | * | Merge default | ?ric Araujo | 2012-05-21 | 28 | -228/+598 |
| | |\ | |||||
| | * \ | Merge fixes for #13974, #6884 and #11841 from default | ?ric Araujo | 2012-02-27 | 102 | -5340/+1323 |
| | |\ \ | |||||
| | | * \ | Merge #1326113 fix from default | ?ric Araujo | 2012-02-15 | 2 | -8/+7 |
| | | |\ \ | |||||
| | | * \ \ | Merge fixes for #13462 and others from default | ?ric Araujo | 2012-02-09 | 24 | -266/+184 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge touch-ups from default | ?ric Araujo | 2012-02-09 | 2 | -4/+4 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | Merge fixes for #13901, #11805, #13712 and other improvements | ?ric Araujo | 2012-02-05 | 10 | -53/+122 |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge compat/_backport cleanup from default. | ?ric Araujo | 2011-11-23 | 11 | -50/+53 |
| | | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | Branch merge | ?ric Araujo | 2011-11-20 | 99 | -5332/+1310 |
| | | |\ \ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ | Merge default | ?ric Araujo | 2011-11-14 | 98 | -5318/+1308 |
| | | | |\ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ | Ye olde merge. | ?ric Araujo | 2011-11-12 | 55 | -674/+812 |
| | | | | |\ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ \ | Merge fixes for #13170 and #12386 and other misc. changes from default | ?ric Araujo | 2011-11-11 | 6 | -13/+79 |
| | | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ \ \ | Merge fix for #13205 and other changes from default. | ?ric Araujo | 2011-10-21 | 3 | -18/+84 |
| | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ \ \ \ | Merge default | ?ric Araujo | 2011-10-18 | 1 | -2/+1 |
| | | | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ \ \ \ \ | Merge tests for #13114 from default | ?ric Araujo | 2011-10-11 | 2 | -2/+38 |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ \ \ \ \ \ | Merge default | ?ric Araujo | 2011-10-08 | 2 | -3/+9 |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | * | | | | | | | | | | | | | Fix byte-compilation to comply with PEP 3147 on Python 3.2+ (#11254). | ?ric Araujo | 2011-10-08 | 3 | -8/+36 |
| | | | | * | | | | | | | | | | | | | Merge fix for #12222 and other changes from default | ?ric Araujo | 2011-10-06 | 2 | -38/+45 |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge #11841 and other changes from default | ?ric Araujo | 2011-10-05 | 96 | -5272/+1209 |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | * | | | | | | | | | | | | | | Start a branch to provide Distutils2 for Python 3. | ?ric Araujo | 2011-09-24 | 96 | -5272/+1209 |
| * | | | | | | | | | | | | | | | | | | | Fix typo | ?ric Araujo | 2012-05-21 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | | | | | Minor simplification in one test | ?ric Araujo | 2012-05-21 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | | | | | Also check stderr in one test | ?ric Araujo | 2012-05-21 | 1 | -0/+1 |
| * | | | | | | | | | | | | | | | | | | | Fix overlooked thinkos in one test file | ?ric Araujo | 2012-05-21 | 1 | -3/+3 |
| * | | | | | | | | | | | | | | | | | | | Use test skip decorator instead of private module attribute | ?ric Araujo | 2012-05-21 | 1 | -2/+1 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | Have pysetup read setup.cfg early to find custom commands (#14733). | ?ric Araujo | 2012-05-21 | 2 | -21/+44 |
| * | | | | | | | | | | | | | | | | | | Tighten tests for #13399 | ?ric Araujo | 2012-05-20 | 1 | -8/+8 |
| * | | | | | | | | | | | | | | | | | | Factor out repeated code used to call pysetup from tests. | ?ric Araujo | 2012-05-20 | 1 | -25/+17 |
| * | | | | | | | | | | | | | | | | | | make sure the existing metadata Provides field is translated when translating... | Tarek Ziade | 2012-05-16 | 2 | -8/+48 |
| * | | | | | | | | | | | | | | | | | | Merge further changes by Montreal sprinters | ?ric Araujo | 2012-05-16 | 4 | -2/+49 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge commit | Patrice Gauthier | 2012-05-14 | 3 | -15/+75 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | | | | | Now deleting build-scripts directory before creating it. No more leftovers. | Pierre Paul | 2012-05-14 | 3 | -1/+51 |
| | * | | | | | | | | | | | | | | | | | | | #13399 - some tweaking | Patrice Gauthier | 2012-05-14 | 1 | -1/+2 |
| * | | | | | | | | | | | | | | | | | | | | Harmonize error messages and add one missing test for #13339 | ?ric Araujo | 2012-05-16 | 2 | -20/+26 |
| * | | | | | | | | | | | | | | | | | | | | Fix minor whitespace, syntax and idiom nits | ?ric Araujo | 2012-05-16 | 10 | -87/+74 |
| * | | | | | | | | | | | | | | | | | | | | Remove unused names | ?ric Araujo | 2012-05-15 | 2 | -3/+1 |
| | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | Merge commit | Pierre Paul | 2012-05-12 | 5 | -79/+54 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / | |||||
| | * | | | | | | | | | | | | | | | | | | #13399: Fixes the invalid arguments handling | Patrice Gauthier | 2012-05-12 | 2 | -5/+44 |
| | * | | | | | | | | | | | | | | | | | | #13614: Merge changes from julien_courteau and PierrePaul regarding bad rst | Mathieu Leduc-Hamel | 2012-05-12 | 3 | -74/+10 |
| * | | | | | | | | | | | | | | | | | | | Now creating scripts everytime when build_scripts is called, as a side effect... | Pierre Paul | 2012-05-12 | 2 | -14/+24 |
| |/ / / / / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | | | Only run specific test if docutils is installed | Mathieu Leduc-Hamel | 2012-05-12 | 2 | -2/+9 |
| * | | | | | | | | | | | | | | | | | | Merge | Pierre Paul | 2012-05-12 | 7 | -16/+73 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Branch merge | ?ric Araujo | 2012-05-12 | 2 | -1/+13 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge #1364 | Julien Courteau | 2012-05-12 | 5 | -14/+57 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | | | | | | fix: setup.py register fails if description has ReST uncompatible with Sphinx... | Julien Courteau | 2012-04-21 | 2 | -0/+12 |
| | | * | | | | | | | | | | | | | | | | | | | Fix typo | Julien Courteau | 2012-04-21 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | | | | Fix incorrect docstring | ?ric Araujo | 2012-05-12 | 1 | -1/+3 |
| | | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | remove changes that modified output of pysetup graph: tests are needed first | Guillaume Pratte | 2012-04-21 | 1 | -4/+6 |
