Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.2 | Éric Araujo | 2011-06-06 | 0 | -0/+0 |
|\ | |||||
| * | Branch merge | Éric Araujo | 2011-06-06 | 6 | -16/+16 |
| |\ | |||||
* | \ | Branch merge | Éric Araujo | 2011-06-06 | 15 | -87/+260 |
|\ \ \ | |||||
| * | | | Rephrase the section about spec versioning | Éric Araujo | 2011-06-06 | 1 | -20/+19 |
| * | | | Fix a few typos | Éric Araujo | 2011-06-06 | 1 | -3/+3 |
| * | | | Minor rework of the extensibility and acks sections | Éric Araujo | 2011-06-06 | 1 | -9/+17 |
| * | | | Move a non-PEP 345 field at the end of the metadata fields list | Éric Araujo | 2011-06-05 | 1 | -4/+7 |
| * | | | Make example of file inclusion in setupcfg more obvious | Éric Araujo | 2011-06-05 | 1 | -15/+14 |
| * | | | Rephrase and update intro and syntax sections of setupcfg | Éric Araujo | 2011-06-06 | 1 | -32/+34 |
| * | | | Change reST targets in setup.cfg spec. | Éric Araujo | 2011-06-05 | 2 | -4/+4 |
| * | | | Add a short table of contents to the setup.cfg spec. | Éric Araujo | 2011-06-05 | 1 | -0/+4 |
| * | | | Update doctring now that Python has real booleans | Éric Araujo | 2011-06-05 | 1 | -1/+1 |
| * | | | Improve consistency in questions asked by packaging.create. | Éric Araujo | 2011-06-04 | 1 | -10/+10 |
| * | | | Clean up packaging.create and add TODO notes for future cleanups | Éric Araujo | 2011-06-04 | 1 | -8/+14 |
| * | | | Make help messages in packaging.run more consistent | Éric Araujo | 2011-06-04 | 1 | -7/+6 |
| * | | | Cleanup in packaging: don’t unnecessarily instantiate exceptions | Éric Araujo | 2011-06-04 | 4 | -4/+4 |
| * | | | Improve a few docstrings in packaging. | Éric Araujo | 2011-06-04 | 2 | -20/+12 |
| * | | | Merge ABC and distutils touch-ups from 3.2. | Éric Araujo | 2011-06-04 | 6 | -16/+16 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Remove unneeded executable bit on two distutils files | Éric Araujo | 2011-06-04 | 2 | -0/+0 |
| | * | | Improve glossary entry for ABCs. | Éric Araujo | 2011-06-04 | 4 | -13/+16 |
| | * | | Remove link that’s already present at the top of the file | Éric Araujo | 2011-06-03 | 1 | -3/+0 |
| * | | | Branch merge | Éric Araujo | 2011-06-04 | 6 | -12/+173 |
| |\ \ \ | |||||
| | * | | | Add reST target for Doc/packaging/setupcfg | Éric Araujo | 2011-06-04 | 2 | -0/+7 |
| | * | | | Use list constructor or built-in method instead of copy module | Éric Araujo | 2011-06-04 | 3 | -8/+5 |
| | * | | | Add missing section of doc file lost among repositories and conversions | Éric Araujo | 2011-06-04 | 1 | -3/+160 |
| | * | | | Point to new collections.abc module for collections ABCs | Éric Araujo | 2011-06-03 | 1 | -1/+1 |
* | | | | | Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218) | Éric Araujo | 2011-06-06 | 1 | -2/+0 |
* | | | | | Issue #12250: regrtest --timeout displays a warning instead of failing with an | Victor Stinner | 2011-06-06 | 1 | -6/+7 |
* | | | | | Issue #12250: modify "make buildbottest" command line instead of TESTOPTS | Victor Stinner | 2011-06-06 | 2 | -5/+6 |
* | | | | | Drop claim about nasty problem. | Martin v. Löwis | 2011-06-06 | 1 | -6/+0 |
* | | | | | Drop unfounded claims about performance. | Martin v. Löwis | 2011-06-06 | 1 | -27/+1 |
* | | | | | always clear parser error | Benjamin Peterson | 2011-06-06 | 1 | -1/+1 |
* | | | | | merge heads | Benjamin Peterson | 2011-06-06 | 1 | -60/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Drop old UUIDs. | Martin v. Löwis | 2011-06-05 | 1 | -60/+0 |
* | | | | | | greatly improve argument parsing error messages (closes #12265) | Benjamin Peterson | 2011-06-06 | 5 | -198/+301 |
|/ / / / / | |||||
* | | | | | merge:Do not add txt files twice | Martin v. Löwis | 2011-06-05 | 1 | -2/+0 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | null merge | Martin v. Löwis | 2011-06-05 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| | * | | | | Add 3.1.4 UUIDs. | Martin v. Löwis | 2011-06-05 | 1 | -0/+2 |
| * | | | | | merge:Do not add txt files twice | Martin v. Löwis | 2011-06-05 | 1 | -2/+0 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Do not add txt files twice. | Martin v. Löwis | 2011-06-05 | 1 | -2/+0 |
* | | | | | | Closes issue #11557: removal of non-idiomatic code in test_logging. | Vinay Sajip | 2011-06-05 | 1 | -31/+25 |
* | | | | | | merge heads. | Gregory P. Smith | 2011-06-05 | 223 | -3536/+11838 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | merge heads | Benjamin Peterson | 2011-06-05 | 3 | -38/+97 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Issue #12080: Fix a performance issue in Decimal._power_exact that causes som... | Mark Dickinson | 2011-06-04 | 3 | -38/+97 |
| | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | only clear the parser error if it's set (closes #12264) | Benjamin Peterson | 2011-06-05 | 2 | -2/+11 |
| |/ / / / / | |||||
| * | | | | | merge heads | Benjamin Peterson | 2011-06-03 | 3 | -54/+85 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | (Merge 3.2) Issue #12016: Add test_errorhandle() to TestBase_Mapping of | Victor Stinner | 2011-06-03 | 1 | -3/+33 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | Issue #12016: Add test_errorhandle() to TestBase_Mapping of | Victor Stinner | 2011-06-03 | 1 | -3/+33 |
| | * | | | | | (Merge 3.2) Issue #12016: Reindent decoders of HK and JP codecs | Victor Stinner | 2011-06-03 | 2 | -51/+52 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | Issue #12016: Reindent decoders of HK and JP codecs | Victor Stinner | 2011-06-03 | 2 | -51/+52 |
| | | | |_|/ | | | |/| | |