summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge in changes from 3.3.0rc2 release clone.Georg Brandl2012-09-097-17/+36
|\
| * Post-release updates for 3.3.0rc2.Georg Brandl2012-09-092-1/+13
| * Added tag v3.3.0rc2 for changeset 88a0792e8ba3Georg Brandl2012-09-091-0/+1
| * Issue #15814: Update whatsnew to the current state of hashing memoryviews.v3.3.0rc2Stefan Krah2012-09-081-3/+2
| * Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictionsNick Coghlan2012-09-031-0/+8
| * Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews.Stefan Krah2012-09-021-6/+8
| * Bump to 3.3.0rc2.Georg Brandl2012-09-096-7/+7
| * Fix NEWS entry location.Georg Brandl2012-09-091-3/+6
| * Issue #15822: Fix installation of lib2to3 grammar pickles to ensureNed Deily2012-09-093-3/+25
| * Issue #13992: The trashcan mechanism is now thread-safe. This eliminatesAntoine Pitrou2012-09-057-9/+140
| * Changelog entry for 8c2e87aeb707.Georg Brandl2012-09-081-0/+3
| * Fix bug with argparse.Parser.parse_args(*args)Zbigniew Jędrzejewski-Szmek2012-09-022-1/+22
| * Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().Stefan Krah2012-08-303-0/+12
| * Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1.Stefan Krah2012-09-011-15/+7
| * Issue #15724: Add versionchanged tags to the memoryview documentation.Stefan Krah2012-08-301-2/+10
| * Add missing unit.Stefan Krah2012-09-011-1/+1
| * Compile _decimal without asserts and update benchmark results.Stefan Krah2012-09-012-2/+2
| * Close #14223: Fix window.addch(curses.ACS_HLINE)Victor Stinner2012-09-012-27/+14
| * 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 #15340: Fix importing the random module when /dev/urandom cannot be ope...Antoine Pitrou2012-09-072-1/+5
| * Issue #15781: Fix two small race conditions in import's module locking.Antoine Pitrou2012-08-275-3635/+3659
| * Issue #15784: Modify OSError.__str__() to better distinguish betweenRichard Oudkerk2012-08-283-4/+7
| * Issue #15785: Modify window.get_wch() API of the curses module: return aVictor Stinner2012-08-284-13/+20
* | Issue #15822: Fix installation of lib2to3 grammar pickles to ensureNed Deily2012-09-093-3/+25
* | null mergeNed Deily2012-09-090-0/+0
|\ \
| * | Issue #15822: Fix installation of lib2to3 grammar pickles to ensureNed Deily2012-09-093-4/+23
* | | Merge #5088: document behavior of optparse defaults with 'append' action.R David Murray2012-09-081-0/+11
|\ \ \ | |/ /
| * | #5088: document behavior of optparse defaults with 'append' action.R David Murray2012-09-081-0/+11
* | | Merge Ezio's 'merge heads'.R David Murray2012-09-080-0/+0
|\ \ \ | |/ /
| * | Merge heads.Ezio Melotti2012-09-082-8/+14
| |\ \
* | \ \ #15865: merge with 3.2.Ezio Melotti2012-09-083-12/+16
|\ \ \ \ | | |/ / | |/| |
| * | | #15865: add "*" in the signature to document keyword-only args in the docs. ...Ezio Melotti2012-09-082-8/+14
* | | | Merge #15510: clarify textwrap's handling of whitespace, and add confirming t...R David Murray2012-09-082-14/+69
|\ \ \ \ | | |/ / | |/| |
| * | | #15510: clarify textwrap's handling of whitespace, and add confirming tests.R David Murray2012-09-082-14/+69
| |/ /
* | | merge #15847: allow args to be a tuple in parse_argsR David Murray2012-09-082-1/+22
|\ \ \ | |/ /
| * | #15847: allow args to be a tuple in parse_argsR David Murray2012-09-082-1/+22
* | | Issue #15814: Update whatsnew to the current state of hashing memoryviews.Stefan Krah2012-09-081-3/+2
* | | Merge 3.2.Stefan Krah2012-09-081-1/+3
|\ \ \ | |/ /
| * | Issue #15868: Fix refleak in bytesio.c (Coverity #715365).Stefan Krah2012-09-081-1/+3
* | | Issue #15340: Fix importing the random module when /dev/urandom cannot be ope...Antoine Pitrou2012-09-072-1/+5
|\ \ \ | |/ /
| * | Issue #15340: Fix importing the random module when /dev/urandom cannot be ope...Antoine Pitrou2012-09-072-1/+5
* | | Issue #15876: Fix a refleak in the curses moduleRoss Lagerwall2012-09-072-0/+3
* | | 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
|\ \ \ | |/ /