Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #16440: merge with 3.3. | Ezio Melotti | 2012-11-08 | 1 | -9/+15 |
|\ | |||||
| * | #16440: merge with 3.2. | Ezio Melotti | 2012-11-08 | 1 | -9/+15 |
| |\ | |||||
| | * | #16440: fix exception type and clarify example. | Ezio Melotti | 2012-11-08 | 1 | -9/+15 |
* | | | Merge issue #16439: Fix markup in example for stdtypes. | Andrew Svetlov | 2012-11-08 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge issue #16439: Fix markup in example for stdtypes. | Andrew Svetlov | 2012-11-08 | 1 | -5/+5 |
| |\ \ | | |/ | |||||
| | * | Issue #16439: Fix markup in example for stdtypes. | Andrew Svetlov | 2012-11-08 | 1 | -5/+5 |
* | | | Merge issue #16435: Link in tutorial now points to python3 FAQ. | Andrew Svetlov | 2012-11-08 | 1 | -7/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge issue #16435: Link in tutorial now points to python3 FAQ. | Andrew Svetlov | 2012-11-08 | 1 | -7/+5 |
| |\ \ | | |/ | |||||
| | * | Issue #16435: Link in tutorial now points to python3 FAQ. | Andrew Svetlov | 2012-11-08 | 1 | -7/+5 |
* | | | #11481: merge with 3.3. | Ezio Melotti | 2012-11-08 | 2 | -5/+28 |
|\ \ \ | |/ / | |||||
| * | | #11481: merge with 3.2. | Ezio Melotti | 2012-11-08 | 2 | -5/+28 |
| |\ \ | | |/ | |||||
| | * | #11481: update copyreg docs and add example. | Ezio Melotti | 2012-11-08 | 2 | -5/+28 |
* | | | #10385: merge with 3.3. | Ezio Melotti | 2012-11-08 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | #10385: merge with 3.2. | Ezio Melotti | 2012-11-08 | 1 | -5/+5 |
| |\ \ | | |/ | |||||
| | * | #10385: use the mod role in subprocess docs. | Ezio Melotti | 2012-11-08 | 1 | -5/+5 |
* | | | Backed out changeset dafca4714298 | Tim Golden | 2012-11-06 | 1 | -6/+5 |
* | | | issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon | Tim Golden | 2012-11-06 | 1 | -5/+6 |
* | | | Merge typo fix. | Ezio Melotti | 2012-11-05 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix typo noticed by Tom Lynn. | Ezio Melotti | 2012-11-05 | 1 | -1/+1 |
* | | | Issue #15641: Clean up deprecated classes from importlib | Andrew Svetlov | 2012-11-05 | 1 | -138/+0 |
* | | | #16304: merge with 3.3. | Ezio Melotti | 2012-11-04 | 1 | -3/+10 |
|\ \ \ | |/ / | |||||
| * | | #16304: merge with 3.2. | Ezio Melotti | 2012-11-04 | 1 | -3/+10 |
| |\ \ | | |/ | |||||
| | * | #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. | Ezio Melotti | 2012-11-04 | 1 | -3/+10 |
* | | | Merge 3.3 | Éric Araujo | 2012-11-03 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | Avoid fd leak in example. Caught by Serhiy. | Éric Araujo | 2012-11-03 | 1 | -2/+3 |
* | | | Merge 3.3 | Éric Araujo | 2012-11-03 | 2 | -0/+33 |
|\ \ \ | |/ / | |||||
| * | | Add examples for opener argument of open (#13424). | Éric Araujo | 2012-11-03 | 2 | -0/+33 |
* | | | Merge from 3.3: link to mapping glossary entry in docs. | Chris Jerdonek | 2012-11-03 | 2 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge from 3.2: link to mapping glossary entry in docs. | Chris Jerdonek | 2012-11-03 | 2 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. | Chris Jerdonek | 2012-11-03 | 2 | -3/+3 |
* | | | #4711: merge with 3.3. | Ezio Melotti | 2012-11-03 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | #4711: merge with 3.2. | Ezio Melotti | 2012-11-03 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | #4711: break long words in the docs sidebar to avoid overflow. | Ezio Melotti | 2012-11-03 | 1 | -0/+1 |
* | | | Issue #16261: fix bare excepts in Doc/ | Andrew Svetlov | 2012-11-02 | 3 | -5/+3 |
* | | | Merge 3.3. | Stefan Krah | 2012-11-02 | 1 | -6/+0 |
|\ \ \ | |/ / | |||||
| * | | Issue #15814: Use hash function that is compatible with the equality | Stefan Krah | 2012-11-02 | 1 | -6/+0 |
* | | | merge with 3.3 | Georg Brandl | 2012-11-02 | 1 | -12/+10 |
|\ \ \ | |/ / | |||||
| * | | merge with 3.2 | Georg Brandl | 2012-11-02 | 1 | -12/+10 |
| |\ \ | | |/ | |||||
| | * | Grammar touchup. | Georg Brandl | 2012-11-02 | 1 | -12/+10 |
* | | | Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu | Andrew Svetlov | 2012-11-01 | 1 | -0/+21 |
|\ \ \ | |/ / | |||||
| * | | Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu | Andrew Svetlov | 2012-11-01 | 1 | -0/+21 |
| |\ \ | | |/ | |||||
| | * | Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu | Andrew Svetlov | 2012-11-01 | 1 | -0/+21 |
* | | | Merge: Reword set docs to use *proper subset/superset* terminology. | Andrew Svetlov | 2012-11-01 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge: Reword set docs to use *proper subset/superset* terminology. | Andrew Svetlov | 2012-11-01 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Reword set docs to use *proper subset/superset* terminology. | Andrew Svetlov | 2012-11-01 | 1 | -2/+2 |
* | | | Merge issue #14893: Add function annotation example to function tutorial. | Andrew Svetlov | 2012-11-01 | 1 | -0/+34 |
|\ \ \ | |/ / | |||||
| * | | Merge issue #14893: Add function annotation example to function tutorial. | Andrew Svetlov | 2012-11-01 | 1 | -0/+34 |
| |\ \ | | |/ | |||||
| | * | Issue #14893: Add function annotation example to function tutorial. | Andrew Svetlov | 2012-11-01 | 1 | -0/+34 |
| | * | merge heads | Andrew Svetlov | 2012-10-31 | 1 | -104/+133 |
| | |\ | |||||
* | | \ | Issue #14900: document added sort keys for profile stats. | Andrew Svetlov | 2012-10-31 | 1 | -104/+133 |
|\ \ \ \ | |/ / / |