summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for fcc629208842Christian Heimes2012-09-071-9/+7
|\
| * Fix for fcc629208842Christian Heimes2012-09-071-9/+7
* | Issue #15591 and Issue #11715: silence output of setup.py when make is run wi...Christian Heimes2012-09-061-7/+9
|\ \
| * \ Issue #15591 and Issue #11715: silence output of setup.py when make is run wi...Christian Heimes2012-09-061-7/+9
| |\ \ | | |/
| | * Issue #15591 and Issue #11715: silence output of setup.py when make is run wi...Christian Heimes2012-09-061-7/+9
* | | Fix a typo in the curses docsRoss Lagerwall2012-09-061-1/+1
|/ /
* | Issue #15591: run ctypes' configure in quiet mode when setup.py runs silentlyChristian Heimes2012-09-061-0/+2
|\ \ | |/
| * Issue #15591: run ctypes' configure in quiet mode when setup.py runs silentlyChristian Heimes2012-09-061-0/+2
* | After the jump in line 1051 unicode_tmp is NULL. Found by Coverity.Stefan Krah2012-09-061-1/+1
* | _testbuffer.c: In all current use cases of cmp_structure() dest->format andStefan Krah2012-09-061-3/+2
* | add whatsnew entry for PEP 421Eric Snow2012-09-061-0/+35
* | Issue #13992: The trashcan mechanism is now thread-safe. This eliminatesAntoine Pitrou2012-09-057-9/+140
|\ \ | |/
| * Issue #13992: The trashcan mechanism is now thread-safe. This eliminatesAntoine Pitrou2012-09-057-9/+140
* | Issue #15841: The readable(), writable() and seekable() methods of BytesIOAntoine Pitrou2012-09-056-12/+47
|\ \ | |/
| * Issue #15841: The readable(), writable() and seekable() methods of BytesIOAntoine Pitrou2012-09-056-12/+47
* | Issue #15855: updated related manual entries.Alexander Belopolsky2012-09-031-1/+7
* | Issue #15855: added docstrings for memoryview methods and data descriptors ne...Alexander Belopolsky2012-09-031-13/+28
* | Issue #15855: added docstrings for memoryview methods and data descriptors (m...Alexander Belopolsky2012-09-031-10/+41
|\ \ | |/
| * Issue #15855: added docstrings for memoryview methods and data descriptors.Alexander Belopolsky2012-09-031-11/+43
* | #15557,#15447,#15509: webbrowser test suite added.R David Murray2012-09-032-0/+195
* | #15447: Use subprocess.DEVNULL in webbrowser, instead of openingR David Murray2012-09-032-2/+5
* | Merge #15509: If %action substitution produces a null string, drop it.R David Murray2012-09-032-2/+12
|\ \ | |/
| * #15509: If %action substitution produces a null string, drop it.R David Murray2012-09-032-2/+12
* | Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictionsNick Coghlan2012-09-031-0/+8
* | merge 3.2Benjamin Peterson2012-09-021-2/+2
|\ \ | |/
| * put * in the normal placeBenjamin Peterson2012-09-021-2/+2
* | get rid of ast_error_finish by passing the compiling struct to ast_errorBenjamin Peterson2012-09-022-119/+75
* | merge 3.2Benjamin Peterson2012-09-021-2/+2
|\ \ | |/
| * move variable decl to the top of the functionBenjamin Peterson2012-09-021-2/+2
* | merge headsBenjamin Peterson2012-09-021-1/+1
|\ \
| * | Fix C++-style comment (xlc compilation failure)Antoine Pitrou2012-09-021-1/+1
* | | merge 3.2 (#15846)Benjamin Peterson2012-09-023-0/+17
|\ \ \ | |/ / |/| / | |/
| * prevert ast errors from being normalized before ast_error_finish is called (c...Benjamin Peterson2012-09-023-0/+17
* | Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews.Stefan Krah2012-09-021-6/+8
* | Make super() internal errors RuntimeError instead of SystemError (closes #15839)Benjamin Peterson2012-09-023-7/+24
* | Close #14223: Fix window.addch(curses.ACS_HLINE)Victor Stinner2012-09-012-27/+14
* | Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1.Stefan Krah2012-09-011-15/+7
* | Add missing unit.Stefan Krah2012-09-011-1/+1
* | Compile _decimal without asserts and update benchmark results.Stefan Krah2012-09-012-2/+2
* | #15802: Fix test logic in TestMaildir.test_create_tmpPetri Lehtinen2012-09-012-5/+8
|\ \ | |/
| * #15802: Fix test logic in TestMaildir.test_create_tmpPetri Lehtinen2012-09-012-5/+8
* | Merge #12776,#11839: call argparse type function only once.R David Murray2012-09-014-7/+74
|\ \ | |/
| * #12776,#11839: call argparse type function only once.R David Murray2012-09-014-7/+69
* | Merge whitespace fix from 3.2.Trent Nelson2012-08-311-4/+4
|\ \ | |/
| * Remove trailing whitespace in order to silence warnings on HP-UX.Trent Nelson2012-08-311-4/+4
* | Issue #15828: Don't try to close a file if imp.find_module() doesn'tBrett Cannon2012-08-311-1/+3
* | Issue #15828: Restore support for C extension modules in imp.load_module()Nick Coghlan2012-08-314-21/+35
* | Issue #15825: fix typo in OrderedDict docs.Andrew Svetlov2012-08-312-1/+2
|\ \ | |/
| * Issue #15825: fix typo in OrderedDict docs.Andrew Svetlov2012-08-312-1/+2
* | Issue #15819: Fix out-of-tree builds from a readonly source.Trent Nelson2012-08-302-4/+9