summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #18283: shutil.which() now supports bytes argument, not only text argum...Victor Stinner2013-12-161-0/+2
* Issue #19919: Fix flacky SSL test. connect_ex() sometimes returnsChristian Heimes2013-12-161-0/+3
|\
| * Issue #19919: Fix flacky SSL test. connect_ex() sometimes returnsChristian Heimes2013-12-161-0/+3
* | Issue #19921: When Path.mkdir() is called with parents=True, any missing pare...Antoine Pitrou2013-12-161-0/+4
* | Issue #19887: Improve the Path.resolve() algorithm to support certain symlink...Antoine Pitrou2013-12-161-0/+3
* | Issue #19987: Merge with 3.3Zachary Ware2013-12-161-1/+1
|\ \ | |/
| * Issue #19987: Re-write test_alias_fallback in test_winsound to have twoZachary Ware2013-12-161-1/+1
* | mergeChristian Heimes2013-12-161-0/+7
|\ \
| * \ Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-161-0/+4
| |\ \ | | |/
| | * Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-161-0/+4
| * | Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' characterSerhiy Storchaka2013-12-161-0/+3
| |\ \ | | |/
| | * Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' characterSerhiy Storchaka2013-12-161-0/+3
* | | Issue #18215: Add script Tools/ssl/test_multiple_versions.py to compile andChristian Heimes2013-12-161-0/+3
|/ /
* | Merge: #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-161-0/+3
|\ \ | |/
| * #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-161-0/+3
| * Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e.Serhiy Storchaka2013-12-141-3/+0
* | Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-141-0/+2
|\ \ | |/
| * Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-141-0/+2
* | Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-141-1/+2
|\ \ | |/
| * Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-141-1/+2
| * Issue #19963: Document that importlib.import_module() will importBrett Cannon2013-12-131-0/+3
* | Issue #19946: Raise ImportError when the main module cannot be foundBrett Cannon2013-12-131-0/+3
* | (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