- 23 Nov, 2013 12 commits
-
-
Ned Deily authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Nick Coghlan authored
The codecs themselves were restored in Python 3.2, this completes the restoration by adding back the convenience aliases. These aliases were originally left out due to confusing errors when attempting to use them with the text encoding specific convenience methods. Python 3.4 includes several improvements to those errors, thus permitting the aliases to be restored as well.
-
Antoine Pitrou authored
Revert utime(..., None) strategy (it has too poor resolution under Windows) and restore the previous test workaround (issue #19715)
-
Antoine Pitrou authored
-
Guido van Rossum authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 22 Nov, 2013 28 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
-