| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged upstream. | Alex Gaynor | 2011-07-17 | 1 | -1/+8 |
| |\ | |||||
| | * | fix whitespace in rst. | Senthil Kumaran | 2011-07-17 | 1 | -2/+2 |
| | |\ | |||||
| | | * | fix whitespace nit. | Senthil Kumaran | 2011-07-17 | 1 | -2/+2 |
| | | | | |||||
| | * | | merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are ↵ | Senthil Kumaran | 2011-07-17 | 1 | -1/+8 |
| | |\ \ | | |/ | | | | | | | http_response and https_response. | ||||
| | | * | Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and ↵ | Senthil Kumaran | 2011-07-17 | 1 | -1/+8 |
| | | | | | | | | | | | | | https_response. | ||||
| * | | | Mark itertools tests of tuple reuse as being specific to CPython. | Alex Gaynor | 2011-07-17 | 1 | -6/+15 |
| |/ / | |||||
| * | | merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class ↵ | Senthil Kumaran | 2011-07-17 | 1 | -0/+5 |
| |\ \ | |/ | | | | | definition - Patch by Sandro Tosi | ||||
| | * | Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by ↵ | Senthil Kumaran | 2011-07-17 | 1 | -0/+5 |
| | | | | | | | | | Sandro Tosi | ||||
| * | | merge from 3.2 | Senthil Kumaran | 2011-07-17 | 1 | -18/+20 |
| |\ \ | |/ | |||||
| | * | Fix Issue10403 - datetime documentation clarification based on review in the ↵ | Senthil Kumaran | 2011-07-17 | 1 | -18/+20 |
| | | | | | | | | | reitveld by Alexendar belopolsky. | ||||
| * | | merge from 3.2 | Senthil Kumaran | 2011-07-17 | 1 | -4/+5 |
| |\ \ | |/ | |||||
| | * | Fix closes Issue11436 - Minor clarification to struct documentation for 's' ↵ | Senthil Kumaran | 2011-07-17 | 1 | -4/+5 |
| | | | | | | | | | format character. | ||||
| * | | Merge | Antoine Pitrou | 2011-07-16 | 5 | -44/+3 |
| |\ \ | |||||
| | * | | put in correct section | Benjamin Peterson | 2011-07-16 | 1 | -3/+3 |
| | | | | |||||
| | * | | merge heads | Benjamin Peterson | 2011-07-16 | 10 | -48/+88 |
| | |\ \ | |||||
| | * | | | remove ast.__version__ (closes #12273) | Benjamin Peterson | 2011-07-16 | 5 | -44/+3 |
| | | | | | |||||
| * | | | | Dummy merge | Antoine Pitrou | 2011-07-16 | 0 | -0/+0 |
| |\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| | * | | Close the call queue in concurrent.futures.ProcessPoolExecutor when | Antoine Pitrou | 2011-07-16 | 2 | -0/+4 |
| | | | | | | | | | | | | | shutdown() is called, without waiting for the garbage collector to kick in. | ||||
| * | | | Silence spurious "broken pipe" tracebacks when shutting down a ↵ | Antoine Pitrou | 2011-07-15 | 3 | -6/+17 |
| | | | | | | | | | | | | | ProcessPoolExecutor. | ||||
| * | | | Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor | Antoine Pitrou | 2011-07-15 | 3 | -2/+9 |
| | | | | | | | | | | | | | by joining all queues and processes when shutdown() is called. | ||||
| * | | | test_packaging should clean up after itself (but it doesn't really) | Antoine Pitrou | 2011-07-15 | 1 | -6/+9 |
| | | | | |||||
| * | | | Fix whitespace | Antoine Pitrou | 2011-07-15 | 1 | -1/+0 |
| | | | | |||||
| * | | | test_threaded_import must clean up after itself | Antoine Pitrou | 2011-07-15 | 2 | -9/+16 |
| | | | | |||||
| * | | | test_os needs to reap threads | Antoine Pitrou | 2011-07-15 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge from 3.2 | Antoine Pitrou | 2011-07-15 | 2 | -27/+39 |
| |\ \ \ | |/ / | | / | |/ |/| | |||||
| | * | Use test.script_helper in test_pydoc | Antoine Pitrou | 2011-07-15 | 1 | -11/+13 |
| | | | |||||
| | * | test_pydoc needs to cleanup after itself | Antoine Pitrou | 2011-07-15 | 1 | -13/+16 |
| | | | |||||
| | * | Try harder to reap dangling threads in test.support.reap_threads(). | Antoine Pitrou | 2011-07-15 | 2 | -6/+15 |
| | | | |||||
| * | | merge heads | Benjamin Peterson | 2011-07-15 | 6 | -2/+59 |
| |\ \ | |||||
| | * \ | Issue #12573: Add resource checks for dangling Thread and Process objects. | Antoine Pitrou | 2011-07-15 | 4 | -1/+47 |
| | |\ \ | | |/ | |||||
| | | * | Issue #12573: Add resource checks for dangling Thread and Process objects. | Antoine Pitrou | 2011-07-15 | 4 | -1/+47 |
| | | | | |||||
| | | * | Merge | Antoine Pitrou | 2011-07-15 | 3 | -1/+12 |
| | | |\ | |||||
| | * | \ | Merge | Antoine Pitrou | 2011-07-15 | 3 | -1/+12 |
| | |\ \ \ | |||||
| | | * \ \ | Issue #11603: Fix a crash when __str__ is rebound as __repr__. | Antoine Pitrou | 2011-07-15 | 3 | -1/+12 |
| | | |\ \ \ | | | | |/ | | | |/| | | | | | | Patch by Andreas Stührk. | ||||
| | | | * | | Issue #11603: Fix a crash when __str__ is rebound as __repr__. | Antoine Pitrou | 2011-07-15 | 3 | -1/+12 |
| | | | |\ \ | | | | | | | | | | | | | | | | | | | Patch by Andreas Stührk. | ||||
| | | | | * | | Issue #11603: Fix a crash when __str__ is rebound as __repr__. | Antoine Pitrou | 2011-07-15 | 3 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Andreas Stührk. | ||||
| | | | | * | | Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. | Charles-François Natali | 2011-07-14 | 2 | -2/+6 |
| | | | | | | | |||||
| * | | | | | | comment which is not applicable anymore | Benjamin Peterson | 2011-07-15 | 1 | -1/+0 |
| |/ / / / / | |||||
| * | | | | | merge 3.2 | Benjamin Peterson | 2011-07-15 | 0 | -0/+0 |
| |\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | | merge heads | Benjamin Peterson | 2011-07-15 | 3 | -9/+18 |
| | |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | | merge heads | Benjamin Peterson | 2011-07-15 | 5 | -13/+18 |
| |\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | | Issue #11321: Fix a crash with multiple imports of the _pickle module when | Antoine Pitrou | 2011-07-15 | 2 | -0/+5 |
| | |\ \ \ \ | | | |/ / | | |/| | | | | | | | embedding Python. Patch by Andreas Stührk. | ||||
| | | * | | | Issue #11321: Fix a crash with multiple imports of the _pickle module when | Antoine Pitrou | 2011-07-15 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | embedding Python. Patch by Andreas Stührk. | ||||
| | * | | | | Make sure to reap worker threads and processes at the end of ↵ | Antoine Pitrou | 2011-07-15 | 1 | -9/+13 |
| | |\ \ \ \ | | |/ / / | | | | | | | | | | | test_concurrent_futures | ||||
| | | * | | | Make sure to reap worker threads and processes at the end of ↵ | Antoine Pitrou | 2011-07-15 | 1 | -9/+13 |
| | | | | | | | | | | | | | | | | | | | | | test_concurrent_futures | ||||
| | * | | | | Remove duplicate "numbered" options for toctrees. | Georg Brandl | 2011-07-15 | 2 | -4/+0 |
| | | | | | | |||||
| * | | | | | merge 3.2 (#11627) | Benjamin Peterson | 2011-07-15 | 3 | -0/+19 |
| |\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| | * | | | catch nasty exception classes with __new__ that doesn't return a exception ↵ | Benjamin Peterson | 2011-07-15 | 3 | -0/+19 |
| | |/ / | | | | | | | | | | | | | | | | (closes #11627) Patch from Andreas Stührk. | ||||
| | * | | Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. | Charles-François Natali | 2011-07-14 | 2 | -2/+6 |
| | | | | |||||
| * | | | Always use repr for regrtest resources names | Éric Araujo | 2011-07-15 | 1 | -3/+3 |
| | | | | |||||
