summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #17526: merge with 3.3.Ezio Melotti2013-03-301-0/+3
|\
| * #17526: fix an IndexError raised while passing code without filename to inspe...Ezio Melotti2013-03-301-0/+11
* | Closes #17540: Merged fix from 3.3.Vinay Sajip2013-03-291-0/+2
|\ \ | |/
| * Issue #17540: Added style to Formatter configuration by dict.Vinay Sajip2013-03-291-0/+2
* | Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch...Antoine Pitrou2013-03-281-0/+5
* | Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-261-0/+2
|\ \ | |/
| * Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-261-0/+2
| |\
| | * Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-261-0/+2
| | * Issue #17425: Build with openssl 1.0.0k on Windows.Martin v. Loewis2013-03-241-0/+2
| * | NEWS: add new header for Python 3.3.2Georg Brandl2013-03-261-2/+6
* | | merge 3.3 (#17550)Benjamin Peterson2013-03-261-0/+2
|\ \ \ | |/ /
| * | move to correct sectionBenjamin Peterson2013-03-261-5/+2
| * | fix variable reference to fix --enable-profiling (closes #17550)Benjamin Peterson2013-03-261-0/+5
* | | #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by...Ezio Melotti2013-03-251-0/+3
* | | Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention.Charles-François Natali2013-03-251-0/+2
* | | #17425: merge 3.3Martin v. Löwis2013-03-241-0/+2
|\ \ \ | |/ /
| * | Issue #17425: Build with openssl 1.0.1d on Windows.Martin v. Löwis2013-03-241-0/+2
* | | - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,doko@ubuntu.com2013-03-241-0/+3
|\ \ \ | |/ /
| * | - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,doko@ubuntu.com2013-03-241-0/+3
* | | Issue #17150: pprint now uses line continuations to wrap long string literals.Antoine Pitrou2013-03-231-0/+3
* | | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-0/+5
|\ \ \ | |/ /
| * | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-0/+5
| |\ \ | | |/
| | * Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-0/+5
* | | #17479: merge with 3.3.Ezio Melotti2013-03-231-0/+3
|\ \ \ | |/ /
| * | #17479: test_io now works with unittest test discovery. Patch by Zachary Ware.Ezio Melotti2013-03-231-0/+3
* | | Closes #17521: Merged fix from 3.3.Vinay Sajip2013-03-231-0/+3
|\ \ \ | |/ /
| * | Issue #17521: Merged fix from 3.2.Vinay Sajip2013-03-231-0/+3
| |\ \ | | |/
| | * Issue #17521: Corrected non-enabling of logger following two calls to fileCon...Vinay Sajip2013-03-231-0/+3
* | | Merged Misc/NEWS update for #17508.Vinay Sajip2013-03-231-0/+3
|\ \ \ | |/ /
| * | Merged Misc/NEWS update for #17508.Vinay Sajip2013-03-231-0/+3
| |\ \ | | |/
| | * Updated Misc/NEWS with #17508.Vinay Sajip2013-03-231-0/+3
* | | Issue #17522: Add the PyGILState_Check() API.Kristján Valur Jónsson2013-03-231-0/+2
* | | Issue #13248: NEWS and What's New itemsTerry Jan Reedy2013-03-211-0/+2
* | | - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-212-1/+5
|\ \ \ | |/ /
| * | - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-212-1/+5
| |\ \ | | |/
| | * - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-212-1/+5
* | | (Merge 3.3) Issue #17209: curses.window.get_wch() now handles correctly Keybo...Victor Stinner2013-03-211-0/+3
|\ \ \ | |/ /
| * | Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt...Victor Stinner2013-03-211-0/+3
* | | Merge: #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-211-0/+4
|\ \ \ | |/ /
| * | Merge: #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-211-0/+4
| |\ \ | | |/
| | * #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-211-0/+4
* | | Issue #16997: unittest.TestCase now provides a subTest() context manager to p...Antoine Pitrou2013-03-201-0/+3
* | | #17485: Delete the Content-Length header if the data attribute is deleted.R David Murray2013-03-202-0/+4
* | | Issue #16475: Support object instancing, recursion and interned stringsKristján Valur Jónsson2013-03-201-0/+3
* | | #15927: Fix cvs.reader parsing of escaped \r\n with quoting off.R David Murray2013-03-202-0/+4
* | | Closes issue 17467. Add readline and readlines support to unittest.mock.mock_...Michael Foord2013-03-201-0/+3
* | | merge heads & use iso8601 date formatGregory P. Smith2013-03-191-1/+1
|\ \ \ | |/ /
| * | merge from 3.2Gregory P. Smith2013-03-191-1/+4
| |\ \ | | |/
| | * merge heads in 3.2Gregory P. Smith2013-03-192-0/+10
| | |\
* | | \ Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-191-1/+5
|\ \ \ \ | |/ / /