Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.2 | Benjamin Peterson | 2012-09-21 | 1 | -0/+5 |
|\ | |||||
| * | remove gdb noise about linux-vdso | Benjamin Peterson | 2012-09-21 | 1 | -0/+5 |
| | | |||||
* | | null merge | Alexander Belopolsky | 2012-09-20 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #15973: fixed 3.2 backport. | Alexander Belopolsky | 2012-09-20 | 1 | -2/+4 |
| | | |||||
| * | merge | Alexander Belopolsky | 2012-09-20 | 3 | -3/+11 |
| |\ | |||||
* | \ | merge | Alexander Belopolsky | 2012-09-20 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Issue 15959: Merge from 3.2. | Mark Dickinson | 2012-09-20 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue 15959: Fix type mismatch for quick{_neg}_int_allocs. Thanks Serhiy ↵ | Mark Dickinson | 2012-09-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Storchaka. | ||||
* | | | | merged 3.2 | Alexander Belopolsky | 2012-09-20 | 3 | -0/+10 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Issue #15973: Fixed segmentation fault on timezone comparison to other types. | Alexander Belopolsky | 2012-09-20 | 3 | -3/+11 |
| |/ | |||||
* | | Issue 15985: merge from 3.2. | Mark Dickinson | 2012-09-20 | 1 | -9/+9 |
|\ \ | |/ | |||||
| * | Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. | Mark Dickinson | 2012-09-20 | 1 | -9/+9 |
| | | |||||
* | | Issue #15144: Fix possible integer overflow when handling pointers as ↵ | Antoine Pitrou | 2012-09-20 | 11 | -45/+44 |
| | | | | | | | | | | | | integer values, by using Py_uintptr_t instead of size_t. Patch by Serhiy Storchaka. | ||||
* | | merge | Christian Heimes | 2012-09-20 | 16 | -38/+64 |
|\ \ | |||||
| * \ | Merge the quotes/backslashes fixes with 3.2. | Ezio Melotti | 2012-09-20 | 3 | -7/+7 |
| |\ \ | | |/ | |||||
| | * | Fix a few quotes/backslashes. | Ezio Melotti | 2012-09-20 | 3 | -7/+7 |
| | | | |||||
| * | | Merge markup fixes in smtpd.rst with 3.2. | Ezio Melotti | 2012-09-20 | 1 | -6/+7 |
| |\ \ | | |/ | |||||
| | * | Fix markup in smtpd.rst. | Ezio Melotti | 2012-09-20 | 1 | -5/+6 |
| | | | |||||
| * | | Update suspicious ignore file. | Ezio Melotti | 2012-09-20 | 1 | -2/+1 |
| | | | |||||
| * | | Fix rst markup. | Ezio Melotti | 2012-09-20 | 2 | -4/+4 |
| | | | |||||
| * | | Merge rst markup fixes in timeit docs with 3.2. | Ezio Melotti | 2012-09-20 | 1 | -10/+10 |
| |\ \ | | |/ | |||||
| | * | Fix rst markup in timeit docs. | Ezio Melotti | 2012-09-20 | 1 | -10/+10 |
| | | | |||||
| * | | #15970: merge with 3.2. | Ezio Melotti | 2012-09-19 | 3 | -1/+16 |
| |\ \ | | |/ | |||||
| | * | #15970: xml.etree.ElementTree now serializes correctly the empty HTML ↵ | Ezio Melotti | 2012-09-19 | 3 | -1/+24 |
| | | | | | | | | | | | | elements "meta" and "param". | ||||
| * | | Silence compiler warnings on Solaris 10 via explicit (void *) casts. | Trent Nelson | 2012-09-19 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Silence compiler warnings on Solaris 10 via explicit (void *) casts. | Trent Nelson | 2012-09-19 | 1 | -3/+3 |
| | | | | | | | | | | | | (Compiler: Solaris Studio 12.3) | ||||
| * | | #15965: Explicitly cast AT_FDCWD as (int). | Trent Nelson | 2012-09-19 | 2 | -1/+11 |
| | | | | | | | | | | | | | | | Required on Solaris 10 (which defines AT_FDCWD as 0xffd19553), harmless on other platforms. | ||||
| * | | What's New in Python 3.3: mention unittest.mock | Victor Stinner | 2012-09-18 | 1 | -1/+2 |
| | | | |||||
| * | | #15796: merge with 3.2. | Ezio Melotti | 2012-09-18 | 3 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | #15796: Fix \n in readline docstring. Patch by Serhiy Storchaka. | Ezio Melotti | 2012-09-18 | 3 | -3/+3 |
| | | | |||||
* | | | Issue #15977: Fix memory leak in Modules/_ssl.c when the function ↵ | Christian Heimes | 2012-09-20 | 2 | -0/+10 |
|/ / | | | | | | | _set_npn_protocols() is called multiple times | ||||
* | | #11643: merge with 3.2. | Ezio Melotti | 2012-09-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #11643: fix rst markup error in site.rst. | Ezio Melotti | 2012-09-17 | 1 | -1/+1 |
| | | |||||
* | | #15920: merge with 3.2. | Ezio Melotti | 2012-09-17 | 1 | -13/+13 |
|\ \ | |/ | |||||
| * | #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek. | Ezio Melotti | 2012-09-17 | 1 | -13/+13 |
| | | |||||
* | | Issue #15526: try to fix test_startfile's inability to clean up after itself ↵ | Antoine Pitrou | 2012-09-15 | 1 | -8/+7 |
|\ \ | |/ | | | | | | | | | in time. Patch by Jeremy Kloth. | ||||
| * | Issue #15526: try to fix test_startfile's inability to clean up after itself ↵ | Antoine Pitrou | 2012-09-15 | 1 | -8/+7 |
| | | | | | | | | | | | | in time. Patch by Jeremy Kloth. | ||||
* | | #15789: merge with 3.2. | Ezio Melotti | 2012-09-15 | 1 | -3/+7 |
|\ \ | |/ | |||||
| * | #15789: mention shell-like parts of the stdlib in the subprocess docs. ↵ | Ezio Melotti | 2012-09-15 | 1 | -3/+7 |
| | | | | | | | | Patch by Chris Rebert. | ||||
* | | #15932: merge with 3.2. | Ezio Melotti | 2012-09-15 | 1 | -13/+15 |
|\ \ | |/ | |||||
| * | #15932: use with statement in csv doc examples. Patch by Dario Bertini. | Ezio Melotti | 2012-09-15 | 1 | -13/+15 |
| | | |||||
* | | Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ↵ | Antoine Pitrou | 2012-09-14 | 3 | -2/+28 |
|\ \ | |/ | | | | | | | | | ValueError when the file-like object is closed. Patch by Alessandro Moura. | ||||
| * | Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ↵ | Antoine Pitrou | 2012-09-14 | 3 | -2/+28 |
| | | | | | | | | | | | | ValueError when the file-like object is closed. Patch by Alessandro Moura. | ||||
* | | #15831: merge with 3.2 | Ezio Melotti | 2012-09-14 | 15 | -49/+94 |
|\ \ | |/ | |||||
| * | #15831: document multiple signatures on different lines. Patch by Chris ↵ | Ezio Melotti | 2012-09-14 | 13 | -46/+89 |
| | | | | | | | | Jerdonek. | ||||
* | | #15437, #15439: merge with 3.2. | Ezio Melotti | 2012-09-13 | 3 | -246/+123 |
|\ \ | |/ | |||||
| * | #15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst ↵ | Ezio Melotti | 2012-09-13 | 3 | -244/+124 |
| | | | | | | | | accordingly. | ||||
* | | Issue #15881: Clarify comment in exit function | Richard Oudkerk | 2012-09-13 | 1 | -8/+11 |
| | | |||||
* | | Issue #15599: FreeBSD on KVM cannot handle a very low switch interval. | Stefan Krah | 2012-09-12 | 1 | -1/+3 |
| | | |||||
* | | Merge 3.2 fix updates and tests for issue #15906. | Barry Warsaw | 2012-09-12 | 2 | -5/+28 |
|\ \ | |/ |