- 05 Agu, 2014 12 kayıt (commit)
-
-
Barry Warsaw yazdı
`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 yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Larry Hastings yazdı
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 yazdı
-
Vinay Sajip yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Larry Hastings yazdı
-
- 04 Agu, 2014 21 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Also, improve variable names and fix column numbers in the generated output.
-
Raymond Hettinger yazdı
Use two-argument form of next() and use a return-statement instead of an explicit raise StopIteration
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
a, b in arg lists, and hanging indents for long arg lists.
-
- 03 Agu, 2014 7 kayıt (commit)
-
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
Issue #13540: Update references to Action class to match syntax used for other classes in this file.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-