index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove unneeded PyUnicode_READY() in tokenizer.c (GH-9114)
Zackery Spytz
2018-09-10
1
-1/+1
*
bpo-34421 avoid unicode error in distutils logging (GH-8799)
Julien Malard
2018-09-08
2
-1/+5
*
bpo-20104: Change the file_actions parameter of os.posix_spawn(). (GH-6725)
Serhiy Storchaka
2018-09-08
4
-40/+41
*
bpo-33083: Update "What's new" with math.factorial changes (GH-9109)
Pablo Galindo
2018-09-07
1
-0/+3
*
bpo-34246: Make sure test_smtplib always cleans resources when finished (GH-9...
Pablo Galindo
2018-09-07
1
-7/+47
*
bpo-34246: Use no mutable default args in smtplib (GH-8554)
Pablo Aguiar
2018-09-07
5
-8/+39
*
bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038)
Zackery Spytz
2018-09-07
1
-0/+7
*
bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098)
William Grzybowski
2018-09-07
4
-17/+19
*
bpo-34605: childs => children (GH-9102)
Victor Stinner
2018-09-07
1
-1/+1
*
bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)
Victor Stinner
2018-09-07
4
-53/+66
*
bpo-20104: Add flag capabilities to posix_spawn (GH-6693)
Pablo Galindo
2018-09-07
5
-14/+344
*
bpo-34605: Avoid master/slave terms (GH-9101)
Victor Stinner
2018-09-07
7
-7/+7
*
bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099)
Victor Stinner
2018-09-07
4
-15/+15
*
bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081)
William Grzybowski
2018-09-07
6
-15/+228
*
Doc: Missing 'f' in an f-string. (GH-9074)
Julien Palard
2018-09-07
1
-1/+1
*
_sre.c: Removed unused SRE_IS_ALNUM macro (GH-9090)
Sergey Fedoseev
2018-09-07
1
-2/+0
*
bpo-25750: fix refcounts in type_getattro() (GH-6118)
jdemeyer
2018-09-07
2
-6/+13
*
closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083)
Sergey Fedoseev
2018-09-07
1
-17/+3
*
closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076)
Zackery Spytz
2018-09-06
3
-3/+4
*
bpo-30977: make uuid.UUID use __slots__ (GH-9078)
Tal Einat
2018-09-06
3
-2/+88
*
closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. ...
Erik Janssens
2018-09-05
2
-2/+6
*
bpo-34565: Change a PC/launcher.c comment to accurately describe valid major ...
Brendan Gerrity
2018-09-04
1
-2/+2
*
bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (G...
Alexander Buchkovsky
2018-09-04
3
-9/+10
*
bpo-26544: Add test for platform._comparable_version(). (GH-8973)
Serhiy Storchaka
2018-09-04
1
-0/+36
*
bpo-34530: Fix distutils find_executable() (GH-9049)
Victor Stinner
2018-09-04
3
-3/+50
*
bpo-33613, test_semaphore_tracker_sigint: fix race condition (#7850)
Pablo Galindo
2018-09-04
3
-12/+52
*
bpo-33083 - Make math.factorial reject arguments that are not int-like (GH-6149)
Pablo Galindo
2018-09-03
3
-3/+16
*
bpo-26901: Fix the Argument Clinic test suite (GH-8879)
Victor Stinner
2018-09-03
1
-8/+19
*
bpo-34544: pymain_read_conf() don't change LC_ALL (GH-9045)
Victor Stinner
2018-09-03
1
-15/+3
*
bpo-34567: pythoninfo gets coreconfig (GH-9043)
Victor Stinner
2018-09-03
4
-3/+174
*
_Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044)
Victor Stinner
2018-09-03
1
-1/+13
*
bpo-34544: Fix setlocale() in pymain_read_conf() (GH-9041)
Victor Stinner
2018-09-03
1
-2/+13
*
Minor improvement to code clarity (GH-9036)
Raymond Hettinger
2018-09-02
1
-1/+1
*
Fix struct sequence glossary entry grammar (GH-9030)
Zachary Ware
2018-09-02
1
-1/+1
*
closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH...
Thomas Herzog
2018-09-01
2
-24/+27
*
Fix typo in typing.py module docstring (#9014)
Tim McNamara
2018-09-01
1
-1/+1
*
bpo-34558: Add missing parentheses in _aix.py (GH-9017)
Michael Felt
2018-09-01
2
-1/+2
*
bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-...
Pablo Galindo
2018-08-31
1
-0/+9
*
bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInte...
Pablo Galindo
2018-08-31
2
-6/+11
*
Simplify vector_norm() by eliminating special cases in the main loop (GH-9006)
Raymond Hettinger
2018-08-31
1
-22/+18
*
bpo-34062: Add missing launcher argument and make behavior consistent between...
Brendan Gerrity
2018-08-31
2
-8/+12
*
Add VSTS status badge to readme (GH-8958)
Steve Dower
2018-08-31
1
-1/+13
*
bpo-34097: Polish API design (GH-8725)
Marcel Plch
2018-08-31
3
-18/+19
*
bpo-34427: Fix infinite loop when calling MutableSequence.extend() on self (G...
Naris R
2018-08-30
3
-0/+15
*
bpo-34542: Update test certs and keys (GH-8997)
Christian Heimes
2018-08-30
20
-726/+981
*
Fix TestPosixSpawn.test_close_file() (GH-8992)
Victor Stinner
2018-08-29
1
-30/+34
*
bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)
Victor Stinner
2018-08-29
6
-40/+50
*
bpo-34523: Py_FileSystemDefaultEncoding NULL by default (GH-9003)
Victor Stinner
2018-08-29
2
-21/+32
*
bpo-34485: Emit C locale coercion warning later (GH-9002)
Victor Stinner
2018-08-29
1
-8/+7
*
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Victor Stinner
2018-08-29
7
-115/+421
[prev]
[next]