summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #25791: Warn when __package__ != __spec__.parent.Brett Cannon2016-01-221-2/+2
* code_richcompare() now uses the constants typesVictor Stinner2016-01-221-0/+6
* site: error on sitecustomize import errorVictor Stinner2016-01-221-0/+4
* Merge 3.5 (doc)Victor Stinner2016-01-211-0/+1
|\
| * Issue #26106: doc: Move text of licenses to parsed literal blockVictor Stinner2016-01-211-0/+1
* | merge 3.5 (#26171)Benjamin Peterson2016-01-211-0/+3
|\ \ | |/
| * merge 3.4 (#26171)Benjamin Peterson2016-01-211-0/+3
| |\
| | * prevent buffer overflow in get_data (closes #26171)Benjamin Peterson2016-01-211-0/+3
* | | co_lnotab supports negative line number deltaVictor Stinner2016-01-201-0/+3
* | | Merge 3.5Victor Stinner2016-01-201-0/+7
|\ \ \ | |/ /
| * | Add _PyThreadState_UncheckedGet()Victor Stinner2016-01-201-0/+7
* | | Issue #26147: xmlrpc now works with strings not encodable with usedSerhiy Storchaka2016-01-201-0/+3
|\ \ \ | |/ /
| * | Issue #26147: xmlrpc now works with strings not encodable with usedSerhiy Storchaka2016-01-201-0/+3
* | | Issue #25935: Garbage collector now breaks reference loops with OrderedDict.Serhiy Storchaka2016-01-191-0/+2
|\ \ \ | |/ /
| * | Issue #25935: Garbage collector now breaks reference loops with OrderedDict.Serhiy Storchaka2016-01-191-0/+2
* | | Issue #16620: Fixed AttributeError in msilib.Directory.glob().Serhiy Storchaka2016-01-191-0/+2
|\ \ \ | |/ /
| * | Issue #16620: Fixed AttributeError in msilib.Directory.glob().Serhiy Storchaka2016-01-191-0/+2
* | | merge 3.5 (#25731)Benjamin Peterson2016-01-191-0/+2
|\ \ \ | |/ /
| * | set tp_new from the class in the hierarchy that actually owns the descriptor ...Benjamin Peterson2016-01-191-0/+2
* | | Issue #26013: Added compatibility with broken protocol 2 pickles createdSerhiy Storchaka2016-01-181-0/+3
|\ \ \ | |/ /
| * | Issue #26013: Added compatibility with broken protocol 2 pickles createdSerhiy Storchaka2016-01-181-0/+3
* | | Issue #26129: Deprecated accepting non-integers in grp.getgrgid().Serhiy Storchaka2016-01-181-0/+2
* | | Issue #26071: bdist_wininst created binaries fail to start and find 32bit PythonSteve Dower2016-01-161-0/+3
|\ \ \ | |/ /
| * | Issue #26071: bdist_wininst created binaries fail to start and find 32bit PythonSteve Dower2016-01-161-0/+3
* | | Issue #26073: Update the list of magic numbers in launcherSteve Dower2016-01-161-0/+2
|\ \ \ | |/ /
| * | Issue #26073: Update the list of magic numbers in launcherSteve Dower2016-01-161-0/+2
* | | Issue #26065: Excludes venv from library when generating embeddable distro.Steve Dower2016-01-161-0/+3
|\ \ \ | |/ /
| * | Issue #26065: Excludes venv from library when generating embeddable distro.Steve Dower2016-01-161-0/+5
* | | Issue #25850: Use cross-compilation by default for 64-bit Windows.Steve Dower2016-01-161-0/+2
|\ \ \ | |/ /
| * | Issue #25850: Use cross-compilation by default for 64-bit Windows.Steve Dower2016-01-161-0/+2
| * | Issue #17633: Improve support for namespace packages with zipimport.Brett Cannon2016-01-151-0/+2
* | | Issue #23883: Update newsMartin Panter2016-01-161-3/+4
* | | Issue #23883: Add missing APIs to calendar.__all__Martin Panter2016-01-161-0/+1
* | | Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM RodriguesMartin Panter2016-01-161-0/+1
* | | Issue #25791: Raise an ImportWarning when __spec__ or __package__ areBrett Cannon2016-01-151-0/+3
* | | Issue #25940: Merge self-signed.pythontest.net testing from 3.5Martin Panter2016-01-141-0/+3
|\ \ \ | |/ /
| * | Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 3.5Martin Panter2016-01-141-0/+3
| |\ \ | | |/
| | * Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4Martin Panter2016-01-141-0/+6
| | |\
| | | * Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3Martin Panter2016-01-141-0/+7
| | | |\
| | | | * Issue #25940: Use self-signed.pythontest.net in SSL testsMartin Panter2016-01-141-0/+7
| | | * | fix reorderingBenjamin Peterson2015-12-051-4/+4
* | | | | Issue #25822: Add docstrings to the fields of urllib.parse results.Senthil Kumaran2016-01-141-0/+3
* | | | | Add a NEWS entry for Issue #22642.Senthil Kumaran2016-01-131-0/+3
* | | | | Closes #25348: Merge with 3.5Zachary Ware2016-01-121-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.batZachary Ware2016-01-121-0/+5
* | | | | Merge heads.Barry Warsaw2016-01-111-3/+0
|\ \ \ \ \
| * \ \ \ \ As per further discussion, re-enable the typeobject.c guard for picklability.Barry Warsaw2016-01-111-3/+0
| |\ \ \ \ \
* | \ \ \ \ \ Merge 3.5doko@ubuntu.com2016-01-111-0/+3
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | - Issue #24705: Fix sysconfig._parse_makefile not expanding ${} varsdoko@ubuntu.com2016-01-111-0/+3
| | |/ / / / | |/| | | |
* | | | | | Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1.Yury Selivanov2016-01-111-2/+1
| |/ / / / |/| | | |