- 22 Kas, 2013 38 kayıt (commit)
-
-
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ı
-
Brett Cannon yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Eric Snow yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Nick Coghlan yazdı
- Bytecode.from_traceback() alternate constructor - current_offset parameter and attribute Patch by Claudiu Popa
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
str.encode, bytes.decode and bytearray.decode now use an internal API to throw LookupError for known non-text encodings, rather than attempting the encoding or decoding operation and then throwing a TypeError for an unexpected output type. The latter mechanism remains in place for third party non-text encodings.
-
Ned Deily yazdı
upgrade pip by default, using the bundled pip provided by the new ensurepip module. A new configure option, --with-ensurepip[=upgrade|install|no], is available to override the default ensurepip "--upgrade" option. The option can also be set with "make [alt]install ENSUREPIP=[upgrade|install\no]".
-
Ned Deily yazdı
in bin directories for all configurations: non-framework vs framework, and single arch vs universal builds. pythonx.y-32 is now always installed for 64-bit/32-bit universal builds. The obsolete and undocumented pythonw* symlinks are no longer installed anywhere.
-
Ned Deily yazdı
-
Ezio Melotti yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Also change the argument name to the same name as getpeercert()
-
Christian Heimes yazdı
CRL enumeration are now two functions. enum_certificates() also returns purpose flags as set of OIDs.
-
Christian Heimes yazdı
The flaky buildbots make it hard to detect real issue. This is just a temporary fix until we agree on a permanent solution.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
of dict elements. Original patch by Serhiy Storchaka
-
- 21 Kas, 2013 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
DeprecationWarning pointing people at $EXT_SUFFIX.
-