Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge 3.2 | Éric Araujo | 2011-08-09 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Branch merge | Éric Araujo | 2011-08-09 | 5 | -97/+255 | |
| |\ | ||||||
* | \ | Branch merge | Éric Araujo | 2011-08-09 | 9 | -177/+443 | |
|\ \ \ | ||||||
| * \ \ | Merge 3.2 | Éric Araujo | 2011-08-08 | 0 | -0/+0 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Branch merge | Éric Araujo | 2011-08-08 | 5 | -97/+255 | |
| | |\ \ | ||||||
| * | \ \ | Branch merge | Éric Araujo | 2011-08-08 | 9 | -177/+443 | |
| |\ \ \ \ | ||||||
| | * | | | | Clean up shutil.disk_usage. | Éric Araujo | 2011-08-08 | 2 | -16/+33 | |
| | * | | | | Merge doc changes from 3.2 (#8617, #10745). | Éric Araujo | 2011-08-06 | 7 | -161/+410 | |
| | |\ \ \ \ | | | | |/ / | | | |/| | | ||||||
| | | * | | | Add documentation for PEP 370 features in distutils (#10745). | Éric Araujo | 2011-08-06 | 3 | -57/+138 | |
| | | * | | | Improve documentation for PEP 370 support in site module (#8617). | Éric Araujo | 2011-08-05 | 4 | -43/+120 | |
* | | | | | | Issue #12700: fix test_faulthandler for Mac OS X Lion | Victor Stinner | 2011-08-08 | 1 | -4/+5 | |
* | | | | | | Merge with 3.2. | Georg Brandl | 2011-08-08 | 1 | -0/+3 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | | ||||||
| * | | | | Confirm that the prime example is actually correct. We get so many complaint... | Georg Brandl | 2011-08-08 | 1 | -0/+3 | |
| | |_|/ | |/| | | ||||||
* | | | | #12709: merge with 3.2 | Sandro Tosi | 2011-08-08 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | #12709: add error_callback argument to map_async documentation | Sandro Tosi | 2011-08-08 | 1 | -1/+1 | |
* | | | | #10741: merge with 3.2 | Sandro Tosi | 2011-08-07 | 2 | -1/+9 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | #10741: add documentation for PyGILState_GetThisThreadState() | Sandro Tosi | 2011-08-07 | 2 | -1/+9 | |
* | | | | #12677: merge with 3.2 | Sandro Tosi | 2011-08-07 | 3 | -6/+6 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | #12677: correct turtle orientation in doc | Sandro Tosi | 2011-08-07 | 3 | -6/+6 | |
* | | | | Fix grammar | Eli Bendersky | 2011-08-06 | 1 | -3/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix grammar | Eli Bendersky | 2011-08-06 | 1 | -3/+3 | |
* | | | | merge from 3.2 - Fix closes Issue12697 - Update the usage syntax of timeit mo... | Senthil Kumaran | 2011-08-06 | 1 | -6/+6 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. | Senthil Kumaran | 2011-08-06 | 1 | -6/+6 | |
* | | | | merge from 3.2 - Fix closes issue11047 - Correct the 2.7 whatsnew description... | Senthil Kumaran | 2011-08-06 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description... | Senthil Kumaran | 2011-08-06 | 1 | -2/+2 | |
* | | | | merge from 3.2 - Fix closes issue12698 - make the no_proxy environment variab... | Senthil Kumaran | 2011-08-06 | 2 | -2/+5 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix closes issue12698 - make the no_proxy environment variable handling a bit... | Senthil Kumaran | 2011-08-06 | 2 | -2/+5 | |
| | |/ | |/| | ||||||
* | | | #11572: improvements to copy module tests along with removal of old test suite | Sandro Tosi | 2011-08-05 | 2 | -138/+95 | |
| |/ |/| | ||||||
* | | Fix wrong use of root logger in packaging (also a NameError) | Éric Araujo | 2011-08-04 | 1 | -1/+1 | |
* | | Issue #12540: Prevent zombie IDLE processes on Windows due to changes | Ned Deily | 2011-08-05 | 2 | -26/+18 | |
|\ \ | |/ | ||||||
| * | Issue #12540: Prevent zombie IDLE processes on Windows due to changes | Ned Deily | 2011-08-03 | 2 | -26/+18 | |
* | | Silence the altered state warning about threadgs when running test_httplib. | Brett Cannon | 2011-08-05 | 1 | -4/+4 | |
* | | Silence altered execution state warnings from test_telnetlib involving threads. | Brett Cannon | 2011-08-05 | 1 | -0/+1 | |
* | | Explicitly close a file to stop raising a ResourceWarning. | Brett Cannon | 2011-08-05 | 1 | -12/+13 | |
* | | merge 3.2 | Benjamin Peterson | 2011-08-04 | 1 | -2/+0 | |
|\ \ | |/ | ||||||
| * | dosmodule is, thankfully, no more | Benjamin Peterson | 2011-08-04 | 1 | -2/+0 | |
* | | merge from 3.2 - change the extra svn to svn+ssh | Senthil Kumaran | 2011-08-03 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | change the redundant svn scheme urljoin test case to svn+ssh scheme. | Senthil Kumaran | 2011-08-03 | 1 | -1/+1 | |
| * | merged heads | Senthil Kumaran | 2011-08-03 | 1 | -2/+2 | |
| |\ | ||||||
* | \ | merge heads | Benjamin Peterson | 2011-08-03 | 4 | -3/+9 | |
|\ \ \ | ||||||
| * \ \ | merge heads | Senthil Kumaran | 2011-08-03 | 4 | -7/+18 | |
| |\ \ \ | ||||||
| | * \ \ | Merge with 3.2. | Georg Brandl | 2011-08-03 | 1 | -2/+2 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | Fix spacing in string literal. | Georg Brandl | 2011-08-03 | 1 | -2/+2 | |
| * | | | | merge from 3.2 - Fix closes issue12683 - urljoin to work with relative join o... | Senthil Kumaran | 2011-08-03 | 3 | -1/+7 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | Fix closes issue12683 - urljoin to work with relative join of svn scheme. | Senthil Kumaran | 2011-08-03 | 3 | -1/+7 | |
| | | |/ | | |/| | ||||||
* | | | | fix arg strings | Benjamin Peterson | 2011-08-03 | 1 | -2/+2 | |
| |_|/ |/| | | ||||||
* | | | handle sched_rr_get_interval not working on current | Benjamin Peterson | 2011-08-03 | 1 | -1/+8 | |
* | | | fix punctuation | Benjamin Peterson | 2011-08-03 | 1 | -1/+1 | |
* | | | fix indentation | Benjamin Peterson | 2011-08-03 | 1 | -2/+2 | |
* | | | merge heads | Benjamin Peterson | 2011-08-03 | 1 | -0/+2 | |
|\ \ \ |