- 26 Jun, 2011 1 commit
-
-
Benjamin Peterson authored
This removes nested loops in PyEval_EvalCodeEx.
-
- 25 Jun, 2011 30 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Issue 11758: increase xml.dom.minidom test coverage (contributed by mdorn, reviewed by Sandro Tosi).
-
Ross Lagerwall authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Ross Lagerwall authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Ross Lagerwall authored
-
Ross Lagerwall authored
Patch by Akira Kitada.
-
- 24 Jun, 2011 6 commits
-
-
Victor Stinner authored
On FreeBSD6, pthread_kill() doesn't work on the main thread before the creation of the first thread. Create therefore a dummy thread (no-op) a startup to initialize the pthread library. Add also a test for this use case, test written by Charles-François Natali.
-
R David Murray authored
-
R David Murray authored
Patch by Francisco Martín Brugué.
-
Benjamin Peterson authored
-
R David Murray authored
-
R David Murray authored
The new wording is based on the comments in the code, which match the actual behavior.
-
- 23 Jun, 2011 3 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-