- 18 Jun, 2012 2 commits
-
-
Richard Oudkerk authored
-
Petri Lehtinen authored
-
- 17 Jun, 2012 6 commits
-
-
R David Murray authored
-
Ezio Melotti authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
- 15 Jun, 2012 2 commits
-
-
Petri Lehtinen authored
-
Antoine Pitrou authored
-
- 14 Jun, 2012 1 commit
-
-
Martin v. Löwis authored
-
- 13 Jun, 2012 2 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
- 11 Jun, 2012 1 commit
-
-
Richard Oudkerk authored
Patch by Hallvard B Furuseth.
-
- 07 Jun, 2012 1 commit
-
-
Terry Jan Reedy authored
use. Make the get_entity 'method' a module function as it did not use 'self'. Delete buggy _find_constructor function that is not needed, at least in 3.x. Revise get_argspec so all tests pass. Add and fix NEWS entries.
-
- 06 Jun, 2012 2 commits
-
-
Richard Oudkerk authored
Previously multiprocessing only expected int or str. It also wrongly used an exit code of 1 when the argument was a string instead of zero.
-
Richard Oudkerk authored
Initial patch by mouad
-
- 07 Jun, 2012 1 commit
-
-
Nick Coghlan authored
-
- 05 Jun, 2012 1 commit
-
-
Gregory P. Smith authored
-
- 03 Jun, 2012 8 commits
-
-
Gregory P. Smith authored
break someone's over specified test that depends on the exact error message.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
when the path existed and had the S_ISGID mode bit set when it was not explicitly asked for. This is no longer an exception as mkdir cannot control if the OS sets that bit for it or not.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Terry Jan Reedy authored
'name' to 'expression' as the latter is what the string actually represents. The bug in this issue was only catching NameError and AttributeError when evaluating an expression that was not necessarily a name.
-
Terry Jan Reedy authored
Code patch by Roger Serwy.
-
- 02 Jun, 2012 5 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
R David Murray authored
-
Benjamin Peterson authored
-
- 01 Jun, 2012 2 commits
-
-
R David Murray authored
Initial patch by Michael Driscoll, I added the example.
-
Sandro Tosi authored
-
- 31 May, 2012 2 commits
-
-
Ned Deily authored
options. Patch by Roger Serwy.
-
Vinay Sajip authored
-
- 29 May, 2012 3 commits
-
-
Brian Curtin authored
-
Brian Curtin authored
-
Ned Deily authored
-
- 28 May, 2012 1 commit
-
-
Antoine Pitrou authored
Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. Additional comments by Tim Silk.
-