- 22 Nov, 2013 40 commits
-
-
Eric Snow 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
-
Christian Heimes authored
-
Christian Heimes authored
-
Nick Coghlan authored
- Bytecode.from_traceback() alternate constructor - current_offset parameter and attribute Patch by Claudiu Popa
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
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 authored
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 authored
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 authored
-
Ezio Melotti authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
Also change the argument name to the same name as getpeercert()
-
Christian Heimes authored
CRL enumeration are now two functions. enum_certificates() also returns purpose flags as set of OIDs.
-
Christian Heimes authored
The flaky buildbots make it hard to detect real issue. This is just a temporary fix until we agree on a permanent solution.
-