summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #13226: Add RTLD_xxx constants to the os module. These constants can byVictor Stinner2011-10-255-5/+54
* Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants toVictor Stinner2011-10-259-288/+615
* Merge the codecs doc refactoring with 3.2.Ezio Melotti2011-10-251-19/+21
|\
| * Refactor a bit the codecs doc.Ezio Melotti2011-10-251-19/+21
* | Remove mention of narrow/wide builds in the codecs doc.Ezio Melotti2011-10-251-5/+3
* | Remove mention of narrow/wide builds and update array doc, add a test.Ezio Melotti2011-10-253-12/+6
* | Null merge with 3.2.Ezio Melotti2011-10-250-0/+0
|\ \ | |/
| * Fix typo.Ezio Melotti2011-10-251-1/+1
* | Remove mention of narrow/wide builds from ord/chr doc.Ezio Melotti2011-10-251-8/+1
* | #13251: update string description in datamodel.rst.Ezio Melotti2011-10-251-10/+10
* | merge 3.2Benjamin Peterson2011-10-250-0/+0
|\ \ | |/
| * merge headsBenjamin Peterson2011-10-254-5/+37
| |\
| | * merge headsPetri Lehtinen2011-10-246-36/+71
| | |\
* | | \ merge headsBenjamin Peterson2011-10-255-7/+46
|\ \ \ \
| * | | | Fix test_imp failure under WindowsAntoine Pitrou2011-10-241-2/+9
| * | | | merge headsPetri Lehtinen2011-10-2425-249/+289
| |\ \ \ \
| | * \ \ \ Issue #10332: multiprocessing: fix a race condition when a Pool is closedCharles-François Natali2011-10-243-1/+22
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Issue #10332: multiprocessing: fix a race condition when a Pool is closedCharles-François Natali2011-10-243-1/+22
| * | | | | Merge 3.2Petri Lehtinen2011-10-242-4/+15
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Issue #13018: Fix reference leaks in error paths in dictobject.c.Petri Lehtinen2011-10-242-4/+15
* | | | | | merge 3.2 (#13259)Benjamin Peterson2011-10-251-0/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | document __bytes__ special method (closes #13259)Benjamin Peterson2011-10-251-0/+8
| | |_|/ | |/| |
* | | | merge 3.2Benjamin Peterson2011-10-241-1/+3
|\ \ \ \ | |/ / /
| * | | note callable is back in 3.2Benjamin Peterson2011-10-241-1/+3
* | | | Merge 3.2.Florent Xicluna2011-10-242-4/+6
|\ \ \ \ | |/ / /
| * | | Issue #13255: wrong docstrings in array module.Florent Xicluna2011-10-242-4/+6
* | | | Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from De...Mark Dickinson2011-10-243-34/+5
* | | | Improve the porting sectionAntoine Pitrou2011-10-231-6/+24
* | | | Improve / clean up the PEP 393 descriptionAntoine Pitrou2011-10-231-16/+20
* | | | Improve description of PEP 3151Antoine Pitrou2011-10-231-33/+38
* | | | Mention InterruptedError in the doc for new function signal.sigwaitinfoAntoine Pitrou2011-10-231-2/+2
* | | | MergeAntoine Pitrou2011-10-231-1/+1
|\ \ \ \
| * | | | Use ``...`` for string literals.Ezio Melotti2011-10-231-1/+1
* | | | | Use InterruptedError instead of checking for EINTRAntoine Pitrou2011-10-236-38/+17
|/ / / /
* | | | Fix documentation formatting.Florent Xicluna2011-10-231-1/+1
* | | | Merge headsFlorent Xicluna2011-10-232-30/+36
|\ \ \ \
| * \ \ \ Merge 3.2Florent Xicluna2011-10-232-30/+36
| |\ \ \ \ | | |/ / /
| | * | | Issue 13141: Demonstrate recommended style for socketserver examples.Florent Xicluna2011-10-232-30/+40
| | | |/ | | |/|
* | | | Remove obsolete FAQ.Ezio Melotti2011-10-231-31/+0
|/ / /
* | | Documentation typo.Florent Xicluna2011-10-232-2/+2
* | | Cleanup code: remove int/long idioms and simplify a while statement.Florent Xicluna2011-10-235-35/+10
* | | Issue #12965: Fix some inaccurate comments in Objects/longobject.c. Thanks S...Mark Dickinson2011-10-231-15/+23
* | | Issue #10925: Add equivalent pure Python code for the builtin int-to-float co...Mark Dickinson2011-10-231-0/+80
| |/ |/|
* | Issue #13201: equality for range objects is now based on equality of the unde...Mark Dickinson2011-10-237-4/+209
* | Merge 3.2Petri Lehtinen2011-10-231-0/+2
|\ \ | |/
| * Add the green "New reference" note to the doc of PyException_GetTraceback()Petri Lehtinen2011-10-231-0/+2
* | Rewrite find_module_path using unicode API.Martin v. Löwis2011-10-231-35/+48
* | Fix off-by-one error.Martin v. Löwis2011-10-231-2/+2
* | Drop unused macros. Use CACHEDIR consistently.Martin v. Löwis2011-10-231-8/+4
* | Rewrite make_source_pathname using Unicode API.Martin v. Löwis2011-10-231-38/+41