- 23 Kas, 2013 10 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Nick Coghlan yazdı
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 yazdı
Revert utime(..., None) strategy (it has too poor resolution under Windows) and restore the previous test workaround (issue #19715)
-
Antoine Pitrou yazdı
-
Guido van Rossum yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 22 Kas, 2013 30 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Andrew Kuchling yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
in test_pathlib. Purposefully designed to work from a specified directory in case multiple file systems are used on the system.
-
Eric Snow yazdı
-
Eric Snow yazdı
-
Andrew Kuchling yazdı
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 yazdı
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Also, attempt to reduce confusion in the glossary by not saying there are different "types" of arguments and parameters.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Guido van Rossum yazdı
asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl Ibarra Corretgé (mostly).
-
Brett Cannon yazdı
class.
-
Brett Cannon yazdı
built-in loading; leads to a reload scenario where attributes get set which are wrong after the test.
-
Brett Cannon yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Brett Cannon yazdı
-
Antoine Pitrou yazdı
-