Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge. | Stefan Krah | 2012-04-09 | 3 | -1/+5 |
|\ | |||||
| * | merge 3.2 | Benjamin Peterson | 2012-04-09 | 0 | -0/+0 |
| |\ | |||||
| | * | merge heads | Benjamin Peterson | 2012-04-09 | 1 | -1/+1 |
| | |\ | |||||
| * | \ | merge heads | Benjamin Peterson | 2012-04-09 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * \ \ | Merged comment correction from 3.2. | Vinay Sajip | 2012-04-09 | 1 | -1/+1 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Corrected comment in cookbook example script. | Vinay Sajip | 2012-04-09 | 1 | -1/+1 |
| * | | | | merge 3.2 (#14509) | Benjamin Peterson | 2012-04-09 | 2 | -0/+4 |
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | |||||
| | * | | merge 3.1 (#14509) | Benjamin Peterson | 2012-04-09 | 2 | -0/+4 |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | fix build without Py_DEBUG and DNDEBUG (closes #14509) | Benjamin Peterson | 2012-04-09 | 2 | -0/+4 |
* | | | | Issue #14520: Add __sizeof__() method to the Decimal object. | Stefan Krah | 2012-04-09 | 1 | -0/+14 |
* | | | | Resize the coefficient to MPD_MINALLOC also if the requested size is below | Stefan Krah | 2012-04-09 | 1 | -11/+15 |
|/ / / | |||||
* | | | _decimal is now 100x faster than the Python version in the pi benchmark. | Stefan Krah | 2012-04-09 | 2 | -3/+3 |
* | | | Speed up _decimal by 30-40% for numerical workloads by improving the cache | Stefan Krah | 2012-04-09 | 1 | -16/+18 |
* | | | Use the MPD() accessor macro. | Stefan Krah | 2012-04-09 | 1 | -2/+2 |
* | | | Update description of benchmarks and mention the benchmarks repo | Antoine Pitrou | 2012-04-09 | 1 | -4/+7 |
* | | | Fix whitespace | Antoine Pitrou | 2012-04-09 | 1 | -1/+0 |
* | | | Issue #13165: stringbench is now available in the Tools/stringbench folder. | Antoine Pitrou | 2012-04-09 | 4 | -0/+1560 |
* | | | Rename test_ file that is really a support file to remove test_ prefix. | R David Murray | 2012-04-09 | 12 | -64/+64 |
* | | | Reflow paragraph (not that it helped much). | R David Murray | 2012-04-09 | 1 | -10/+9 |
* | | | #14533: if a test has no test_main, use loadTestsFromModule. | R David Murray | 2012-04-09 | 3 | -22/+31 |
* | | | #12537: in mailbox avoid depending on knowledge of email package internals | R David Murray | 2012-04-09 | 3 | -3/+38 |
* | | | Remove redundancy in listing of all mailbox classes in test_mailbox. | R David Murray | 2012-04-09 | 1 | -15/+9 |
* | | | Null merge | Antoine Pitrou | 2012-04-08 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Fix the patch for issue #7978: select() raises select.error before 3.3, not O... | Antoine Pitrou | 2012-04-08 | 2 | -3/+3 |
* | | | Fix flakiness in test_socketserver | Antoine Pitrou | 2012-04-08 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | Fix flakiness in test_socketserver | Antoine Pitrou | 2012-04-08 | 1 | -1/+4 |
* | | | Issue #7978: socketserver now restarts the select() call when EINTR is returned. | Antoine Pitrou | 2012-04-08 | 4 | -2/+52 |
|\ \ \ | |/ / | |||||
| * | | Issue #7978: socketserver now restarts the select() call when EINTR is returned. | Antoine Pitrou | 2012-04-08 | 4 | -2/+52 |
* | | | Merge: Make test_mailbox runnable via python -m unittest. | R David Murray | 2012-04-08 | 1 | -17/+17 |
|\ \ \ | |/ / | |||||
| * | | Make test_mailbox runnable via python -m unittest. | R David Murray | 2012-04-08 | 1 | -17/+17 |
* | | | Remove unused variable from gcmodule.c. The code no longer tests for the | Kristján Valur Jónsson | 2012-04-08 | 1 | -9/+0 |
* | | | Merged logging cookbook update from 3.2. | Vinay Sajip | 2012-04-08 | 1 | -0/+228 |
|\ \ \ | |/ / | |||||
| * | | Added multiprocessing example to logging cookbook. | Vinay Sajip | 2012-04-08 | 1 | -0/+229 |
* | | | Issue #14522: Avoid duplicating socket handles in multiprocessing.connection. | Antoine Pitrou | 2012-04-07 | 2 | -12/+6 |
* | | | Issue #14310: Catch testing errors when trying to create unsupported socket | Kristján Valur Jónsson | 2012-04-07 | 1 | -1/+4 |
* | | | struct timeval.tv_usec is 4 bytes on 64-bit OS X as it should be, but | Brett Cannon | 2012-04-07 | 1 | -1/+5 |
* | | | Determine opensearch URL from current version. | Georg Brandl | 2012-04-07 | 1 | -1/+1 |
* | | | Closes #14511: merge with 3.2 | Georg Brandl | 2012-04-07 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Closes #14511: fix wrong opensearch link for 3.2 docs. | Georg Brandl | 2012-04-07 | 1 | -1/+1 |
* | | | Merge. | Stefan Krah | 2012-04-07 | 12 | -19/+258 |
|\ \ \ | |||||
| * | | | Issue #14310: inter-process socket duplication for windows | Kristján Valur Jónsson | 2012-04-07 | 5 | -8/+208 |
| * | | | Don't Py_DECREF NULL variable in io.IncrementalNewlineDecoder. | Ross Lagerwall | 2012-04-07 | 2 | -1/+3 |
| * | | | merge 3.2 | Benjamin Peterson | 2012-04-06 | 0 | -0/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | merge heads | Benjamin Peterson | 2012-04-06 | 15 | -96/+187 |
| | |\ \ | |||||
| * | \ \ | merge heads | Benjamin Peterson | 2012-04-06 | 1 | -1/+5 |
| |\ \ \ \ | |||||
| | * | | | | Issue #14500: Fix importlib.test.import_.test_packages to clean up | Brett Cannon | 2012-04-06 | 1 | -1/+5 |
| * | | | | | merge 3.2 | Benjamin Peterson | 2012-04-06 | 1 | -0/+2 |
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | |||||
| | * | | | port 3.1.5rc2 tag | Benjamin Peterson | 2012-04-06 | 1 | -0/+1 |
| | * | | | merge 3.1 | Benjamin Peterson | 2012-04-06 | 1 | -0/+1 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Added tag v3.1.5 for changeset 7395330e495e | Benjamin Peterson | 2012-04-06 | 1 | -0/+1 |