Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26146: remove useless code | Victor Stinner | 2016-01-26 | 2 | -14/+0 |
* | Fix a refleak in validate_constant() | Victor Stinner | 2016-01-26 | 1 | -0/+2 |
* | Fix typo | Raymond Hettinger | 2016-01-26 | 1 | -1/+1 |
* | merge from 3.5 | Senthil Kumaran | 2016-01-26 | 1 | -15/+0 |
|\ | |||||
| * | Remove unnecessary test case comment in urllib.parse.py. These are asserted a... | Senthil Kumaran | 2016-01-26 | 1 | -15/+0 |
* | | Add ast.Constant | Victor Stinner | 2016-01-25 | 14 | -44/+401 |
* | | Tests versus zero are more compact than tests versus -1. | Raymond Hettinger | 2016-01-25 | 1 | -6/+6 |
* | | Fix compiler warning about obviously unreachable code. | Raymond Hettinger | 2016-01-25 | 1 | -4/+0 |
* | | Convert another post-decrement while-loop to pre-decrement for consistency | Raymond Hettinger | 2016-01-24 | 1 | -1/+2 |
* | | Convert two other post-decrement while-loops to pre-decrements for consistency | Raymond Hettinger | 2016-01-24 | 1 | -2/+4 |
* | | Miscellaneous refactorings | Raymond Hettinger | 2016-01-24 | 1 | -65/+58 |
* | | Issue #26146: marshal.loads() now uses the empty frozenset singleton | Victor Stinner | 2016-01-23 | 2 | -29/+47 |
* | | Cleanup test_dict | Victor Stinner | 2016-01-23 | 1 | -5/+8 |
* | | test_gc: remove unused imports | Victor Stinner | 2016-01-23 | 1 | -2/+0 |
* | | Issue #18018: Raise an ImportError if a relative import is attempted | Brett Cannon | 2016-01-23 | 4 | -3/+20 |
* | | Issue #25234: Skip test_eintr.test_open() under OS X to avoid hanging | Brett Cannon | 2016-01-22 | 1 | -0/+1 |
* | | whitespace cleanup | Brett Cannon | 2016-01-22 | 1 | -2/+2 |
* | | Issue #25791: Warn when __package__ != __spec__.parent. | Brett Cannon | 2016-01-22 | 8 | -120/+183 |
* | | Merge from 3.5 | Brett Cannon | 2016-01-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix a typo in a code example | Brett Cannon | 2016-01-22 | 1 | -1/+1 |
* | | Merge 3.5 (i18n doc, issue #25907) | Victor Stinner | 2016-01-22 | 3 | -59/+59 |
|\ \ | |/ | |||||
| * | doc: i18n HTML templates | Victor Stinner | 2016-01-22 | 3 | -59/+59 |
* | | Null merge 3.5 (change already applied to default) | Victor Stinner | 2016-01-22 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | code_richcompare() now uses the constants types | Victor Stinner | 2016-01-22 | 5 | -50/+246 |
* | | Issue #25876: Fix also test_set() of test_gdb when -E command line is used | Victor Stinner | 2016-01-22 | 1 | -3/+6 |
* | | Issue #25876: test_gdb: use subprocess._args_from_interpreter_flags() to test | Victor Stinner | 2016-01-22 | 1 | -4/+14 |
* | | Use Py_uintptr_t for atomic pointers | Victor Stinner | 2016-01-22 | 3 | -30/+31 |
* | | code_richcompare() now uses the constants types | Victor Stinner | 2016-01-22 | 5 | -50/+246 |
* | | site: error on sitecustomize import error | Victor Stinner | 2016-01-22 | 2 | -6/+18 |
* | | merge 3.5 | Benjamin Peterson | 2016-01-22 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | merge 3.4 | Benjamin Peterson | 2016-01-22 | 1 | -0/+4 |
| |\ | |||||
| | * | reject negative data_size | Benjamin Peterson | 2016-01-22 | 1 | -0/+4 |
* | | | merge from 3.5 | Senthil Kumaran | 2016-01-22 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | minor clarification on Zipfile 'x' mode - exclusive creation of a file. | Senthil Kumaran | 2016-01-22 | 1 | -2/+2 |
* | | | Merge update to pip | Donald Stufft | 2016-01-22 | 2 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge update to pip | Donald Stufft | 2016-01-22 | 2 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Upgrade pip to 8.0.2 | Donald Stufft | 2016-01-22 | 2 | -1/+1 |
* | | | Issue #18620: Improve Pool examples in multiprocessing documentation | Berker Peksag | 2016-01-21 | 1 | -11/+26 |
|\ \ \ | |/ / | |||||
| * | | Issue #18620: Improve Pool examples in multiprocessing documentation | Berker Peksag | 2016-01-21 | 1 | -11/+26 |
* | | | merge from 3.5 | Senthil Kumaran | 2016-01-21 | 2 | -14/+14 |
|\ \ \ | |/ / | |||||
| * | | issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and | Senthil Kumaran | 2016-01-21 | 2 | -14/+14 |
* | | | Issue #26107: Fix typo in Objects/lnotab_notes.txt | Victor Stinner | 2016-01-21 | 1 | -6/+6 |
* | | | Merge 3.5 (doc) | Victor Stinner | 2016-01-21 | 2 | -177/+184 |
|\ \ \ | |/ / | |||||
| * | | Issue #26106: doc: Move text of licenses to parsed literal block | Victor Stinner | 2016-01-21 | 2 | -177/+184 |
* | | | merge 3.5 (#26171) | Benjamin Peterson | 2016-01-21 | 2 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | merge 3.4 (#26171) | Benjamin Peterson | 2016-01-21 | 2 | -0/+8 |
| |\ \ | | |/ | |||||
| | * | prevent buffer overflow in get_data (closes #26171) | Benjamin Peterson | 2016-01-21 | 2 | -0/+8 |
* | | | merge 3.5 | Benjamin Peterson | 2016-01-21 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | merge 3.4 | Benjamin Peterson | 2016-01-21 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | fix refleak in error condition | Benjamin Peterson | 2016-01-21 | 1 | -0/+1 |