summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge to default - Issue 10484 - Incorporate improvements to CGI module - Sug...Senthil Kumaran2012-04-112-51/+56
|\
| * 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Gle...Senthil Kumaran2012-04-112-51/+56
* | Improve the threading.Condition docs.Antoine Pitrou2012-04-111-3/+5
|\ \ | |/
| * Improve the threading.Condition docs.Antoine Pitrou2012-04-111-3/+5
* | #14545: merge 3.2Georg Brandl2012-04-111-2/+2
|\ \ | |/
| * Closes #14545: make clearer what was added.Georg Brandl2012-04-111-2/+2
* | Merge 3.2Georg Brandl2012-04-111-0/+1
|\ \ | |/
| * Merge 3.2.3 release clone.Georg Brandl2012-04-118-13/+15
| |\
| | * Post-release update.Georg Brandl2012-04-111-1/+1
| | * Added tag v3.2.3 for changeset 3d0686d90f55Georg Brandl2012-04-101-0/+1
| | * Merge.v3.2.3Georg Brandl2012-04-101-0/+1
| | |\
| | | * Add 3.2.3rc2 uuid.Martin v. Löwis2012-03-181-0/+1
| | * | Bump to 3.2.3 final.Georg Brandl2012-04-105-8/+8
| | * | News entry for f91ecbc8bafc.Georg Brandl2012-04-101-5/+5
| | * | Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers.Kristján Valur Jónsson2012-03-221-0/+2
| | |/
* | | use assertWarns instead of check_warnings - Issue14341Senthil Kumaran2012-04-111-7/+9
* | | Make the trace module ignore modules whose names start with "<" andBrett Cannon2012-04-112-2/+5
* | | 1) Remove claim of an input invariant that is only true for static mpd_t.Stefan Krah2012-04-102-4/+2
* | | Fix stale comment.Stefan Krah2012-04-101-3/+4
* | | MergeAntoine Pitrou2012-04-101-139/+167
|\ \ \ | |/ /
| * | Small improvements to the threading docs: better publicize support for the wi...Antoine Pitrou2012-04-101-19/+33
| * | Fix some markup in the threading docs.Antoine Pitrou2012-04-101-70/+78
| * | Issue #8799: Fix and improve the threading.Condition documentation.Antoine Pitrou2012-04-102-54/+64
| * | merge headsSenthil Kumaran2012-04-102-2/+31
| |\ \
* | \ \ merge headsSenthil Kumaran2012-04-102-2/+31
|\ \ \ \
| * \ \ \ Merged updates to logging reference and HOWTO from 3.2.Vinay Sajip2012-04-102-2/+31
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Updated logging reference and HOWTO.Vinay Sajip2012-04-102-2/+31
* | | | | merge - fix the incorrect changes made for PATH_INFO value - Issue10484Senthil Kumaran2012-04-102-11/+6
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484Senthil Kumaran2012-04-102-11/+6
| |/ /
* | | Issue #14541: Merged addition of test/sndhdrdata to Makefile.pre.in from 3.2.Vinay Sajip2012-04-101-1/+1
|\ \ \ | |/ /
| * | Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation.Vinay Sajip2012-04-101-1/+2
* | | Issue #14478: Cache the hash of a Decimal in the C version.Stefan Krah2012-04-101-1/+14
* | | merge - minor .rst fixSenthil Kumaran2012-04-101-1/+1
|\ \ \ | |/ /
| * | minor .rst fixSenthil Kumaran2012-04-101-1/+1
* | | Merge.Stefan Krah2012-04-093-1/+5
|\ \ \
| * \ \ merge 3.2Benjamin Peterson2012-04-090-0/+0
| |\ \ \ | | |/ /
| | * | merge headsBenjamin Peterson2012-04-091-1/+1
| | |\ \
| * | \ \ merge headsBenjamin Peterson2012-04-091-1/+1
| |\ \ \ \
| | * \ \ \ Merged comment correction from 3.2.Vinay Sajip2012-04-091-1/+1
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Corrected comment in cookbook example script.Vinay Sajip2012-04-091-1/+1
| * | | | | merge 3.2 (#14509)Benjamin Peterson2012-04-092-0/+4
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | merge 3.1 (#14509)Benjamin Peterson2012-04-092-0/+4
| | |\ \ \ | | | |/ / | | |/| |
| | | * | fix build without Py_DEBUG and DNDEBUG (closes #14509)Benjamin Peterson2012-04-092-0/+4
* | | | | Issue #14520: Add __sizeof__() method to the Decimal object.Stefan Krah2012-04-091-0/+14
* | | | | Resize the coefficient to MPD_MINALLOC also if the requested size is belowStefan Krah2012-04-091-11/+15
|/ / / /
* | | | _decimal is now 100x faster than the Python version in the pi benchmark.Stefan Krah2012-04-092-3/+3
* | | | Speed up _decimal by 30-40% for numerical workloads by improving the cacheStefan Krah2012-04-091-16/+18
* | | | Use the MPD() accessor macro.Stefan Krah2012-04-091-2/+2
* | | | Update description of benchmarks and mention the benchmarks repoAntoine Pitrou2012-04-091-4/+7
* | | | Fix whitespaceAntoine Pitrou2012-04-091-1/+0