summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap()Christian Heimes2012-09-112-6/+7
| * | Closes #15973: fix a segmentation fault when comparing timezone objects.Georg Brandl2012-09-224-0/+13
| * | Issue #15926: Fix crash after multiple reinitializations of the interpreter.Antoine Pitrou2012-09-122-1/+3
| * | Closes #15925: fix regression in parsedate() and parsedate_tz() that should r...Georg Brandl2012-09-224-24/+21
| * | Closes #15969: rename new API to have consistent names in the faulthandler mo...Georg Brandl2012-09-224-37/+41
| * | Fix NEWS entry location.Georg Brandl2012-09-221-4/+7
| * | Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_pr...Christian Heimes2012-09-202-0/+10
| * | Spacing fix.Georg Brandl2012-09-221-0/+1
| * | Issue #15882: Change _decimal to accept any coefficient tuple whenStefan Krah2012-09-103-7/+21
| * | Updates NEWS for issue #15895Christian Heimes2012-09-111-1/+5
| * | Issue #15895: my analysis was slightly off. The FILE pointer is only leaked w...Christian Heimes2012-09-111-8/+6
| * | Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when filenam...Christian Heimes2012-09-111-1/+5
* | | Issue #15379: Fix passing of non-BMP characters as integers for the charmap d...Antoine Pitrou2012-09-233-3/+123
|\ \ \ | | |/ | |/|
| * | Issue #15379: Fix passing of non-BMP characters as integers for the charmap d...Antoine Pitrou2012-09-234-3/+135
* | | Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation.Nadeem Vawda2012-09-231-4/+4
* | | Fix indentation of examples in lzma module documentation.Nadeem Vawda2012-09-231-2/+2
* | | GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89)Christian Heimes2012-09-231-1/+1
* | | Use C-style comments for C89 / ANSI C compatibilityChristian Heimes2012-09-231-1/+1
* | | Use C-style comments (required for the AIX build slave).Stefan Krah2012-09-231-2/+2
* | | Use C-style comments.Stefan Krah2012-09-231-24/+24
* | | #15949, #15899: merge with 3.2.Ezio Melotti2012-09-231-2/+2
|\ \ \ | |/ /
| * | #15949, #15899: use \ufffd instead of ?.Ezio Melotti2012-09-231-2/+2
* | | Issue #15969: Fix the issue number in Misc/NEWSVictor Stinner2012-09-231-1/+1
* | | Issue #5969: faulthandler module: rename dump_tracebacks_later() toVictor Stinner2012-09-234-37/+40
* | | #15925: fix regression: return None for null and non-date strings.R David Murray2012-09-224-24/+20
* | | #15949, 15899: merge with 3.2.Ezio Melotti2012-09-221-2/+2
|\ \ \ | |/ /
| * | #15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-...Ezio Melotti2012-09-221-2/+2
* | | Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes.Larry Hastings2012-09-211-31/+84
* | | Mention that "defaults" can be None for inspect.getfullargspec.Larry Hastings2012-09-211-5/+6
* | | Add What's New entries for some minor work I did in 3.3.Larry Hastings2012-09-211-1/+12
* | | #15421: merge with 3.2.Ezio Melotti2012-09-213-1/+14
|\ \ \ | |/ /
| * | #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXY...Ezio Melotti2012-09-213-1/+14
* | | #15304: merge with 3.2.Ezio Melotti2012-09-213-1/+14
|\ \ \ | |/ /
| * | #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
* | | 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 Sto...Mark Dickinson2012-09-201-1/+1
* | | | | 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