Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #11223: Add threading._info() function providing informations about the | Victor Stinner | 2011-04-19 | 2 | -0/+32 |
| | | | | | | | | | thread implementation. Skip test_lock_acquire_interruption() and test_rlock_acquire_interruption() of test_threadsignals if a thread lock is implemented using a POSIX mutex and a POSIX condition variable. A POSIX condition variable cannot be interrupted by a signal (e.g. on Linux, the futex system call is restarted). | ||||
* | Merge with 3.2. | Ezio Melotti | 2011-04-19 | 1 | -1/+1 |
|\ | |||||
| * | Merge with 3.1. | Ezio Melotti | 2011-04-19 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix wrong number of functions noticed by Sandro Tosi. | Ezio Melotti | 2011-04-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merged documentation fix from 3.2. | Vinay Sajip | 2011-04-19 | 1 | -6/+17 |
|\ \ \ | |/ / | |||||
| * | | Updated documentation on fileConfig(). | Vinay Sajip | 2011-04-19 | 1 | -6/+17 |
| | | | |||||
* | | | Add new email.policy document to the toctree and fix markup glitch. | Georg Brandl | 2011-04-19 | 2 | -1/+2 |
| | | | |||||
* | | | Markup and text fixes from Georg Brandl's review. | R David Murray | 2011-04-18 | 2 | -28/+36 |
| | | | |||||
* | | | Merge: Fix markup. | R David Murray | 2011-04-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix markup. | R David Murray | 2011-04-18 | 1 | -1/+1 |
| | | | |||||
* | | | #11731: simplify/enhance parser/generator API by introducing policy objects. | R David Murray | 2011-04-18 | 3 | -32/+256 |
| | | | | | | | | | | | | | | | | | | | | | | | | This new interface will also allow for future planned enhancements in control over the parser/generator without requiring any additional complexity in the parser/generator API. Patch reviewed by Éric Araujo and Barry Warsaw. | ||||
* | | | Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. | R David Murray | 2011-04-18 | 1 | -3/+11 |
|\ \ \ | |/ / | |||||
| * | | #11492: rewrite header folding algorithm. Less code, more passing tests. | R David Murray | 2011-04-18 | 1 | -3/+11 |
| | | | |||||
* | | | #11865: Merge with 3.2. | Ezio Melotti | 2011-04-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | #11865: Merge with 3.1. | Ezio Melotti | 2011-04-18 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | #11865: fix typo in init.rst. | Ezio Melotti | 2011-04-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge with 3.2. | Ezio Melotti | 2011-04-16 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix a few more hyphens in argparse.rst | Ezio Melotti | 2011-04-16 | 1 | -3/+3 |
| | | | |||||
| * | | Consistency fix: "command line" is the noun, "command-line" the adjective. | Georg Brandl | 2011-04-16 | 1 | -18/+18 |
| | | | |||||
| * | | Backport 8a9f8f34d9d5. | Georg Brandl | 2011-04-16 | 1 | -1/+1 |
| | | | |||||
* | | | Fix duplicate "is". | Georg Brandl | 2011-04-16 | 1 | -1/+1 |
| | | | |||||
* | | | Merge with 3.2 | Georg Brandl | 2011-04-16 | 1 | -3/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.1 | Georg Brandl | 2011-04-16 | 1 | -3/+4 |
| |\ \ | | |/ | |||||
| | * | Small wording fix. | Georg Brandl | 2011-04-16 | 1 | -3/+4 |
| | | | |||||
* | | | Consistency fix: "command line" is the noun, "command-line" the adjective. | Georg Brandl | 2011-04-16 | 1 | -18/+18 |
| | | | |||||
* | | | Issue #11855: merge from 3.2 | Eli Bendersky | 2011-04-16 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue #11855: merge from 3.1 | Eli Bendersky | 2011-04-16 | 1 | -5/+5 |
| |\ \ | | |/ | |||||
| | * | Issue #11855: Apply missing formatting for urlretrieve | Eli Bendersky | 2011-04-16 | 1 | -5/+5 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2011-04-16 | 1 | -0/+20 |
|\ \ \ | |/ / | |||||
| * | | merge | Raymond Hettinger | 2011-04-16 | 1 | -0/+20 |
| |\ \ | | |/ | |||||
| | * | Add another example to the collections module docs. | Raymond Hettinger | 2011-04-16 | 1 | -0/+20 |
| | | | |||||
* | | | #11843: Merge with 3.2. | Ezio Melotti | 2011-04-15 | 1 | -2/+0 |
|\ \ \ | |/ / | |||||
| * | | #11843: Merge with 3.1. | Ezio Melotti | 2011-04-15 | 1 | -2/+0 |
| |\ \ | | |/ | |||||
| | * | #11843: remove duplicate line from table in distutil doc. | Ezio Melotti | 2011-04-15 | 1 | -2/+0 |
| | | | |||||
* | | | #4783: Merge with 3.2. | Ezio Melotti | 2011-04-15 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | #4783: Merge with 3.1. | Ezio Melotti | 2011-04-15 | 1 | -0/+5 |
| |\ \ | | |/ | |||||
| | * | #4783: document that is not possible to use json.dump twice on the same stream. | Ezio Melotti | 2011-04-15 | 1 | -0/+5 |
| | | | |||||
* | | | merge from 3.2 | Eli Bendersky | 2011-04-15 | 1 | -6/+38 |
|\ \ \ | |/ / | |||||
| * | | merge from 3.1 | Eli Bendersky | 2011-04-15 | 1 | -6/+38 |
| |\ \ | | |/ | |||||
| | * | Issue #11827: remove mention of list2cmdline in the doc of subprocess | Eli Bendersky | 2011-04-15 | 1 | -6/+37 |
| | | | |||||
* | | | #11840: Merge with 3.2. | Ezio Melotti | 2011-04-14 | 1 | -33/+31 |
|\ \ \ | |/ / | |||||
| * | | #11840: Merge with 3.1. | Ezio Melotti | 2011-04-14 | 1 | -33/+31 |
| |\ \ | | |/ | |||||
| | * | #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. | Ezio Melotti | 2011-04-14 | 1 | -29/+27 |
| | | | |||||
| | * | #9101: backport json reference in configparser doc. | Ezio Melotti | 2011-04-14 | 1 | -0/+10 |
| | | | |||||
* | | | #11684: Complete parser bytes interface by adding BytesHeaderParser | R David Murray | 2011-04-13 | 1 | -6/+8 |
| | | | | | | | | | | | | Patch by Steffen Daode Nurpmeso. | ||||
* | | | Merge: Fix wording and clarify that the IDNA codec operates on full domain ↵ | R David Murray | 2011-04-13 | 1 | -2/+8 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | names. Before reading the code to check, I wasn't sure if it operated on full domain names or just individual labels. | ||||
| * | | Merge: Fix wording and clarify that the IDNA codec operates on full domain ↵ | R David Murray | 2011-04-13 | 1 | -2/+8 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | names. Before reading the code to check, I wasn't sure if it operated on full domain names or just individual labels. | ||||
| | * | Fix wording and clarify that the IDNA codec operates on full domain names. | R David Murray | 2011-04-13 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | Before reading the code to check, I wasn't sure if it operated on full domain names or just individual labels. | ||||
* | | | Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 | R David Murray | 2011-04-13 | 1 | -4/+4 |
|\ \ \ | |/ / | | | | | | | Patch by Amaury Forgeot d'Arc, updated by Sando Tosi. | ||||
| * | | Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 | R David Murray | 2011-04-13 | 1 | -4/+4 |
| |\ \ | | |/ | | | | | | | Patch by Amaury Forgeot d'Arc, updated by Sando Tosi. |