- 23 Nov, 2013 3 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 22 Nov, 2013 37 commits
-
-
Guido van Rossum authored
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Andrew Kuchling authored
-
Brett Cannon authored
-
Brett Cannon authored
in test_pathlib. Purposefully designed to work from a specified directory in case multiple file systems are used on the system.
-
Eric Snow authored
-
Eric Snow authored
-
Andrew Kuchling authored
Only possibly-controversial change: joinpath() was described as: "Calling this method is equivalent to indexing the path with each of the *other* arguments in turn." 'Indexing' is an odd word to use, because you can't subscript Path or PurePath objects, so I changed it to "combining".
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Guido van Rossum authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
Also, attempt to reduce confusion in the glossary by not saying there are different "types" of arguments and parameters.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Guido van Rossum authored
asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl Ibarra Corretgé (mostly).
-
Brett Cannon authored
class.
-
Brett Cannon authored
built-in loading; leads to a reload scenario where attributes get set which are wrong after the test.
-
Brett Cannon authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Brett Cannon authored
-
Antoine Pitrou authored
-
Brett Cannon authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Eric Snow authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-