Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.2 | Georg Brandl | 2012-04-11 | 1 | -0/+1 |
|\ | |||||
| * | Merge 3.2.3 release clone. | Georg Brandl | 2012-04-11 | 8 | -13/+15 |
| |\ | |||||
| | * | Post-release update. | Georg Brandl | 2012-04-11 | 1 | -1/+1 |
| | | | |||||
| | * | Added tag v3.2.3 for changeset 3d0686d90f55 | Georg Brandl | 2012-04-10 | 1 | -0/+1 |
| | | | |||||
| | * | Merge.v3.2.3 | Georg Brandl | 2012-04-10 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Add 3.2.3rc2 uuid. | Martin v. Löwis | 2012-03-18 | 1 | -0/+1 |
| | | | | |||||
| | * | | Bump to 3.2.3 final. | Georg Brandl | 2012-04-10 | 5 | -8/+8 |
| | | | | |||||
| | * | | News entry for f91ecbc8bafc. | Georg Brandl | 2012-04-10 | 1 | -5/+5 |
| | | | | |||||
| | * | | Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. | Kristján Valur Jónsson | 2012-03-22 | 1 | -0/+2 |
| | |/ | |||||
* | | | use assertWarns instead of check_warnings - Issue14341 | Senthil Kumaran | 2012-04-11 | 1 | -7/+9 |
| | | | |||||
* | | | Make the trace module ignore modules whose names start with "<" and | Brett Cannon | 2012-04-11 | 2 | -2/+5 |
| | | | | | | | | | | | | end with ">", i.e. follow convention. | ||||
* | | | 1) Remove claim of an input invariant that is only true for static mpd_t. | Stefan Krah | 2012-04-10 | 2 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resizing is used _inside_ libmpdec functions, and it is permitted to change x->alloc several times while setting x->len at the end of the function. Therefore, for dynamic mpd_t x->alloc can _temporarily_ drop below x->len. Of course the final result always has x->len <= x->alloc. For static mpd_t this cannot happen, since resizing to a smaller coefficient is a no-op. 2) Remove micro optimization in mpd_switch_to_dyn(): Previously only the valid initialized part of the existing coefficient up to x->len was copied to the new dynamic memory area. Now copying does the same as realloc() and the entire old memory area is copied. The rationale for this change is that it is no longer needed to memorize the explanation given in 1). | ||||
* | | | Fix stale comment. | Stefan Krah | 2012-04-10 | 1 | -3/+4 |
| | | | |||||
* | | | Merge | Antoine Pitrou | 2012-04-10 | 1 | -139/+167 |
|\ \ \ | |/ / | |||||
| * | | Small improvements to the threading docs: better publicize support for the ↵ | Antoine Pitrou | 2012-04-10 | 1 | -19/+33 |
| | | | | | | | | | | | | with statement. | ||||
| * | | Fix some markup in the threading docs. | Antoine Pitrou | 2012-04-10 | 1 | -70/+78 |
| | | | |||||
| * | | Issue #8799: Fix and improve the threading.Condition documentation. | Antoine Pitrou | 2012-04-10 | 2 | -54/+64 |
| | | | |||||
| * | | merge heads | Senthil Kumaran | 2012-04-10 | 2 | -2/+31 |
| |\ \ | |||||
* | \ \ | merge heads | Senthil Kumaran | 2012-04-10 | 2 | -2/+31 |
|\ \ \ \ | |||||
| * \ \ \ | Merged updates to logging reference and HOWTO from 3.2. | Vinay Sajip | 2012-04-10 | 2 | -2/+31 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Updated logging reference and HOWTO. | Vinay Sajip | 2012-04-10 | 2 | -2/+31 |
| | | | | | |||||
* | | | | | merge - fix the incorrect changes made for PATH_INFO value - Issue10484 | Senthil Kumaran | 2012-04-10 | 2 | -11/+6 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| * | | | 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 | Senthil Kumaran | 2012-04-10 | 2 | -11/+6 |
| |/ / | |||||
* | | | Issue #14541: Merged addition of test/sndhdrdata to Makefile.pre.in from 3.2. | Vinay Sajip | 2012-04-10 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation. | Vinay Sajip | 2012-04-10 | 1 | -1/+2 |
| | | | |||||
* | | | Issue #14478: Cache the hash of a Decimal in the C version. | Stefan Krah | 2012-04-10 | 1 | -1/+14 |
| | | | |||||
* | | | merge - minor .rst fix | Senthil Kumaran | 2012-04-10 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | minor .rst fix | Senthil Kumaran | 2012-04-10 | 1 | -1/+1 |
| | | | |||||
* | | | 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 |
|/ / / / | | | | | | | | | | | | | MPD_MINALLOC. Previously the resize was skipped as a micro optimization. | ||||
* | | | | _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 |
| | | | | | | | | | | | | | | | | locality for regularly sized coefficients. | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | It used to live in its own SVN project. | ||||
* | | | | Rename test_ file that is really a support file to remove test_ prefix. | R David Murray | 2012-04-09 | 12 | -64/+64 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I thought I had run the full test suite before the last checkin, but obviously I didn't. test_multibytecodec_support.py isn't really a test file, it is a support file that contains a base test class. Rename it to multibytecodec_support so that regrtest test discovery doesn't think it is a test file that should be run. | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves us further in the direction of using normal unittest facilities instead of specialized regrtest ones. Any test module that can be correctly run currently using 'python unittest -m test.test_xxx' can now be converted to use normal unittest test loading by simply deleting its test_main, thus no longer requiring manual maintenance of the list of tests to run. (Not all tests can be converted that easily, since test_main sometimes does some additional things (such as reap_children or reap_threads). In those cases the extra code may be moved to setUpModule/tearDownModule methods, or perhaps the same ends can be achieved in a different way, such as moving the decorators to the test classes that need them, etc.) I don't advocate going through and making this change wholesale, but any time a list of tests in test_main would otherwise need to be updated, consideration should instead be given to deleting test_main. | ||||
* | | | | #12537: in mailbox avoid depending on knowledge of email package internals | R David Murray | 2012-04-09 | 3 | -3/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously mailbox was copying a list of attributes from one message object to another in order to "copy the message data". This means that any time new attributes were added to email.message.Message, mailbox broke. Now instead it copies all attributes from the source object to the target object, skipping any mailbox-object-specific attributes to produce the same clean initial state it was previously getting by copying only the "known" attributes. David Lam assisted in the development of this patch. | ||||
* | | | | Remove redundancy in listing of all mailbox classes in test_mailbox. | R David Murray | 2012-04-09 | 1 | -15/+9 |
| | | | |