102167 Commits (d545869d084e70d4838310e79b52a25a72a1ca56)
 

Author SHA1 Message Date
Benjamin Peterson d545869d08
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077) 8 years ago
Tal Einat 54752533b2
bpo-30977: rework code changes according to post-merge code review (GH-9106) 8 years ago
Sergey Fedoseev 1f36bf6077 Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052) 8 years ago
Rémy HUBSCHER 290a60bd8a Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081) 8 years ago
Zackery Spytz 5061a74a4c Remove unneeded PyUnicode_READY() in tokenizer.c (GH-9114) 8 years ago
Julien Malard 0afada163c bpo-34421 avoid unicode error in distutils logging (GH-8799) 8 years ago
Serhiy Storchaka d700f97b62
bpo-20104: Change the file_actions parameter of os.posix_spawn(). (GH-6725) 8 years ago
Pablo Galindo fa221d804f
bpo-33083: Update "What's new" with math.factorial changes (GH-9109) 8 years ago
Pablo Galindo 5b7a2cb5ca
bpo-34246: Make sure test_smtplib always cleans resources when finished (GH-9108) 8 years ago
Pablo Aguiar d5fbe9b1a3 bpo-34246: Use no mutable default args in smtplib (GH-8554) 8 years ago
Zackery Spytz 4e519377b1 bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038) 8 years ago
William Grzybowski 28658485a5 bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098) 8 years ago
Victor Stinner 7e610bcdf1
bpo-34605: childs => children (GH-9102) 8 years ago
Victor Stinner 886483e2b9
bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080) 8 years ago
Pablo Galindo 254a4663d8
bpo-20104: Add flag capabilities to posix_spawn (GH-6693) 8 years ago
Victor Stinner 5e922658fb
bpo-34605: Avoid master/slave terms (GH-9101) 8 years ago
Victor Stinner 012f5b968a
bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099) 8 years ago
William Grzybowski 23e65b2555 bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081) 8 years ago
Julien Palard 25fa141487 Doc: Missing 'f' in an f-string. (GH-9074) 8 years ago
Sergey Fedoseev f9925d86c9 _sre.c: Removed unused SRE_IS_ALNUM macro (GH-9090) 8 years ago
jdemeyer 8f735485ac bpo-25750: fix refcounts in type_getattro() (GH-6118) 8 years ago
Sergey Fedoseev 593bb30e82 closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083) 8 years ago
Zackery Spytz b03c2c5190 closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076) 8 years ago
Tal Einat 3e2b29dccc
bpo-30977: make uuid.UUID use __slots__ (GH-9078) 8 years ago
Erik Janssens 874809ea38 closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. (GH-9067) 8 years ago
Brendan Gerrity 3876af4f7c bpo-34565: Change a PC/launcher.c comment to accurately describe valid major versions. (GH-9037) 8 years ago
Alexander Buchkovsky 266f4904a2 bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027) 8 years ago
Serhiy Storchaka 7917aadb3e
bpo-26544: Add test for platform._comparable_version(). (GH-8973) 8 years ago
Victor Stinner 39487196c8
bpo-34530: Fix distutils find_executable() (GH-9049) 8 years ago
Pablo Galindo ec74d187f5 bpo-33613, test_semaphore_tracker_sigint: fix race condition (#7850) 8 years ago
Pablo Galindo e9ba3705de
bpo-33083 - Make math.factorial reject arguments that are not int-like (GH-6149) 8 years ago
Victor Stinner 65fc98e7b1
bpo-26901: Fix the Argument Clinic test suite (GH-8879) 8 years ago
Victor Stinner 73b00becbd
bpo-34544: pymain_read_conf() don't change LC_ALL (GH-9045) 8 years ago
Victor Stinner 2094c2bea4
bpo-34567: pythoninfo gets coreconfig (GH-9043) 8 years ago
Victor Stinner 8ea09110d4
_Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044) 8 years ago
Victor Stinner f01b2a1b84
bpo-34544: Fix setlocale() in pymain_read_conf() (GH-9041) 8 years ago
Raymond Hettinger f326714426
Minor improvement to code clarity (GH-9036) 8 years ago
Zachary Ware 98b976a2f8
Fix struct sequence glossary entry grammar (GH-9030) 8 years ago
Thomas Herzog 2d7102e726 closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH-9016) 8 years ago
Tim McNamara 5265b3a98b Fix typo in typing.py module docstring (#9014) 8 years ago
Michael Felt 172a71f19b bpo-34558: Add missing parentheses in _aix.py (GH-9017) 8 years ago
Pablo Galindo f2ef51f8be
bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9018) 8 years ago
Pablo Galindo 95d630e221
bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInterpreterState_New()` (GH-8767) 8 years ago
Raymond Hettinger 745c0f3980
Simplify vector_norm() by eliminating special cases in the main loop (GH-9006) 8 years ago
Brendan Gerrity aada63b20e bpo-34062: Add missing launcher argument and make behavior consistent between short and long arguments (GH-8827) 8 years ago
Steve Dower 757b73cf92
Add VSTS status badge to readme (GH-8958) 8 years ago
Marcel Plch 77b112cd56 bpo-34097: Polish API design (GH-8725) 8 years ago
Naris R 1b5f9c9653 bpo-34427: Fix infinite loop when calling MutableSequence.extend() on self (GH-8813) 8 years ago
Christian Heimes e6dac00779
bpo-34542: Update test certs and keys (GH-8997) 8 years ago
Victor Stinner 0382406fcc
Fix TestPosixSpawn.test_close_file() (GH-8992) 8 years ago