Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from 3.2 - Fix closes issue12698 - make the no_proxy environment ↵ | Senthil Kumaran | 2011-08-06 | 2 | -2/+5 |
|\ | | | | | | | variable handling a bit lenient (accomodate spaces in between the items) | ||||
| * | Fix closes issue12698 - make the no_proxy environment variable handling a ↵ | Senthil Kumaran | 2011-08-06 | 2 | -2/+5 |
| | | | | | | | | bit lenient (accomodate spaces in between the items) | ||||
* | | #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 |
|\ \ | |/ | | | | | in os.kill(). Original patch by Eli Bendersky. | ||||
| * | Issue #12540: Prevent zombie IDLE processes on Windows due to changes | Ned Deily | 2011-08-03 | 2 | -26/+18 |
| | | | | | | | | in os.kill(). Original patch by Eli Bendersky. | ||||
* | | 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 ↵ | Senthil Kumaran | 2011-08-03 | 3 | -1/+7 |
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | of svn scheme. | ||||
| | * | | | 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 |
|\ \ \ | |||||
| * | | | Issue #11049: fix test_forget on installed Python - add os.curdir to sys.path | Eli Bendersky | 2011-08-03 | 1 | -0/+2 |
| | | | | |||||
* | | | | OSX doesn't check sched_get_priority_(min/max) argument | Benjamin Peterson | 2011-08-03 | 1 | -2/+4 |
|/ / / | |||||
* | | | need NULL sentinel | Benjamin Peterson | 2011-08-03 | 1 | -1/+1 |
|/ / | |||||
* | | merge heads | Benjamin Peterson | 2011-08-02 | 1 | -1/+1 |
|\ \ | |||||
| * \ | merge heads. | Senthil Kumaran | 2011-08-02 | 1 | -0/+5 |
| |\ \ | |||||
| * \ \ | Fix closes issue12663 - Correcting the ArgumentParser.error description. ↵ | Senthil Kumaran | 2011-08-02 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | | | | | Patch by Sandro Tosi. | ||||
| | * | | Fix closes issue12663 - Correcting the ArgumentParser.error description. ↵ | Senthil Kumaran | 2011-08-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Patch by Sandro Tosi. | ||||
* | | | | bsd doesn't like letting normal processes set the scheduler | Benjamin Peterson | 2011-08-02 | 1 | -1/+5 |
| |_|/ |/| | | |||||
* | | | avoid warning when SchedParamType is not used | Benjamin Peterson | 2011-08-02 | 1 | -0/+2 |
| | | | |||||
* | | | only add sched_param if it is initialized | Benjamin Peterson | 2011-08-02 | 1 | -0/+3 |
|/ / | |||||
* | | I have been spoiled by chained comparisons in python | Benjamin Peterson | 2011-08-02 | 1 | -1/+1 |
| | | |||||
* | | comparing on number of cpus makes more sense | Benjamin Peterson | 2011-08-02 | 1 | -1/+1 |
| | | |||||
* | | fix sched defines | Benjamin Peterson | 2011-08-02 | 1 | -1/+1 |
| | | |||||
* | | check individually for some for sched_ functions | Benjamin Peterson | 2011-08-02 | 5 | -4/+43 |
| | | |||||
* | | move news note to correct section | Benjamin Peterson | 2011-08-02 | 1 | -2/+2 |
| | | |||||
* | | make_new_cpu_set takes the number of cpus | Benjamin Peterson | 2011-08-02 | 1 | -1/+1 |
| | | |||||
* | | sched.h can exist without sched affinity support | Benjamin Peterson | 2011-08-02 | 5 | -4/+19 |
| | | |||||
* | | expose sched.h functions (closes #12655) | Benjamin Peterson | 2011-08-02 | 7 | -5/+877 |
| | | |||||
* | | NEWS note for bbeda42ea6a8 | Benjamin Peterson | 2011-08-02 | 1 | -0/+2 |
| | | |||||
* | | merge heads | Benjamin Peterson | 2011-08-02 | 1 | -1/+1 |
|\ \ | |||||
| * \ | #12665: merge with 3.2 | Sandro Tosi | 2011-08-02 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | #12665: Dictionary view example has error in set operation | Sandro Tosi | 2011-08-02 | 1 | -1/+1 |
| | | | |||||
* | | | add ThreadError to threading.__all__ (closes #12679) | Benjamin Peterson | 2011-08-02 | 1 | -1/+1 |
|/ / | |||||
* | | #12670: merge with 3.2 | Sandro Tosi | 2011-08-02 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | #12670: Fix struct code after forward declaration on ctypes doc | Sandro Tosi | 2011-08-02 | 1 | -2/+2 |
| | |