Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Branch merge: packaging fixes | Éric Araujo | 2011-06-07 | 1 | -3/+3 |
|\ | |||||
| * | Fix documentation of requires-python field in setup.cfg (#11041) | Éric Araujo | 2011-06-06 | 1 | -3/+3 |
* | | Issue #12196: Make os.pipe2() flags argument mandatory. | Charles-François Natali | 2011-06-06 | 1 | -3/+3 |
* | | Issue #12040: Expose a new attribute `sentinel` on instances of | Antoine Pitrou | 2011-06-06 | 1 | -0/+14 |
|/ | |||||
* | Branch merge | Éric Araujo | 2011-06-06 | 6 | -29/+208 |
|\ | |||||
| * | 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 |
| * | Merge ABC and distutils touch-ups from 3.2. | Éric Araujo | 2011-06-04 | 4 | -16/+16 |
| |\ | |||||
| | * | 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 |
| * | | Add reST target for Doc/packaging/setupcfg | Éric Araujo | 2011-06-04 | 2 | -0/+7 |
| * | | 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 |
* | | | 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 |
* | | | merge heads. | Gregory P. Smith | 2011-06-05 | 67 | -1179/+8778 |
|\ \ \ | |/ / | |||||
| * | | Merge #12249 fix from 3.2 | Éric Araujo | 2011-06-03 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Document working dir for “make html” (#12249). Patch by Tshepang Lekhonk... | Éric Araujo | 2011-06-03 | 1 | -0/+1 |
| | * | Fix named tuples to work with vars(). | Raymond Hettinger | 2011-06-03 | 1 | -0/+2 |
| * | | Fix reST label for collections ABCs. | Éric Araujo | 2011-06-03 | 3 | -3/+5 |
| * | | Add NEWS and whatsnew entries for the packaging module | Éric Araujo | 2011-06-03 | 1 | -0/+13 |
| * | | Merge packaging doc fix | Éric Araujo | 2011-06-02 | 5 | -15/+72 |
| |\ \ | |||||
| | * | | Packaging doc: Add missing index file, improve main page description. | Éric Araujo | 2011-06-02 | 4 | -14/+71 |
| * | | | this documentation is now handled by all the new packaging contributors | Tarek Ziade | 2011-06-02 | 1 | -1/+1 |
| * | | | merge | Raymond Hettinger | 2011-06-01 | 1 | -22/+32 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | Forward port doc updates for builtin functions. | Raymond Hettinger | 2011-06-01 | 1 | -22/+32 |
| * | | Kill trailing whitespace | Éric Araujo | 2011-06-01 | 4 | -30/+30 |
| * | | Add documentation for the packaging module. | Éric Araujo | 2011-06-01 | 42 | -3/+7388 |
| * | | Issue #12196: Add a note on os.pipe2() in the "Whats' new in Python 3.3" | Charles-François Natali | 2011-06-01 | 1 | -0/+5 |
| * | | Merge 3.2 | Éric Araujo | 2011-06-01 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Branch merge | Éric Araujo | 2011-06-01 | 1 | -3/+3 |
| | |\ | |||||
| | | * | Fix markup: arguments in a class directive are __init__ arguments, not base c... | Éric Araujo | 2011-05-31 | 1 | -3/+3 |
| * | | | merge 3.2 | Benjamin Peterson | 2011-06-01 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | demote this to a note | Benjamin Peterson | 2011-06-01 | 1 | -1/+1 |
| | |/ | |||||
| * | | Close #12028: Make threading._get_ident() public, rename it to | Victor Stinner | 2011-05-30 | 2 | -8/+18 |
| * | | Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls | Victor Stinner | 2011-05-30 | 1 | -1/+2 |
| * | | Issue #12196: Add pipe2() to the os module. | Charles-François Natali | 2011-05-29 | 1 | -0/+13 |
| * | | Merge 3.2 | Éric Araujo | 2011-05-29 | 2 | -3/+4 |
| |\ \ | | |/ | |||||
| | * | Merge 3.1 | Éric Araujo | 2011-05-29 | 1 | -3/+3 |
| | |\ | |||||
| | | * | Fix typo in 0311f62714f7 | Éric Araujo | 2011-05-29 | 1 | -1/+1 |
| | | * | Don’t misuse “package data” in pprint example | Éric Araujo | 2011-05-29 | 1 | -3/+3 |
| | * | | Branch merge | Éric Araujo | 2011-05-29 | 4 | -81/+86 |
| | |\ \ | |||||
| * | \ \ | Branch merge | Éric Araujo | 2011-05-29 | 5 | -100/+98 |
| |\ \ \ \ | |||||
| | * | | | | Put version* directives at the right scope | Éric Araujo | 2011-05-29 | 1 | -14/+6 |