summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
* | | | Issue #13165: stringbench is now available in the Tools/stringbench folder.Antoine Pitrou2012-04-094-0/+1560
* | | | Rename test_ file that is really a support file to remove test_ prefix.R David Murray2012-04-0912-64/+64
* | | | Reflow paragraph (not that it helped much).R David Murray2012-04-091-10/+9
* | | | #14533: if a test has no test_main, use loadTestsFromModule.R David Murray2012-04-093-22/+31
* | | | #12537: in mailbox avoid depending on knowledge of email package internalsR David Murray2012-04-093-3/+38
* | | | Remove redundancy in listing of all mailbox classes in test_mailbox.R David Murray2012-04-091-15/+9
* | | | Null mergeAntoine Pitrou2012-04-080-0/+0
|\ \ \ \ | |/ / /
| * | | Fix the patch for issue #7978: select() raises select.error before 3.3, not O...Antoine Pitrou2012-04-082-3/+3
* | | | Fix flakiness in test_socketserverAntoine Pitrou2012-04-081-1/+4
|\ \ \ \ | |/ / /
| * | | Fix flakiness in test_socketserverAntoine Pitrou2012-04-081-1/+4
* | | | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-084-2/+52
|\ \ \ \ | |/ / /
| * | | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-084-2/+52
* | | | Merge: Make test_mailbox runnable via python -m unittest.R David Murray2012-04-081-17/+17
|\ \ \ \ | |/ / /
| * | | Make test_mailbox runnable via python -m unittest.R David Murray2012-04-081-17/+17
* | | | Remove unused variable from gcmodule.c. The code no longer tests for theKristján Valur Jónsson2012-04-081-9/+0
* | | | Merged logging cookbook update from 3.2.Vinay Sajip2012-04-081-0/+228
|\ \ \ \ | |/ / /
| * | | Added multiprocessing example to logging cookbook.Vinay Sajip2012-04-081-0/+229
* | | | Issue #14522: Avoid duplicating socket handles in multiprocessing.connection.Antoine Pitrou2012-04-072-12/+6
* | | | Issue #14310: Catch testing errors when trying to create unsupported socketKristján Valur Jónsson2012-04-071-1/+4
* | | | struct timeval.tv_usec is 4 bytes on 64-bit OS X as it should be, butBrett Cannon2012-04-071-1/+5
* | | | Determine opensearch URL from current version.Georg Brandl2012-04-071-1/+1
* | | | Closes #14511: merge with 3.2Georg Brandl2012-04-071-1/+1
|\ \ \ \ | |/ / /
| * | | Closes #14511: fix wrong opensearch link for 3.2 docs.Georg Brandl2012-04-071-1/+1
* | | | Merge.Stefan Krah2012-04-0712-19/+258
|\ \ \ \
| * | | | Issue #14310: inter-process socket duplication for windowsKristján Valur Jónsson2012-04-075-8/+208