100516 Commits (eea3cc1ef0dec0af193eedb4c1164263fbdfd8cc)
 

Author SHA1 Message Date
Neil Schemenauer eea3cc1ef0
Refactor PyImport_ImportModuleLevelObject(). (#4680) 8 years ago
Nick Coghlan 078f1814f1
bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675) 8 years ago
Julien Palard 7324b5ce8e bpo-31589 : Build PDF using xelatex for better UTF8 support. (#3940) 8 years ago
Neil Schemenauer 1eaa1169c5
Add a minimal unit test for Python/frozen.c. (#2995) 8 years ago
Serhiy Storchaka 13badcbc60
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) 8 years ago
Victor Stinner af5a895073
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673) 8 years ago
Victor Stinner e23c06e2b0
bpo-32030: Fix config_get_program_name() on macOS (#4669) 8 years ago
Victor Stinner 0ea395ae96
bpo-32030: Add Python/pathconfig.c (#4668) 8 years ago
Victor Stinner ebac19dad6
bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667) 8 years ago
Victor Stinner 9ac3d88827
bpo-32030: Fix Py_GetPath(): init program_name (#4665) 8 years ago
Victor Stinner b64de46aae
bpo-32030: Cleanup "path config" code (#4663) 8 years ago
John Chen 8f5c28b193 Fix asyncio.streams.FlowControlMixin docstring typo. (#4578) 8 years ago
xdegaye bf2b65e413
bpo-28668: test.support.requires_multiprocessing_queue is removed (GH-4560) 8 years ago
Serhiy Storchaka a561862048
Don't hide unexpected errors in PyErr_WarnExplicitObject(). (#4585) 8 years ago
Serhiy Storchaka 73a7e9b10b bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579) 8 years ago
Nir Soffer 6a89481680 bpo-32186: Release the GIL during lseek and fstat (#4652) 8 years ago
Victor Stinner c319eeeb45
Fix CID-1420310: cast PY_TIMEOUT_MAX to _Py_time_t (#4646) 8 years ago
Victor Stinner 3be3b97a97
make tags: index also Modules/_ctypes/ (#4648) 8 years ago
Serhiy Storchaka a897aeeef6
bpo-32072: Fix issues with binary plists. (#4455) 8 years ago
Victor Stinner b4d1e1f7c1
bpo-20891: Fix PyGILState_Ensure() (#4650) 8 years ago
Serhiy Storchaka 986375ebde
bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (#4080) 8 years ago
Victor Stinner bc8ac6b00e
bpo-32030: Fix _Py_InitializeEx_Private() (#4649) 8 years ago
Victor Stinner 0efc0249ca
Fix CID-1414686: PyInit_readline() handles errors (#4647) 8 years ago
Victor Stinner 86afc1f2a7
Skip test_socket.test_sha256() on linux < 4.5 (#4643) 8 years ago
Victor Stinner 5e3806f8cf
bpo-32101: Add PYTHONDEVMODE environment variable (#4624) 8 years ago
Jesse-Bakker 706e10b186 bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534) 8 years ago
Victor Stinner 859f7ce7a4
bpo-32159: Revert Misc/svnmap.txt (#4639) 8 years ago
Andrew Svetlov cc83920ad2
bpo-32166: Drop Python 3.4 code from asyncio (#4612) 8 years ago
Victor Stinner 5d39e04290
bpo-32030: Rework memory allocators (#4625) 8 years ago
Victor Stinner c15bb49d71
test_socket: socket.socketpair() is always available (#4634) 8 years ago
xdegaye ef83806f5e
bpo-32138: Skip on Android test_faulthandler tests that raise SIGSEGV (GH-4604) 8 years ago
xdegaye cc55e78aca
bpo-32139: test_strftime does not anymore modify the locale (GH-4569) 8 years ago
Terry Jan Reedy 041efd292e
bpo-32164: Delete unused file idlelib/tabbedpages.py (#4628) 8 years ago
Terry Jan Reedy e8f7c78a86
bpo-30781: Remove unused imports in idlelib.configdialog. (#4627) 8 years ago
Terry Jan Reedy fd6f8c56b9
bpo-32100: Delete unneeded import in idlelib.pathbrowser. (#4626) 8 years ago
Serhiy Storchaka 219c2de5ad
bpo-32110: codecs.StreamReader.read(n) now returns not more than n (#4499) 8 years ago
Barry Warsaw 23df2d1304
bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600) 8 years ago
Victor Stinner 71bd588646
bpo-32155: Revert distutils.config change (#4618) 8 years ago
Victor Stinner fe2d5babba
bpo-32159: Remove tools for CVS and Subversion (#4615) 8 years ago
Serhiy Storchaka a4a3020abc
bpo-32157: Removed explicit quotes around %r and {!r}. (#4582) 8 years ago
Serhiy Storchaka c615be5166
Use raw strings in the re module examples. (#4616) 8 years ago
Victor Stinner ac577d7d0b
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) 8 years ago
Jonas Haag 4d193bcc25 bpo-32071: Fix regression and add What's New entry (#4589) 8 years ago
Dong-hee Na a489599793 bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417) 8 years ago
Serhiy Storchaka 598ceae876
bpo-32150: Expand tabs to spaces in C files. (#4583) 8 years ago
gauravbackback 08d2b86a10 bpo-31440: Changed default module search path for windows 8 years ago
Victor Stinner 696b501cd1
bpo-32155: Bugfixes found by flake8 F841 warnings (#4608) 8 years ago
Victor Stinner 4271dfd781
bpo-32154: Remove asyncio.selectors (#4605) 8 years ago
Victor Stinner 3f438a9fa0
asyncio: Remove asyncio/compat.py (#4606) 8 years ago
Victor Stinner a10dc3efcb
asyncio: use directly socket.socketpair() (#4597) 8 years ago