summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was una...Jason R. Coombs2013-11-101-0/+4
|\ \ \ | |/ /
| * | Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of...Jason R. Coombs2013-11-101-0/+4
* | | Merge with 3.3 for Issue #19544 and Issue #7457Jason R. Coombs2013-11-101-0/+4
|\ \ \ | |/ /
| * | Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.di...Jason R. Coombs2013-11-101-0/+4
* | | Issue #16685: Added support for any bytes-like objects in the audioop module.Serhiy Storchaka2013-11-101-0/+3
* | | Update Misc/NEWS for Issue #7171Jason R. Coombs2013-11-101-0/+3
* | | Issue #19261: Added support for writing 24-bit samples in the sunau module.Serhiy Storchaka2013-11-101-0/+2
* | | Add news entry for #1097797; whitespace cleanupAndrew Kuchling2013-11-101-1/+4
* | | Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.Serhiy Storchaka2013-11-091-0/+2
|\ \ \ | |/ /
| * | Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.Serhiy Storchaka2013-11-091-0/+2
| * | Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid readStefan Krah2013-11-081-0/+9
* | | Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid readStefan Krah2013-11-081-0/+9
* | | Issue #19514: Add Andrei Dorian Duma to Misc/ACKS for changeset 4a09cc62419bVictor Stinner2013-11-071-0/+1
* | | Issue #19514: Deduplicate some _Py_IDENTIFIER declarations.Martin v. Löwis2013-11-071-0/+3
* | | #19480: merge with 3.3.Ezio Melotti2013-11-071-0/+3
|\ \ \ | |/ /
| * | #19480: HTMLParser now accepts all valid start-tag names as defined by the HT...Ezio Melotti2013-11-071-0/+3
| * | Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.Ned Deily2013-11-051-0/+8
| * | Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-0/+2
| * | Issue #10197: merge headsTim Golden2013-11-031-0/+3
| |\ \
* | | | Close #19378: address flaws in the new dis module APIsNick Coghlan2013-11-061-0/+20
* | | | #18678: Correct names of spwd struct members.R David Murray2013-11-041-0/+4
* | | | Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-0/+2
* | | | Issue #10197: merge headsTim Golden2013-11-031-0/+3
|\ \ \ \
| * \ \ \ Issue #10197 Rework subprocess.get[status]output to use subprocess functional...Tim Golden2013-11-031-0/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #10197 Rework subprocess.get[status]output to use subprocess functional...Tim Golden2013-11-031-0/+3
* | | | | Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raisesSerhiy Storchaka2013-11-031-0/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo.Serhiy Storchaka2013-11-031-0/+2
* | | | | Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple ofSerhiy Storchaka2013-11-031-0/+3
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple ofSerhiy Storchaka2013-11-031-0/+3
| |/ /
* | | Close #19403: make contextlib.redirect_stdout reentrantNick Coghlan2013-11-031-0/+2
* | | Close #19439: execute embedding tests on WindowsNick Coghlan2013-11-031-0/+3
* | | Issue #4331: Added functools.partialmethodNick Coghlan2013-11-031-0/+2
* | | Merge with 3.3 for Issue #19286.Jason R. Coombs2013-11-021-0/+3
|\ \ \ | |/ /
| * | Merge with 3.2 for Issue #19286.Jason R. Coombs2013-11-021-0/+3
| |\ \
| | * | Update NEWS for 265d369ad3b9.Jason R. Coombs2013-11-021-0/+3
* | | | #15114: The html.parser module now raises a DeprecationWarning when the stric...Ezio Melotti2013-11-021-0/+3
* | | | Issue #19085: Added basic tests for all tkinter widget options.Serhiy Storchaka2013-11-021-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #19085: Added basic tests for all tkinter widget options.Serhiy Storchaka2013-11-021-0/+5
* | | | Issue #19410: Put back in special-casing of '' forBrett Cannon2013-11-011-0/+3
* | | | Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.Eric Snow2013-11-011-0/+2
* | | | merge 3.3 (#19435)Benjamin Peterson2013-10-301-0/+2
|\ \ \ \ | |/ / /
| * | | merge 3.2 (#19435)Benjamin Peterson2013-10-301-0/+1
| |\ \ \ | | |/ /
| | * | merge 3.1 (#19435)Benjamin Peterson2013-10-301-0/+2
| | |\ \
| | | * | use the collapsed path in the run_cgi method (closes #19435)Benjamin Peterson2013-10-301-0/+2
* | | | | Issue #19424: Fix the warnings module to accept filename containing surrogateVictor Stinner2013-10-291-0/+3
* | | | | Issue #19373: Add Misc/NEWS entry.Ned Deily2013-10-291-0/+3
* | | | | Issue #17936: Fix O(n**2) behaviour when adding or removing many subclasses o...Antoine Pitrou2013-10-291-0/+3
* | | | | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS...Christian Heimes2013-10-291-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).Nadeem Vawda2013-10-281-0/+4
| * | | | Add NEWS header for 3.3.4.Georg Brandl2013-10-281-2/+13
| | |_|/ | |/| |