summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,...Georg Brandl2010-08-021-3/+2
* Merged revisions 83440 via svnmerge fromAntoine Pitrou2010-08-011-0/+28
* Merged revisions 83411 via svnmerge fromAntoine Pitrou2010-08-011-0/+2
* Merged revisions 83407 via svnmerge fromBrian Curtin2010-08-011-0/+5
* - Issue #7567: Don't call `setupterm' twice.Matthias Klose2010-07-301-1/+1
* Merged revisions 83239 via svnmerge fromMark Dickinson2010-07-291-0/+3
* Merged revisions 83088 via svnmerge fromRonald Oussoren2010-07-241-7/+42
* Merged revisions 83096 via svnmerge fromRonald Oussoren2010-07-231-1/+1
* Merged revisions 83030 via svnmerge fromAntoine Pitrou2010-07-211-2/+8
* Apply patch from Ray Allen for issue 9296Doug Hellmann2010-07-211-1/+1
* Fix #9316. if/is grammar corrections.Brian Curtin2010-07-211-3/+3
* Merged revisions 82941,82943 via svnmerge fromMark Dickinson2010-07-181-2/+2
* Remove PYOS_OS2 special cases from the Solaris/OpenBSD section.Stefan Krah2010-07-131-5/+1
* Issue #9185: On Solaris and OpenBSD, posix_getcwd() could loop indefinitelyStefan Krah2010-07-131-0/+23
* Merged revisions 82628,82630 via svnmerge fromBenjamin Peterson2010-07-071-2/+8
* Merged revisions 82607 via svnmerge fromMark Dickinson2010-07-061-20/+23
* Merged revisions 82595 via svnmerge fromMark Dickinson2010-07-051-8/+8
* Issue #9130: Fix validation of relative imports in parser module.Mark Dickinson2010-07-041-3/+4
* Issue #9128: Validate class decorator syntax correctly in parser module.Mark Dickinson2010-07-041-8/+9
* Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module,Victor Stinner2010-07-031-73/+71
* Revert r81681 (issue 8810).Alexander Belopolsky2010-07-031-2/+1
* Issue #9125: Update parser module for "except ... as ..." syntax.Mark Dickinson2010-06-301-4/+7
* Fix indentation of Python code example in C comment.Mark Dickinson2010-06-251-11/+11
* Issue #9075: In the ssl module, remove the setting of a `debug` flagAntoine Pitrou2010-06-251-1/+0
* Fix #8959 by reverting revision 80761.Thomas Heller2010-06-2113-297/+1898
* Fix Issue4452 - Incorrect docstring of os.setpgrpSenthil Kumaran2010-06-171-1/+1
* Issue #8986: erfc was raising OverflowError on Linux for arguments inMark Dickinson2010-06-131-6/+16
* Revert r80580 due to some unintended side effects. See issue #8202 for details.Nick Coghlan2010-06-131-3/+5
* Fix possible undefined behaviour from signed overflow in struct module.Mark Dickinson2010-06-111-22/+29
* Remove extra ] from itertools.count docstring.Ezio Melotti2010-06-111-1/+1
* Issue #8930: fix some C code indentationAntoine Pitrou2010-06-091-68/+68
* Issue #8899: time.struct_time now has class and atribute docstrings.Alexander Belopolsky2010-06-051-10/+16
* Issue #8864: Define _XOPEN_SOURCE on Solaris for theMartin v. Löwis2010-06-041-0/+6
* Issue8810: Clearing up docstring for tzinfo.utcoffset.Sean Reifscheider2010-06-041-1/+2
* Untabify Modules/config.c.in.Mark Dickinson2010-05-291-18/+17
* Issue #7150: Raise OverflowError if the result of adding or subtractingAlexander Belopolsky2010-05-271-13/+16
* Issue #5640: Fix Shift-JIS incremental encoder for error handlers differentVictor Stinner2010-05-211-1/+1
* Clear the OpenSSL error queue each time an error is signalled.Antoine Pitrou2010-05-161-0/+3
* reindent _cursesmodule.cVictor Stinner2010-05-151-1910/+1910
* Remove unused variable, and fix a compilation warning on WindowsAmaury Forgeot d'Arc2010-05-151-1/+1
* Improve _ssl.c formattingAntoine Pitrou2010-05-121-34/+27
* Issue #8681: Make the zlib module's error messages more informative whenAntoine Pitrou2010-05-111-4/+17
* Issue #8674: fix another bogus overflow check in audioop module.Mark Dickinson2010-05-111-17/+8
* Use ';' after initialization macros to avoid confusing re-indentersAndrew M. Kuchling2010-05-101-40/+40
* Break long line in macrosAndrew M. Kuchling2010-05-101-7/+14
* Move { out of #if...#else block; this confuses Emacs' C-modeAndrew M. Kuchling2010-05-101-4/+6
* Issue #8674: Fix incorrect and UB-inducing overflow checks in audioopMark Dickinson2010-05-101-28/+21
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-09119-71052/+71052
* Issue #8644: Improve accuracy of timedelta.total_seconds method.Mark Dickinson2010-05-091-3/+19
* Skip signal handler re-installation if it is not necessary. Issue 8354.Jean-Paul Calderone2010-05-081-0/+5