summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #26146: remove useless codeVictor Stinner2016-01-262-14/+0
* Fix a refleak in validate_constant()Victor Stinner2016-01-261-0/+2
* Fix typoRaymond Hettinger2016-01-261-1/+1
* merge from 3.5Senthil Kumaran2016-01-261-15/+0
|\
| * Remove unnecessary test case comment in urllib.parse.py. These are asserted a...Senthil Kumaran2016-01-261-15/+0
* | Add ast.ConstantVictor Stinner2016-01-2514-44/+401
* | Tests versus zero are more compact than tests versus -1.Raymond Hettinger2016-01-251-6/+6
* | Fix compiler warning about obviously unreachable code.Raymond Hettinger2016-01-251-4/+0
* | Convert another post-decrement while-loop to pre-decrement for consistencyRaymond Hettinger2016-01-241-1/+2
* | Convert two other post-decrement while-loops to pre-decrements for consistencyRaymond Hettinger2016-01-241-2/+4
* | Miscellaneous refactoringsRaymond Hettinger2016-01-241-65/+58
* | Issue #26146: marshal.loads() now uses the empty frozenset singletonVictor Stinner2016-01-232-29/+47
* | Cleanup test_dictVictor Stinner2016-01-231-5/+8
* | test_gc: remove unused importsVictor Stinner2016-01-231-2/+0
* | Issue #18018: Raise an ImportError if a relative import is attemptedBrett Cannon2016-01-234-3/+20
* | Issue #25234: Skip test_eintr.test_open() under OS X to avoid hangingBrett Cannon2016-01-221-0/+1
* | whitespace cleanupBrett Cannon2016-01-221-2/+2
* | Issue #25791: Warn when __package__ != __spec__.parent.Brett Cannon2016-01-228-120/+183
* | Merge from 3.5Brett Cannon2016-01-221-1/+1
|\ \ | |/
| * Fix a typo in a code exampleBrett Cannon2016-01-221-1/+1
* | Merge 3.5 (i18n doc, issue #25907)Victor Stinner2016-01-223-59/+59
|\ \ | |/
| * doc: i18n HTML templatesVictor Stinner2016-01-223-59/+59
* | Null merge 3.5 (change already applied to default)Victor Stinner2016-01-220-0/+0
|\ \ | |/
| * code_richcompare() now uses the constants typesVictor Stinner2016-01-225-50/+246
* | Issue #25876: Fix also test_set() of test_gdb when -E command line is usedVictor Stinner2016-01-221-3/+6
* | Issue #25876: test_gdb: use subprocess._args_from_interpreter_flags() to testVictor Stinner2016-01-221-4/+14
* | Use Py_uintptr_t for atomic pointersVictor Stinner2016-01-223-30/+31
* | code_richcompare() now uses the constants typesVictor Stinner2016-01-225-50/+246
* | site: error on sitecustomize import errorVictor Stinner2016-01-222-6/+18
* | merge 3.5Benjamin Peterson2016-01-221-0/+4
|\ \ | |/
| * merge 3.4Benjamin Peterson2016-01-221-0/+4
| |\
| | * reject negative data_sizeBenjamin Peterson2016-01-221-0/+4
* | | merge from 3.5Senthil Kumaran2016-01-221-2/+2
|\ \ \ | |/ /
| * | minor clarification on Zipfile 'x' mode - exclusive creation of a file.Senthil Kumaran2016-01-221-2/+2
* | | Merge update to pipDonald Stufft2016-01-222-1/+1
|\ \ \ | |/ /
| * | Merge update to pipDonald Stufft2016-01-222-1/+1
| |\ \ | | |/
| | * Upgrade pip to 8.0.2Donald Stufft2016-01-222-1/+1
* | | Issue #18620: Improve Pool examples in multiprocessing documentationBerker Peksag2016-01-211-11/+26
|\ \ \ | |/ /
| * | Issue #18620: Improve Pool examples in multiprocessing documentationBerker Peksag2016-01-211-11/+26
* | | merge from 3.5Senthil Kumaran2016-01-212-14/+14
|\ \ \ | |/ /
| * | issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys andSenthil Kumaran2016-01-212-14/+14
* | | Issue #26107: Fix typo in Objects/lnotab_notes.txtVictor Stinner2016-01-211-6/+6
* | | Merge 3.5 (doc)Victor Stinner2016-01-212-177/+184
|\ \ \ | |/ /
| * | Issue #26106: doc: Move text of licenses to parsed literal blockVictor Stinner2016-01-212-177/+184
* | | merge 3.5 (#26171)Benjamin Peterson2016-01-212-0/+8
|\ \ \ | |/ /
| * | merge 3.4 (#26171)Benjamin Peterson2016-01-212-0/+8
| |\ \ | | |/
| | * prevent buffer overflow in get_data (closes #26171)Benjamin Peterson2016-01-212-0/+8
* | | merge 3.5Benjamin Peterson2016-01-211-0/+1
|\ \ \ | |/ /
| * | merge 3.4Benjamin Peterson2016-01-211-0/+1
| |\ \ | | |/
| | * fix refleak in error conditionBenjamin Peterson2016-01-211-0/+1