summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | #15304: fix wrong warning message in test.support.temp_cwd().Ezio Melotti2012-09-212-1/+4
| | | |
| * | | #15980: merge with 3.2.Ezio Melotti2012-09-211-2/+2
| |\ \ \ | | |/ /
| | * | #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.Ezio Melotti2012-09-211-2/+2
| | | |
| * | | null mergedoko@ubuntu.com2012-09-210-0/+0
| |\ \ \ | | |/ /
| | * | - Issue #11715: Fix multiarch detection without having Debian developmentdoko@ubuntu.com2012-09-212-0/+24
| | | | | | | | | | | | | | | | tools (dpkg-dev) installed.
| * | | merge 3.2Benjamin Peterson2012-09-211-0/+5
| |\ \ \ | | |/ /
| | * | remove gdb noise about linux-vdsoBenjamin Peterson2012-09-211-0/+5
| | | |
| * | | null mergeAlexander Belopolsky2012-09-200-0/+0
| |\ \ \ | | |/ /
| | * | Issue #15973: fixed 3.2 backport.Alexander Belopolsky2012-09-201-2/+4
| | | |
| | * | mergeAlexander Belopolsky2012-09-203-3/+11
| | |\ \
| * | \ \ mergeAlexander Belopolsky2012-09-201-1/+1
| |\ \ \ \
| | * \ \ \ Issue 15959: Merge from 3.2.Mark Dickinson2012-09-201-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Issue 15959: Fix type mismatch for quick{_neg}_int_allocs. Thanks Serhiy ↵Mark Dickinson2012-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Storchaka.
| * | | | | merged 3.2Alexander Belopolsky2012-09-203-0/+10
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | Issue #15973: Fixed segmentation fault on timezone comparison to other types.Alexander Belopolsky2012-09-203-3/+11
| | |/ /
| * | | Issue 15985: merge from 3.2.Mark Dickinson2012-09-201-9/+9
| |\ \ \ | | |/ /
| | * | Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek.Mark Dickinson2012-09-201-9/+9
| | | |
| * | | Issue #15144: Fix possible integer overflow when handling pointers as ↵Antoine Pitrou2012-09-2011-45/+44
| | | | | | | | | | | | | | | | | | | | | | | | integer values, by using Py_uintptr_t instead of size_t. Patch by Serhiy Storchaka.
| * | | mergeChristian Heimes2012-09-2016-38/+64
| |\ \ \
| | * \ \ Merge the quotes/backslashes fixes with 3.2.Ezio Melotti2012-09-203-7/+7
| | |\ \ \ | | | |/ /
| | | * | Fix a few quotes/backslashes.Ezio Melotti2012-09-203-7/+7
| | | | |
| | * | | Merge markup fixes in smtpd.rst with 3.2.Ezio Melotti2012-09-201-6/+7
| | |\ \ \ | | | |/ /
| | | * | Fix markup in smtpd.rst.Ezio Melotti2012-09-201-5/+6
| | | | |
| | * | | Update suspicious ignore file.Ezio Melotti2012-09-201-2/+1
| | | | |
| | * | | Fix rst markup.Ezio Melotti2012-09-202-4/+4
| | | | |
| | * | | Merge rst markup fixes in timeit docs with 3.2.Ezio Melotti2012-09-201-10/+10
| | |\ \ \ | | | |/ /
| | | * | Fix rst markup in timeit docs.Ezio Melotti2012-09-201-10/+10
| | | | |
| | * | | #15970: merge with 3.2.Ezio Melotti2012-09-193-1/+16
| | |\ \ \ | | | |/ /
| | | * | #15970: xml.etree.ElementTree now serializes correctly the empty HTML ↵Ezio Melotti2012-09-193-1/+24
| | | | | | | | | | | | | | | | | | | | elements "meta" and "param".
| | * | | Silence compiler warnings on Solaris 10 via explicit (void *) casts.Trent Nelson2012-09-191-3/+3
| | |\ \ \ | | | |/ /
| | | * | Silence compiler warnings on Solaris 10 via explicit (void *) casts.Trent Nelson2012-09-191-3/+3
| | | | | | | | | | | | | | | | | | | | (Compiler: Solaris Studio 12.3)
| | * | | #15965: Explicitly cast AT_FDCWD as (int).Trent Nelson2012-09-192-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.mockVictor Stinner2012-09-181-1/+2
| | | | |
| | * | | #15796: merge with 3.2.Ezio Melotti2012-09-183-3/+3
| | |\ \ \ | | | |/ /
| | | * | #15796: Fix \n in readline docstring. Patch by Serhiy Storchaka.Ezio Melotti2012-09-183-3/+3
| | | | |
| * | | | Issue #15977: Fix memory leak in Modules/_ssl.c when the function ↵Christian Heimes2012-09-202-0/+10
| |/ / / | | | | | | | | | | | | _set_npn_protocols() is called multiple times
| * | | #11643: merge with 3.2.Ezio Melotti2012-09-171-1/+1
| |\ \ \ | | |/ /
| | * | #11643: fix rst markup error in site.rst.Ezio Melotti2012-09-171-1/+1
| | | |
| * | | #15920: merge with 3.2.Ezio Melotti2012-09-171-13/+13
| |\ \ \ | | |/ /
| | * | #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek.Ezio Melotti2012-09-171-13/+13
| | | |
| * | | Issue #15526: try to fix test_startfile's inability to clean up after itself ↵Antoine Pitrou2012-09-151-8/+7
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | in time. Patch by Jeremy Kloth.
| | * | Issue #15526: try to fix test_startfile's inability to clean up after itself ↵Antoine Pitrou2012-09-151-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | in time. Patch by Jeremy Kloth.
| * | | #15789: merge with 3.2.Ezio Melotti2012-09-151-3/+7
| |\ \ \ | | |/ /
| | * | #15789: mention shell-like parts of the stdlib in the subprocess docs. ↵Ezio Melotti2012-09-151-3/+7
| | | | | | | | | | | | | | | | Patch by Chris Rebert.
| * | | #15932: merge with 3.2.Ezio Melotti2012-09-151-13/+15
| |\ \ \ | | |/ /
| | * | #15932: use with statement in csv doc examples. Patch by Dario Bertini.Ezio Melotti2012-09-151-13/+15
| | | |
| * | | Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ↵Antoine Pitrou2012-09-143-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 Pitrou2012-09-143-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | ValueError when the file-like object is closed. Patch by Alessandro Moura.
| * | | #15831: merge with 3.2Ezio Melotti2012-09-1415-49/+94
| |\ \ \ | | |/ /
| | * | #15831: document multiple signatures on different lines. Patch by Chris ↵Ezio Melotti2012-09-1413-46/+89
| | | | | | | | | | | | | | | | Jerdonek.