- 05 Aug, 2014 16 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Martin v. Löwis authored
despite the PEP being rejected.
-
Barry Warsaw authored
`mkdir -p` and `os.makedirs()` functionality. When true, ignore FileExistsErrors. Patch by Berker Peksag. (With minor cleanups, additional tests, doc tweaks, etc. by Barry) Also: * Remove some unused imports in test_pathlib.py reported by pyflakes.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Larry Hastings authored
Argument Clinic now generates a cast to that type for the comparison to -1 in the generated code. (This supresses a compilation warning.)
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Larry Hastings authored
-
- 04 Aug, 2014 21 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst.
-
Zachary Ware authored
-
Zachary Ware authored
-
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
-
Raymond Hettinger authored
Also, improve variable names and fix column numbers in the generated output.
-
Raymond Hettinger authored
Use two-argument form of next() and use a return-statement instead of an explicit raise StopIteration
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
a, b in arg lists, and hanging indents for long arg lists.
-
- 03 Aug, 2014 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-