summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Issue #19218: Add facade collections.abcChristian Heimes2013-10-131-0/+3
* | | Issue #19218: Rename collections.abc to _collections_abc in order to speed up...Christian Heimes2013-10-137-6/+14
* | | Remove import functools from re module. The re module imports functools but n...Christian Heimes2013-10-131-1/+0
|/ /
* | mergeRaymond Hettinger2013-10-122-0/+15
|\ \ | |/
| * Issue #19202: Add cross-reference and a rough code equivalentRaymond Hettinger2013-10-122-0/+15
* | Issue #18458: merge comments from 3.3Ned Deily2013-10-121-3/+3
|\ \ | |/
| * Issue #18458: Prevent crashes with newer versions of libedit. Its readlineNed Deily2013-10-122-15/+29
* | Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.Christian Heimes2013-10-126-0/+280
* | MergeAntoine Pitrou2013-10-121-3/+3
|\ \
| * | Try to fix weird assertion error on the Fedora buildbot.Antoine Pitrou2013-10-121-3/+3
* | | mergeGeorg Brandl2013-10-1212-3642/+3565
|\ \ \ | |/ /
| * | Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".Antoine Pitrou2013-10-126-86/+89
| * | Don't export internal symbols ("make smelly")Antoine Pitrou2013-10-122-2/+2
| * | Forgot NEWS entry for previous commit.Antoine Pitrou2013-10-121-0/+3
| * | Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10...Antoine Pitrou2013-10-124-3554/+3471
| * | merge 3.3Benjamin Peterson2013-10-120-0/+0
| |\ \
| * | | add aifcBenjamin Peterson2013-10-121-0/+1
| * | | add some audio formatsBenjamin Peterson2013-10-121-0/+2
* | | | merge with 3.3Georg Brandl2013-10-123-8/+11
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Invert logic of new limited-API annotation and call it "stable ABI".Georg Brandl2013-10-122-8/+8
| |/
| * backport media types from defaultBenjamin Peterson2013-10-121-0/+3
* | merge with 3.3Georg Brandl2013-10-121-16/+17
|\ \ | |/
| * Fix compatibility with upcoming Sphinx 1.2.Georg Brandl2013-10-121-16/+17
* | Null mergeSerhiy Storchaka2013-10-120-0/+0
|\ \ | |/
| * Issue #18919: If the close() method of a writer in the sunau or wave moduleSerhiy Storchaka2013-10-123-13/+22
* | merge with 3.3Georg Brandl2013-10-125-32/+154
|\ \ | |/
| * Introduce support for documenting which C API elements are not part of the st...Georg Brandl2013-10-125-32/+154
* | merge with 3.3Georg Brandl2013-10-121-48/+36
|\ \ | |/
| * Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP ...Georg Brandl2013-10-121-48/+36
* | merge with 3.3Georg Brandl2013-10-121-0/+100
|\ \ | |/
| * Closes #13833: document PyStructSequence C-API functions.Georg Brandl2013-10-121-0/+100
* | merge with 3.3Georg Brandl2013-10-121-4/+11
|\ \ | |/
| * Closes #13026: fix documentation of MAKE_FUNCTION for 3.x.Georg Brandl2013-10-121-4/+11
* | merge with 3.3Georg Brandl2013-10-121-5/+7
|\ \ | |/
| * Closes #19179: make table of XML vulnerabilities clearer by using "everyday" ...Georg Brandl2013-10-121-5/+7
* | merge with 3.3Georg Brandl2013-10-121-0/+26
|\ \ | |/
| * Closes #13203: add a FAQ section about seemingly duplicate id()s.Georg Brandl2013-10-121-0/+26
* | Issue #19131: The aifc module now correctly reads and writes sampwidth ofSerhiy Storchaka2013-10-122-4/+8
|\ \ | |/
| * Issue #19131: The aifc module now correctly reads and writes sampwidth ofSerhiy Storchaka2013-10-122-4/+8
* | #19221: update whatsnew entry about UCD version.Ezio Melotti2013-10-121-1/+1
* | Issue #19205: _osx_support uses the re module all over the place. Omit the te...Christian Heimes2013-10-121-1/+3
* | Fix wrong exception in _bootlocale (apparently this error condition is never ...Antoine Pitrou2013-10-121-1/+1
* | Close #18754: Run Python child processes in isolated more in the test suite.Victor Stinner2013-10-125-8/+27
* | Markup fix.Georg Brandl2013-10-121-1/+1
* | Issue #19205: add debugging output for failing test on Snow LeopardChristian Heimes2013-10-121-7/+12
* | mergeChristian Heimes2013-10-111-2/+3
|\ \
| * | test_os: report tests as skipped when os.statvfs() fails with ENOSYSVictor Stinner2013-10-111-2/+3
* | | Issue #19209: fix structseq testChristian Heimes2013-10-111-1/+1
|/ /
* | Issue #19209: Remove import of copyreg from the os module to speed upChristian Heimes2013-10-115-30/+32
* | Also test that the locale module isn't loaded during normal startupChristian Heimes2013-10-111-0/+2