summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* need NULL sentinelBenjamin Peterson2011-08-031-1/+1
* merge headsBenjamin Peterson2011-08-021-1/+1
|\
| * merge heads.Senthil Kumaran2011-08-021-0/+5
| |\
| * \ Fix closes issue12663 - Correcting the ArgumentParser.error description. Patc...Senthil Kumaran2011-08-021-1/+1
| |\ \
| | * | Fix closes issue12663 - Correcting the ArgumentParser.error description. Patc...Senthil Kumaran2011-08-021-1/+1
* | | | bsd doesn't like letting normal processes set the schedulerBenjamin Peterson2011-08-021-1/+5
| |_|/ |/| |
* | | avoid warning when SchedParamType is not usedBenjamin Peterson2011-08-021-0/+2
* | | only add sched_param if it is initializedBenjamin Peterson2011-08-021-0/+3
|/ /
* | I have been spoiled by chained comparisons in pythonBenjamin Peterson2011-08-021-1/+1
* | comparing on number of cpus makes more senseBenjamin Peterson2011-08-021-1/+1
* | fix sched definesBenjamin Peterson2011-08-021-1/+1
* | check individually for some for sched_ functionsBenjamin Peterson2011-08-025-4/+43
* | move news note to correct sectionBenjamin Peterson2011-08-021-2/+2
* | make_new_cpu_set takes the number of cpusBenjamin Peterson2011-08-021-1/+1
* | sched.h can exist without sched affinity supportBenjamin Peterson2011-08-025-4/+19
* | expose sched.h functions (closes #12655)Benjamin Peterson2011-08-027-5/+877
* | NEWS note for bbeda42ea6a8Benjamin Peterson2011-08-021-0/+2
* | merge headsBenjamin Peterson2011-08-021-1/+1
|\ \
| * \ #12665: merge with 3.2Sandro Tosi2011-08-021-1/+1
| |\ \ | | |/
| | * #12665: Dictionary view example has error in set operationSandro Tosi2011-08-021-1/+1
* | | add ThreadError to threading.__all__ (closes #12679)Benjamin Peterson2011-08-021-1/+1
|/ /
* | #12670: merge with 3.2Sandro Tosi2011-08-021-2/+2
|\ \ | |/
| * #12670: Fix struct code after forward declaration on ctypes docSandro Tosi2011-08-021-2/+2
* | #12183: merge with 3.2.Ezio Melotti2011-08-021-2/+3
|\ \ | |/
| * Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree....Senthil Kumaran2011-08-021-2/+3
* | Corrected attribute docstring per pep-257 (reference #10639)Jason R. Coombs2011-08-021-1/+1
* | Fix closes Issue12676 - Invalid identifier used in TypeError message in http....Senthil Kumaran2011-08-022-1/+8
|\ \ | |/
| * Fix closes Issue12676 - Invalid identifier used in TypeError message in http....Senthil Kumaran2011-08-022-1/+8
* | Clean up description of Tools/scripts/run_tests.py.Nadeem Vawda2011-08-022-5/+6
* | Issue #11049: fix test_forget to work on installed Python, by using a tempora...Eli Bendersky2011-08-021-3/+11
* | Merge 68b5f87566fbStefan Krah2011-08-011-0/+3
|\ \ | |/
| * Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug.Stefan Krah2011-08-011-0/+3
* | Issue #11651: Move options for running tests into a Python script.Nadeem Vawda2011-08-014-16/+75
* | Merge with 3.2Georg Brandl2011-08-011-1/+1
|\ \ | |/
| * Use attribute access instead of index access for namedtuple.Georg Brandl2011-08-011-1/+1
* | Merge #12295 fix from 3.2Éric Araujo2011-08-011-2/+3
|\ \ | |/
| * Fix resource warning when looking at turtledemo’s help (#12295)Éric Araujo2011-08-011-2/+3
* | Fix bug I unwittingly added in 1521d9837d16 (found by Ezio Melotti)Éric Araujo2011-08-011-2/+1
* | Merge 3.2Éric Araujo2011-08-010-0/+0
|\ \ | |/
| * Branch mergeÉric Araujo2011-08-017-47/+111
| |\
* | \ Branch mergeÉric Araujo2011-08-018-78/+148
|\ \ \
| * | | Stop trying to write into the stdlib during packaging tests (#12331).Éric Araujo2011-07-312-23/+34
| * | | Small cleanupÉric Araujo2011-07-311-9/+4
| * | | Merge fixes for #9860, #11104/#8688 and #12331 from 3.2Éric Araujo2011-07-317-47/+111
| |\ \ \ | | | |/ | | |/|
| | * | Stop trying to write into the stdlib during lib2to3 tests (#12331).Éric Araujo2011-07-312-7/+14
| | * | Fix regression with distutils MANIFEST handing (#11104, #8688).Éric Araujo2011-07-315-33/+84
| | * | Let “make patchcheck” work for out-of-dir builds (#9860)Éric Araujo2011-07-301-7/+13
* | | | Closes #12667: Merged fix from 3.2.Vinay Sajip2011-08-011-1/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Closes #12667: Added documentation for SMTPHandler secure argument.Vinay Sajip2011-08-011-1/+7
* | | | Merge typo fix.Ezio Melotti2011-07-311-1/+1
|\ \ \ \ | |/ / /