summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Issue #19205 fix 406529adf156Christian Heimes2013-10-111-1/+1
* | Issue #19205: Don't import the 're' module in site and sysconfig module toChristian Heimes2013-10-114-4/+24
* | Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io m...Antoine Pitrou2013-10-116-22/+49
* | Fix expected checksum for new unicodedata (after full rebuild)Antoine Pitrou2013-10-111-1/+1
* | #19192: Give up on time.xmlrpc.com as an xmlrpc network test.R David Murray2013-10-112-29/+17
* | Rename contextlib.ignored() to contextlib.ignore().Raymond Hettinger2013-10-114-13/+13
* | merge 3.3Benjamin Peterson2013-10-111-1/+1
|\ \ | |/
| * replace hardcoded versionBenjamin Peterson2013-10-111-1/+1
* | merge 3.3Benjamin Peterson2013-10-111-1/+1
|\ \ | |/
| * make sure the docstring is never out of date wrt unicode data versionBenjamin Peterson2013-10-111-1/+1
* | merge headsBenjamin Peterson2013-10-101-1/+7
|\ \
| * | #18764: p(rint) -> p in pdb docs.R David Murray2013-10-101-1/+7
* | | merge 3.3 (#19220)Benjamin Peterson2013-10-101-3/+1
|\ \ \ | |/ / |/| / | |/
| * remove url from docstring (closes #19220)Benjamin Peterson2013-10-101-2/+1
* | upgrade unicode db to 6.3.0 (closes #19221)Benjamin Peterson2013-10-108-17153/+17195
* | 18764: remove the problematic 'print' alias for the PDB 'p' command.R David Murray2013-10-105-11/+31
* | Close #16742: Fix misuse of memory allocations in PyOS_Readline()Victor Stinner2013-10-105-8/+41
* | Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back onVictor Stinner2013-10-102-19/+21
* | Issue #18874: PyCode_New() now ensures that the filename is a ready UnicodeVictor Stinner2013-10-101-0/+5
* | Issue #15805: Add contextlib.redirect_stdout()Raymond Hettinger2013-10-104-1/+81
* | mergeRaymond Hettinger2013-10-101-6/+5
|\ \ | |/