summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #15466: Stop using TYPE_INT64 in marshal,Martin v. Löwis2012-07-283-2332/+2329
* Issue #1692335: Move initial args assignment to BaseException.__new__Richard Oudkerk2012-07-283-2/+28
* Add unused parameter to a METH_NOARGS function.Stefan Krah2012-07-281-5/+5
* Add unused parameter to a couple of METH_NOARGS functions. The previousStefan Krah2012-07-281-8/+8
* Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.Stefan Krah2012-07-288-68/+410
* Issue #15364: Fix test_srcdir for the installed case.Ned Deily2012-07-282-2/+4
* Dummy merge.Richard Oudkerk2012-07-270-0/+0
|\
| * Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.Richard Oudkerk2012-07-274-1/+44
* | Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.Richard Oudkerk2012-07-274-1/+44
* | Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path.Richard Oudkerk2012-07-275-22/+92
* | Merged documentation update from 3.2.Vinay Sajip2012-07-271-3/+3
|\ \ | |/
| * Improved cookbook entry and fixed typo.Vinay Sajip2012-07-271-3/+3
* | - Issue #15458: python-config gets a new option --configdir to print theBarry Warsaw2012-07-262-1/+7
* | Issue #15456: Fix code __sizeof__ after #12399 change.Martin v. Löwis2012-07-263-1/+26
* | Restored test by specifying that the symlink links to a target (currently req...Jason R. Coombs2012-07-261-3/+2
* | Issue #15041: update "see also" list in tkinter documentation.Andrew Svetlov2012-07-262-3/+20
|\ \ | |/
| * Issue #15041: update "see also" list in tkinter documentation.Andrew Svetlov2012-07-262-3/+20
* | Issue #15320: Make iterating the list of tests thread-safe when running tests...Antoine Pitrou2012-07-252-13/+32
|\ \ | |/
| * Issue #15320: Make iterating the list of tests thread-safe when running tests...Antoine Pitrou2012-07-252-12/+31
* | Mention the *limit* argument of TextIO.readline().Antoine Pitrou2012-07-251-1/+3
|\ \ | |/
| * Mention the *limit* argument of TextIO.readline().Antoine Pitrou2012-07-251-1/+3
* | Closes #15445: Merged documentation update from 3.2.Vinay Sajip2012-07-251-0/+19
|\ \ | |/
| * Issue #15445: Updated logging configuration documentation to highlight potent...Vinay Sajip2012-07-251-0/+19
* | merge 3.2Martin v. Löwis2012-07-253-3/+7
|\ \ | |/
| * Issue #7163: Propagate return value of sys.stdout.write.Martin v. Löwis2012-07-253-3/+7
* | merge 3.2Martin v. Löwis2012-07-253-5/+38
|\ \ | |/
| * Issue #15318: Prevent writing to sys.stdin.Martin v. Löwis2012-07-253-5/+38
* | Issue #15413: os.times() had disappeared under Windows.Antoine Pitrou2012-07-242-25/+27
* | #15232: make NEWS entry more accurate.R David Murray2012-07-241-1/+1
|\ \ | |/
| * #15232: make NEWS entry more accurate.R David Murray2012-07-241-1/+1
* | Cleanup the doc a bit: remove useless example and sentenceEli Bendersky2012-07-241-13/+1
* | Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py. P...Eli Bendersky2012-07-241-1/+3
* | Clarify what happens if shallow is false. Also, the caching note is not reall...Eli Bendersky2012-07-241-5/+2
* | Issue #14197: mergeNed Deily2012-07-243-1/+8
|\ \ | |/
| * Issue #14197: For OS X framework builds, ensure links to the sharedNed Deily2012-07-243-1/+8
* | MERGE: Rollback an incorrect Doc/ACKS.txt entryJesus Cea2012-07-231-1/+0
|\ \ | |/
| * Rollback an incorrect Doc/ACKS.txt entryJesus Cea2012-07-231-1/+0
* | MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.StructJesus Cea2012-07-232-4/+5
|\ \ | |/
| * Better test for Issue #15402: Add a __sizeof__ method to struct.StructJesus Cea2012-07-232-4/+5
* | Issue #15402: Add a __sizeof__ method to struct.Struct.Meador Inge2012-07-233-0/+31
|\ \ | |/
| * Issue #15402: Add a __sizeof__ method to struct.Struct.Meador Inge2012-07-233-0/+31
* | Putting the 3.2 -> default merge info in a happy place.Meador Inge2012-07-230-0/+0
|\ \ | |/
| * merge heads.Senthil Kumaran2012-07-233-2/+35
| |\
* | | Simplify the LaTeX section (only three escapes are needed for alltt)Raymond Hettinger2012-07-231-11/+6
* | | merge heads.Senthil Kumaran2012-07-233-2/+35
|\ \ \
| * \ \ Merge #15232: correctly mangle From lines in MIME preamble and epilogueR David Murray2012-07-233-2/+35
| |\ \ \ | | | |/ | | |/|
| | * | #15232: correctly mangle From lines in MIME preamble and epilogueR David Murray2012-07-233-2/+35
* | | | - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch ...Senthil Kumaran2012-07-232-3/+11
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch ...Senthil Kumaran2012-07-232-3/+11
| |/
* | Merge #15429: Fix invalid mention of types.NoneType from None docs.R David Murray2012-07-231-1/+1
|\ \ | |/