summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed warn() to warning() in logging tests.Vinay Sajip2011-10-261-8/+8
|
* Fix typo in NEWSVictor Stinner2011-10-251-1/+1
|
* Fix typos.Ezio Melotti2011-10-251-3/+3
|
* Issue #12619: Expose socket.SO_BINDTODEVICE constantVictor Stinner2011-10-251-0/+3
|
* Issue #13226: Add RTLD_xxx constants to the os module. These constants can byVictor Stinner2011-10-255-5/+54
| | | | used with sys.setdlopenflags().
* Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants toVictor Stinner2011-10-259-288/+615
| | | | | the time module. time.clock_gettime(time.CLOCK_MONOTONIC) provides a monotonic clock
* 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
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | before all tasks have completed.
| | | * | | Issue #10332: multiprocessing: fix a race condition when a Pool is closedCharles-François Natali2011-10-243-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | before all tasks have completed.
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Patch by Suman Saha.
* | | | | | 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 ↵Mark Dickinson2011-10-243-34/+5
| | | | | | | | | | | | | | | | Decimal module.
* | | | 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 ↵Mark Dickinson2011-10-231-15/+23
| | | | | | | | | | | | Stefan Krah.
* | | Issue #10925: Add equivalent pure Python code for the builtin int-to-float ↵Mark Dickinson2011-10-231-0/+80
| |/ |/| | | | | conversion to test_long.
* | Issue #13201: equality for range objects is now based on equality of the ↵Mark Dickinson2011-10-237-4/+209
| | | | | | | | underlying sequences. Thanks Sven Marnach for the patch.
* | 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
| |