summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.4.0b1.Ned Deily2013-11-231-0/+5
* Update third-party libraries for OS X installers:Ned Deily2013-11-231-0/+4
* Issue #19551: PEP 453 - OS X installer now installs or upgrades pip by default.Ned Deily2013-11-231-0/+2
* Merge from 3.3Andrew Kuchling2013-11-231-1/+1
|\
| * Update Itamar's nameAndrew Kuchling2013-11-231-1/+1
* | trunk mergeBarry Warsaw2013-11-221-0/+7
|\ \
| * \ Issue #18326: merge with 3.3Zachary Ware2013-11-221-0/+7
| |\ \ | | |/
| | * Issue #18326: Clarify that list.sort's arguments are keyword-only.Zachary Ware2013-11-221-0/+7
* | | Issue 19555 for distutils, plus a little clean up (pyflakes, line lengths).Barry Warsaw2013-11-221-3/+4
|/ /
* | NEWS entry for module name repr commitBrett Cannon2013-11-221-0/+2
* | Update xz to 5.0.5.Martin v. Löwis2013-11-221-1/+1
* | Update SQLite to 3.8.1 on Windows.Martin v. Löwis2013-11-221-0/+2
* | Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).Antoine Pitrou2013-11-221-0/+2
* | Close #17916: dis.Bytecode based replacement for distbNick Coghlan2013-11-221-0/+4
* | Close #19552: venv and pyvenv ensurepip integrationNick Coghlan2013-11-221-0/+5
* | Issue #19619: Blacklist non-text codecs in method APINick Coghlan2013-11-221-0/+6
* | Issue #19553: PEP 453 - "make install" and "make altinstall" now install orNed Deily2013-11-221-0/+6
* | Issue #19649: On OS X, the same set of file names are now installedNed Deily2013-11-221-0/+6
* | Issue #17134: Finalize interface to Windows' certificate store. Cert andChristian Heimes2013-11-221-0/+4
* | mergeChristian Heimes2013-11-221-0/+3
|\ \
| * | - Issue #19555: Restore sysconfig.get_config_var('SO'), with aBarry Warsaw2013-11-211-0/+3
* | | Issue #19664: test_userdict's repr test no longer depends on the orderChristian Heimes2013-11-221-0/+3
|/ /
* | Issue #8813: Add SSLContext.verify_flags to change the verification flagsChristian Heimes2013-11-211-0/+4
* | Close #18294: Fix the zlib module to make it 64-bit safeVictor Stinner2013-11-211-0/+2
* | mergeChristian Heimes2013-11-211-0/+2
|\ \
| * | Issue #14455: plistlib now supports binary plists and has an updated API.Ronald Oussoren2013-11-211-0/+2
* | | Issue #19682: Fix compatibility issue with old version of OpenSSL thatChristian Heimes2013-11-211-0/+3
|/ /
* | Issue #19633: Fixed writing not compressed 16- and 32-bit wave files onSerhiy Storchaka2013-11-211-0/+3
|\ \ | |/
| * Issue #19633: Fixed writing not compressed 16- and 32-bit wave files onSerhiy Storchaka2013-11-211-0/+3
* | Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSPChristian Heimes2013-11-211-0/+3
* | Issue #18138: Implement cadata argument of SSLContext.load_verify_location()Christian Heimes2013-11-211-0/+4
* | Issue #16632: Enable DEP and ASLR on Windows.Christian Heimes2013-11-201-0/+2
* | Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.hChristian Heimes2013-11-201-0/+2
* | Issue #18775: Add name and block_size attribute to HMAC object. They nowChristian Heimes2013-11-201-0/+3
* | Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMACChristian Heimes2013-11-201-0/+3
* | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-202-0/+4
* | Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for...Christian Heimes2013-11-191-0/+3
|\ \ | |/
| * Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for...Christian Heimes2013-11-191-0/+3
* | #2927: Added the unescape() function to the html module.Ezio Melotti2013-11-191-0/+2
* | Merge: #19449: Handle non-string keys when generating 'fieldnames' error.R David Murray2013-11-191-0/+3
|\ \ | |/
| * #19449: Handle non-string keys when generating 'fieldnames' error.R David Murray2013-11-191-0/+3
| * Issue #19596: Set untestable tests in test_importlib to NoneZachary Ware2013-11-191-0/+3
* | Issue #19550: Implement Windows installer changes of PEP 453 (ensurepip).Martin v. Löwis2013-11-191-0/+2
* | Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.Serhiy Storchaka2013-11-192-0/+7
* | Issue #8402: Added the escape() function to the glob module.Serhiy Storchaka2013-11-181-0/+2
* | Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3Zachary Ware2013-11-171-0/+2
* | Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module.Antoine Pitrou2013-11-171-0/+2
* | Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given aVictor Stinner2013-11-171-0/+3
* | Fix test.support.bind_port() to not cause an error when Python was compiledGregory P. Smith2013-11-171-0/+4
|\ \ | |/
| * Fix test.support.bind_port() to not cause an error when Python was compiledGregory P. Smith2013-11-171-0/+4