summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* (Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError ifVictor Stinner2013-12-131-0/+3
|\
| * Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c"Victor Stinner2013-12-131-0/+3
* | Issue #19787: PyThread_set_key_value() now always set the valueVictor Stinner2013-12-131-0/+4
* | Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.Serhiy Storchaka2013-12-131-0/+2
|\ \ | |/
| * Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.Serhiy Storchaka2013-12-131-0/+2
| * Issue #14432: Generator now clears the borrowed reference to the thread stateVictor Stinner2013-12-131-0/+6
* | Backout changeset 46393019b650Victor Stinner2013-12-131-4/+0
* | Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,Victor Stinner2013-12-131-0/+4
* | Issue #14432: Remove the thread state field from the frame structure. Fix aVictor Stinner2013-12-131-0/+6
* | Close #19576: PyGILState_Ensure() now initializes threads. At startup, PythonVictor Stinner2013-12-131-0/+5
* | Issue #19828: Merge with 3.3Zachary Ware2013-12-111-0/+2
|\ \ | |/
| * Issue #19828: Fixed test_site when the whole suite is run with -S.Zachary Ware2013-12-111-0/+2
| * #19063: partially fix set_payload handling of non-ASCII string input.R David Murray2013-12-111-0/+5
* | #19063: fix set_payload handling of non-ASCII string input.R David Murray2013-12-111-0/+7
* | Issue #17576: Deprecation warning emitted now when __int__() or __index__()Serhiy Storchaka2013-12-111-0/+3
|\ \ | |/
| * Issue #17576: Deprecation warning emitted now when __int__() or __index__()Serhiy Storchaka2013-12-111-0/+3
| * Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by theGregory P. Smith2013-12-111-0/+5
* | Issue #18864: Add a setter for ModuleSpec.has_location.Eric Snow2013-12-111-0/+2
* | Issue #18270: merge from 3.3Ned Deily2013-12-111-1/+4
|\ \ | |/
| * Issue #18270: Prevent possible IDLE AttributeError on OS X when no initialNed Deily2013-12-111-1/+4
* | Issue #19928: Implemented a test for repr() of cell objects.Serhiy Storchaka2013-12-101-0/+2
|\ \ | |/
| * Issue #19928: Implemented a test for repr() of cell objects.Serhiy Storchaka2013-12-101-0/+2
* | Issue #19481: print() of string subclass instance in IDLE no more hangs.Serhiy Storchaka2013-12-101-0/+5
|\ \ | |/
| * Issue #19481: print() of string subclass instance in IDLE no more hangs.Serhiy Storchaka2013-12-101-0/+5
* | Issue 19851: Fix a regression in reloading submodules.Eric Snow2013-12-101-0/+2
* | (Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in functi...Victor Stinner2013-12-101-0/+2
|\ \ | |/
| * Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.Victor Stinner2013-12-101-0/+2
* | Issue #15475: Add __sizeof__ implementations for itertools objects.Serhiy Storchaka2013-12-091-0/+2
* | Close #19880: Fix a reference leak in unittest.TestCase. Explicitly breakVictor Stinner2013-12-091-0/+3
* | (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files fromVictor Stinner2013-12-082-0/+7
|\ \ | |/
| * Issue #17429: platform.linux_distribution() now decodes files from the UTF-8Victor Stinner2013-12-082-0/+7
* | Fixes issue #19929: Call os.read with 32768 within subprocess.PopenGregory P. Smith2013-12-081-0/+4
|\ \ | |/
| * Fixes issue #19929: Call os.read with 32768 within subprocess.PopenGregory P. Smith2013-12-081-0/+4
* | Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, andSerhiy Storchaka2013-12-081-0/+3
|\ \ | |/
| * Issue #19535: Fixed test_docxmlrpc when python is run with -OO.Serhiy Storchaka2013-12-081-0/+2
* | - Issue #19736: Add module-level statvfs constants defined for GNU/glibcdoko@ubuntu.com2013-12-081-0/+3
* | Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patc...Christian Heimes2013-12-081-0/+3
* | Issue #19926: Removed unneeded test_main from test_abstract_numbers.Zachary Ware2013-12-081-0/+3
|\ \ | |/
| * Issue #19926: Removed unneeded test_main from test_abstract_numbers.Zachary Ware2013-12-081-0/+3
* | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-0/+2
|\ \ | |/
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-1/+1
* | 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
|\ \ | |/