| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace normalization | Barry Warsaw | 2012-06-04 | 1 | -1/+1 |
|
|
* | PEP 421 requires that .name be lower case. | Barry Warsaw | 2012-06-04 | 1 | -0/+4 |
|
|
* | Eric Snow's implementation of PEP 421. | Barry Warsaw | 2012-06-03 | 1 | -0/+18 |
|
|
* | Issue #14930: Make memoryview objects weakrefable. | Richard Oudkerk | 2012-05-28 | 1 | -1/+1 |
|
|
* | Implemented PEP 405 (Python virtual environments). | Vinay Sajip | 2012-05-26 | 1 | -0/+4 |
|
|
* | PEP 415: Implement suppression of __context__ display with an exception attri... | Benjamin Peterson | 2012-05-15 | 1 | -3/+3 |
|
|
* | Issue #13959: Re-implement imp.NullImporter in Lib/imp.py. | Brett Cannon | 2012-04-29 | 1 | -3/+0 |
|
|
* | Account for shared keys in type's __sizeof__ (#13903). | Martin v. Loewis | 2012-04-24 | 1 | -3/+9 |
|
|
* | Implement PEP 412: Key-sharing dictionaries (closes #13903) | Benjamin Peterson | 2012-04-23 | 1 | -3/+3 |
|
|
* | perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) | Benjamin Peterson | 2012-03-15 | 1 | -1/+1 |
|
|
* | adjust for change in AST type | Benjamin Peterson | 2012-03-12 | 1 | -1/+1 |
|
|
* | - Issue #10181: New memoryview implementation fixes multiple ownership | Stefan Krah | 2012-02-25 | 1 | -2/+2 |
|
|
* | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
|\ |
|
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
|
|
* | | | fix test now that staticmethod and classmethod are bigger | Benjamin Peterson | 2012-02-20 | 1 | -2/+2 |
|
|
* | | | Merge branch 3.2 | Petri Lehtinen | 2012-02-02 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Document absoluteness of sys.executable | Petri Lehtinen | 2012-02-02 | 1 | -0/+3 |
|
|
* | | | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 | 1 | -1/+1 |
|
|
* | | | Issue #13577: various kinds of descriptors now have a __qualname__ attribute. | Antoine Pitrou | 2011-12-12 | 1 | -4/+4 |
|
|
* | | | PEP 3155 / issue #13448: Qualified name for classes and functions. | Antoine Pitrou | 2011-11-25 | 1 | -2/+2 |
|
|
* | | | Issue #13411: memoryview objects are now hashable when the underlying object ... | Antoine Pitrou | 2011-11-21 | 1 | -2/+2 |
|
|
* | | | #13054: sys.maxunicode is now always 0x10FFFF. | Ezio Melotti | 2011-09-28 | 1 | -0/+1 |
|
|
* | | | Use compile() instead of eval(). | Martin v. Löwis | 2011-09-28 | 1 | -6/+4 |
|
|
* | | | Use eval instead of codecs.lookup to trigger UTF-8 generation. | Martin v. Löwis | 2011-09-28 | 1 | -6/+4 |
|
|
* | | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -6/+32 |
|
|
* | | | map cells to arg slots at code creation time (closes #12399) | Benjamin Peterson | 2011-06-26 | 1 | -1/+1 |
|
|
* | | | Close #12028: Make threading._get_ident() public, rename it to | Victor Stinner | 2011-05-30 | 1 | -3/+3 |
|
|
* | | | Fix test. | Ezio Melotti | 2011-04-30 | 1 | -1/+1 |
|
|
* | | | Issue #11223: Replace threading._info() by sys.thread_info | Victor Stinner | 2011-04-30 | 1 | -0/+8 |
|
|
* | | | Remove traces of division_warning left over from Python 2 (#10998) | Éric Araujo | 2011-03-26 | 1 | -1/+1 |
|
|
* | | | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| | * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -8/+8 |
|
|
| | * | Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,... | Florent Xicluna | 2010-08-14 | 1 | -3/+1 |
|
|
| | * | Merged revisions 83140-83141 via svnmerge from | Alexander Belopolsky | 2010-07-25 | 1 | -2/+2 |
|
|
| | * | Reverted r83143: svnmerge failed to add new names | Alexander Belopolsky | 2010-07-25 | 1 | -2/+2 |
|
|
| | * | Merged revisions 83140-83141 via svnmerge from | Alexander Belopolsky | 2010-07-25 | 1 | -2/+2 |
|
|
| | * | Backport test_getfilesystemencoding() from py3k | Victor Stinner | 2010-06-11 | 1 | -0/+30 |
|
|
| | * | Merged revisions 81276 via svnmerge from | Victor Stinner | 2010-05-17 | 1 | -4/+3 |
|
|
| | * | Merged revisions 81267 via svnmerge from | Victor Stinner | 2010-05-17 | 1 | -1/+2 |
|
|
| | * | Merged revisions 81250-81253 via svnmerge from | Victor Stinner | 2010-05-17 | 1 | -1/+39 |
|
|
| | * | Merged revisions 79420 via svnmerge from | Victor Stinner | 2010-03-25 | 1 | -4/+9 |
|
|
| | * | Merged revisions 79393 via svnmerge from | Victor Stinner | 2010-03-25 | 1 | -0/+1 |
|
|
| | * | Merged revisions 78868-78869 via svnmerge from | Victor Stinner | 2010-03-21 | 1 | -0/+17 |
|
|
| | * | Merged revisions 75889 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -1/+8 |
|
|
| | * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -51/+51 |
|
|
* | | | Issue #10992: make tests pass when run under coverage. | Brett Cannon | 2011-02-22 | 1 | -0/+1 |
|/ / |
|
* | | Tighten the restrictions on the test_sys test which triggers a fatal error when | Brett Cannon | 2011-01-25 | 1 | -2/+2 |
|
|