summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fixes issue #19506: Use a memoryview to avoid a data copy when piping dataGregory P. Smith2013-12-081-0/+3
|\
| * Fixes issue #19506: Use a memoryview to avoid a data copy when piping dataGregory P. Smith2013-12-081-0/+3
* | News item for issue 19876.Guido van Rossum2013-12-081-0/+3
* | Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_tChristian Heimes2013-12-071-0/+3
* | Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.Alexandre Vassalotti2013-12-072-0/+5
* | Issue #19908: pathlib now joins relative Windows paths correctly when a driveSerhiy Storchaka2013-12-061-0/+2
* | Issue #19881: Fix bad pickling of large bytes in cpickle.Alexandre Vassalotti2013-12-061-0/+4
* | Issue #19296: Silence compiler warning in dbm_open.Christian Heimes2013-12-051-0/+2
* | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ...Antoine Pitrou2013-12-051-0/+3
|\ \ | |/
| * Issue #18840: Introduce the json module in the tutorial, and deemphasize the ...Antoine Pitrou2013-12-051-0/+3
* | Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.Nadeem Vawda2013-12-041-0/+3
|\ \ | |/
| * #19839: Fix lzma module's handling of non-lzma data at EOF.Nadeem Vawda2013-12-041-1/+1
| * #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.Nadeem Vawda2013-12-041-0/+3
| * Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.Tim Peters2013-12-041-0/+4
* | Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.Tim Peters2013-12-041-0/+4
* | Close #19827: On UNIX, setblocking() and settimeout() methods of socket.socketVictor Stinner2013-12-031-0/+4
* | Issue #19785: smtplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-0/+3
* | Issue #19783: nntplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-0/+3
* | Issue #19784: poplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-0/+3
* | Issue #19782: imaplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-0/+3
* | Add NEWS entry for issue #19834: merge with 3.3.Walter Doerwald2013-12-021-0/+2
|\ \ | |/
| * Add NEWS entry for issue #19834.Walter Doerwald2013-12-021-0/+2
| * Fixes issue #15798: subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-021-0/+3
* | Issue #19781: ftplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-0/+3
* | Issue #19509: Add SSLContext.check_hostname to match the peer's certificateChristian Heimes2013-12-021-0/+3
* | Fixes issue #15798: subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-021-0/+3
* | Issue #11480: Merge with 3.3.Alexandre Vassalotti2013-12-011-0/+3
|\ \ | |/
| * Issue #11480: Fixed copy.copy to work with classes with custom metaclasses.Alexandre Vassalotti2013-12-011-0/+3
* | Undo supposed fix for Issue #15798 until I understand why this isGregory P. Smith2013-12-011-3/+0
|\ \ | |/
| * Undo supposed fix for Issue #15798 until I understand why this isGregory P. Smith2013-12-011-3/+0
* | Fixes Issue #15798 - subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-011-0/+3
|\ \ | |/
| * Fixes Issue #15798 - subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-011-0/+3
* | Issue #6477: Merge with 3.3.Alexandre Vassalotti2013-12-011-0/+3
|\ \ | |/
| * Issue #6477: Added support for pickling the types of built-in singletons.Alexandre Vassalotti2013-12-011-0/+3
* | Issue #19845: Updated the Compiling Python on Windows docs.Zachary Ware2013-11-301-0/+2
|\ \ | |/
| * Issue #19845: Updated the Compiling Python on Windows docs.Zachary Ware2013-11-301-0/+2
* | Merge with 3.3.Alexandre Vassalotti2013-11-301-0/+3
|\ \ | |/
| * Fixed _pickle.Unpickler to handle empty persistent IDs correctly.Alexandre Vassalotti2013-11-301-0/+3
* | Issue #17897: Optimized unpickle prefetching.Serhiy Storchaka2013-11-301-0/+2
* | Issue #19088: Merge with 3.3.Alexandre Vassalotti2013-11-301-0/+3
|\ \ | |/
| * Issue #19088: Fix incorrect caching of the copyreg module.Alexandre Vassalotti2013-11-301-0/+3
| * Issue #19595: Re-enable a long-disabled test in test_winsoundZachary Ware2013-11-281-0/+2
* | Issue #3693: Fix array obscure error message when given a str.Alexandre Vassalotti2013-11-301-0/+4
* | Issue #19698: Remove exec_module() from the built-in and extensionBrett Cannon2013-11-291-0/+3
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-0/+6
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-0/+2
* | ssl.create_default_context() sets OP_NO_COMPRESSION to prevent CRIMEChristian Heimes2013-11-281-0/+2
* | Issue #19595: Re-enable a long-disabled test in test_winsoundZachary Ware2013-11-281-0/+2
* | add SO_PRIORITY (closes #19802)Benjamin Peterson2013-11-271-0/+2
* | merge 3.3 (#19729)Benjamin Peterson2013-11-271-0/+2
|\ \ | |/