- 06 Jun, 2011 19 commits
-
-
Victor Stinner authored
instead of an active loop (while True: pass) to limit race conditions.
-
Charles-François Natali authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
:class:`multiprocessing.Process`. Also, fix Process.join() to not use polling anymore, when given a timeout.
-
Antoine Pitrou authored
Patch by Catalin Iacob.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Victor Stinner authored
error if faulthandler.dump_tracebacks_later() is missing (e.g. if Python is compiled without threads).
-
Victor Stinner authored
Add TESTTIMEOUT variable (default: 3600 seconds). Use TESTTIMEOUT=0 to disable the timeout. *** fix
-
Martin v. Löwis authored
It's unclear what this was referring to; most likely, it was about sockets that the application had already closed, in which case it's not a sockets problem, but an application problem.
-
Martin v. Löwis authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 05 Jun, 2011 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
- 06 Jun, 2011 1 commit
-
-
Éric Araujo authored
-
- 05 Jun, 2011 13 commits
-
-
Éric Araujo authored
I chose “setupcfg” as prefix instead of “packaging-setupcfg” because the scope of the spec is not limited to packaging: it’s intended as a language-agnostic document for packaging tools developers as well as Python authors.
-
Éric Araujo authored
I tried shortening the sidebar ToC with the tocdepth option instead, but it has a bug which caused all headings with a level deeper than the tocdepth value to all have the same section number, which was a usability regression rather than in improvement.
-
Éric Araujo authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Vinay Sajip authored
-
Gregory P. Smith authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 04 Jun, 2011 5 commits
-
-
Éric Araujo authored
I reworded “wizard” because it is a Windows-specific term.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
Also beautify import lists. Having them grouped by lenght makes it slightly easier to look for a module.
-