summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Issue #5626: Remove misleading comment from socket.gethostname() documentationBerker Peksag2016-01-201-5/+0
|\ \ \ | |/ /
| * | Issue #5626: Remove misleading comment from socket.gethostname() documentationBerker Peksag2016-01-201-5/+0
* | | Issue #26157: Fix typos in asyncio-eventloop.rstBerker Peksag2016-01-201-4/+4
|\ \ \ | |/ /
| * | Issue #26157: Fix typos in asyncio-eventloop.rstBerker Peksag2016-01-201-4/+4
* | | Merge update to pip/setuptoolsDonald Stufft2016-01-203-2/+2
|\ \ \ | |/ /
| * | Merge update to pip/setuptoolsDonald Stufft2016-01-203-2/+2
| |\ \ | | |/
| | * Update pip to 8.0.0 and setuptools to 19.4Donald Stufft2016-01-203-2/+2
* | | Issue #25935: Garbage collector now breaks reference loops with OrderedDict.Serhiy Storchaka2016-01-193-13/+29
|\ \ \ | |/ /
| * | Issue #25935: Garbage collector now breaks reference loops with OrderedDict.Serhiy Storchaka2016-01-193-13/+29
* | | Issue #16620: Got rid of using undocumented function glob.glob1().Serhiy Storchaka2016-01-191-2/+8
* | | Issue #16620: Fixed AttributeError in msilib.Directory.glob().Serhiy Storchaka2016-01-192-1/+7
|\ \ \ | |/ /
| * | Issue #16620: Fixed AttributeError in msilib.Directory.glob().Serhiy Storchaka2016-01-192-1/+7
* | | Merge 3.5Victor Stinner2016-01-191-2/+2
|\ \ \ | |/ /
| * | Fix BytecodeTestCase.assertNotInBytecode()Victor Stinner2016-01-191-2/+2
* | | merge 3.5 (#25731)Benjamin Peterson2016-01-193-1/+11
|\ \ \ | |/ /
| * | set tp_new from the class in the hierarchy that actually owns the descriptor ...Benjamin Peterson2016-01-193-1/+11
* | | merge from 3.5Senthil Kumaran2016-01-191-16/+27
|\ \ \ | |/ /
| * | issue23962 - Reference the correct TimeoutError in concurrent.futures documen...Senthil Kumaran2016-01-191-16/+27
* | | Issue #25859: Merge NNTP test server from 3.5Martin Panter2016-01-191-18/+64
|\ \ \ | |/ /
| * | Issue #25859: Reimplement NNTP test_starttls() using local serverMartin Panter2016-01-191-18/+64
* | | Issue #25366: Skip test_with_pip when threading module is not availableBerker Peksag2016-01-191-0/+7
|\ \ \ | |/ /
| * | Issue #25366: Skip test_with_pip when threading module is not availableBerker Peksag2016-01-191-0/+7
* | | Added exceptins for testing non-reversible import mapping for Issue #26013.Serhiy Storchaka2016-01-181-0/+2
|\ \ \ | |/ /
| * | Added exceptins for testing non-reversible import mapping for Issue #26013.Serhiy Storchaka2016-01-181-0/+2
* | | Issue #26013: Added compatibility with broken protocol 2 pickles createdSerhiy Storchaka2016-01-182-0/+10
|\ \ \ | |/ /
| * | Issue #26013: Added compatibility with broken protocol 2 pickles createdSerhiy Storchaka2016-01-182-0/+10
* | | Issue #9006: Added tests for XML RPC with non-UTF-8 encoding.Serhiy Storchaka2016-01-181-3/+53
|\ \ \ | |/ /
| * | Issue #9006: Added tests for XML RPC with non-UTF-8 encoding.Serhiy Storchaka2016-01-181-3/+53
* | | Issue #26129: Deprecated accepting non-integers in grp.getgrgid().Serhiy Storchaka2016-01-184-5/+31
* | | subprocess._optim_args_from_interpreter_flags()Victor Stinner2016-01-186-18/+35
* | | Fix test_compilepath() of test_compileallVictor Stinner2016-01-181-0/+12
* | | Fix indentation of continuation lines.Georg Brandl2016-01-182-3/+3
* | | Fix two instances of wrong indentation.Georg Brandl2016-01-181-2/+2
* | | Issue26069 - Update whatsnew/3.6.rst on traceback module's api removals.Senthil Kumaran2016-01-181-0/+7
* | | Merge from 3.5Senthil Kumaran2016-01-181-2/+4
|\ \ \ | |/ /
| * | Issue26017 - Suggest enclosing command args in double quotes when using chara...Senthil Kumaran2016-01-181-2/+4
* | | Issue #26139: libmpdec: disable /W4 warning (non-standard dllimport behavior).Stefan Krah2016-01-171-0/+5
* | | Merge with 3.5Terry Jan Reedy2016-01-172-4/+7
|\ \ \ | |/ /
| * | Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt.Terry Jan Reedy2016-01-172-4/+7
* | | merge from 3.5Senthil Kumaran2016-01-171-1/+2
|\ \ \ | |/ /
| * | Issue26135 - In the tutorial section on modules, reference importlib.reload i...Senthil Kumaran2016-01-171-1/+2
* | | Issue #26071: bdist_wininst created binaries fail to start and find 32bit PythonSteve Dower2016-01-165-3/+19
|\ \ \ | |/ /
| * | Issue #26071: bdist_wininst created binaries fail to start and find 32bit PythonSteve Dower2016-01-165-3/+19
* | | Issue #26073: Update the list of magic numbers in launcherSteve Dower2016-01-162-1/+6
|\ \ \ | |/ /
| * | Issue #26073: Update the list of magic numbers in launcherSteve Dower2016-01-162-1/+6
* | | Issue #26065: Excludes venv from library when generating embeddable distro.Steve Dower2016-01-162-0/+4
|\ \ \ | |/ /
| * | Issue #26065: Excludes venv from library when generating embeddable distro.Steve Dower2016-01-162-0/+6
* | | MergeSteve Dower2016-01-161-1/+1
|\ \ \
| * | | use public 'value'Ethan Furman2016-01-161-1/+1
* | | | Issue #25850: Use cross-compilation by default for 64-bit Windows.Steve Dower2016-01-162-16/+7
|\ \ \ \ | |/ / / |/| / / | |/ /