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
...
*
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka
2017-03-30
12
-89/+84
*
bpo-27863: Fixed multiple crashes in ElementTree. (#765)
Serhiy Storchaka
2017-03-30
3
-48/+167
*
bpo-29816: Shift operation now has less opportunity to raise OverflowError. (...
Serhiy Storchaka
2017-03-30
3
-24/+82
*
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka
2017-03-30
20
-200/+98
*
bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)
Serhiy Storchaka
2017-03-30
7
-43/+159
*
bpo-24821: Fixed the slowing down to 25 times in the searching of some (#505)
Serhiy Storchaka
2017-03-30
3
-6/+48
*
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka
2017-03-30
18
-249/+105
*
Remove an unrequired TODO in test_urllib2. (#897)
Senthil Kumaran
2017-03-30
1
-1/+0
*
bpo-29917: DOC: Remove link from PyMethodDef (#890)
csabella
2017-03-30
1
-2/+2
*
bpo-29677: DOC: clarify documentation for `round` (GH-877)
csabella
2017-03-29
1
-3/+6
*
bpo-29932: Fix small error message typos in arraymodule.c (GH-888)
Sylvain
2017-03-29
1
-3/+3
*
bpo-29927: Remove duplicate BufferError init and unnecessary semicolons (GH-866)
Louie Lu
2017-03-29
1
-53/+51
*
bpo-29936: fix typo __GNU*C*_MINOR__ (#878)
Niklas Fiekas
2017-03-29
1
-1/+1
*
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693)
Xiang Zhang
2017-03-29
3
-25/+117
*
bpo-19791: Use functions from test support to check the symlink support. (GH-...
Vajrasky Kok
2017-03-28
1
-35/+20
*
bpo-10379: add 'monetary' to format_string, deprecate format
Garvit Khatri
2017-03-28
6
-53/+82
*
NEWS: remove duplicated "Build" section (GH-872)
INADA Naoki
2017-03-28
1
-5/+2
*
bpo-16011 clarify that 'in' always returns a boolean value
Amit Kumar
2017-03-28
1
-9/+10
*
Improve the documentation for template strings (#856)
Barry Warsaw
2017-03-28
3
-15/+28
*
bpo-29643: Fix check for --enable-optimizations (GH-129)
Alex Wang
2017-03-28
3
-2/+7
*
Drop the standard gcc test build on Travis (GH-853)
Brett Cannon
2017-03-27
1
-4/+4
*
Fix ref cycles in TestCase.assertRaises() (#193)
Victor Stinner
2017-03-27
3
-22/+46
*
bpo-29677: DOC: clarify documentation for `round` (#357)
Gerrit Holl
2017-03-27
1
-1/+2
*
bpo-29924: Remove useless argument (#854)
Sylvain
2017-03-27
1
-1/+1
*
bpo-29912: Remove redundant tests in list_tests that are found in seq_tests (...
Jim Fasarakis-Hilliard
2017-03-27
2
-63/+4
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
40
-55/+30
*
bpo-20552: Use specific asserts in bytes tests (#790)
Serhiy Storchaka
2017-03-27
1
-15/+15
*
Minor test cleanup (GH-837)
Zachary Ware
2017-03-27
2
-7/+0
*
Treat Sphinx warnings as errors (GH-832)
Zachary Ware
2017-03-27
1
-1/+1
*
import sys before we use it on line 9 (#828)
Jelle Zijlstra
2017-03-27
1
-1/+2
*
Fixes sphinx warning in "changelog" misc/NEWS (#829)
Michael Seifert
2017-03-27
1
-2/+2
*
Fix small exception typos in Lib (#818)
Jim Fasarakis-Hilliard
2017-03-26
2
-3/+3
*
bpo-29888: Fix the link referring to the "Python download page" (GH-824)
cocoatomo
2017-03-26
1
-1/+1
*
bpo-29900: Simplify pathlib implementation. (#814)
Serhiy Storchaka
2017-03-25
1
-29/+17
*
bpo-29901: Improve support of path-like objects in zipapp. (#815)
Serhiy Storchaka
2017-03-25
3
-11/+11
*
Simplify partial.__new__. (#813)
Serhiy Storchaka
2017-03-25
1
-8/+2
*
bpo-29862: Fix grammar in importlib.reload() exception (GH-809)
Mandeep Bhutani
2017-03-25
1
-1/+1
*
bpo-29892: Fix wrong markup on doc-lib-functions (GH-802)
NAKAMURA Osamu
2017-03-25
1
-1/+1
*
bpo-28810: Document remaining bytecode changes in 3.6 (GH-651)
Ivan Levkivskyi
2017-03-24
1
-2/+16
*
bpo-29894: Deprecate returning an instance of complex subclass from __complex...
Serhiy Storchaka
2017-03-24
4
-13/+28
*
bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805)
Serhiy Storchaka
2017-03-24
3
-17/+23
*
bpo-29861: release references to multiprocessing Pool tasks (#743)
Antoine Pitrou
2017-03-24
3
-1/+37
*
bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799)
Serhiy Storchaka
2017-03-24
5
-3/+32
*
doc: Fix small typos in library/multiprocessing (GH-698)
Sylvain Bellemare
2017-03-24
1
-2/+2
*
`make tags` fixes (GH-717)
Alex Dzyoba
2017-03-24
3
-3/+3
*
faulthandler: Restore the old sigaltstack during teardown (#777)
Christophe Zeitouny
2017-03-23
3
-1/+20
*
Use NULL rather than 0. (#778)
Serhiy Storchaka
2017-03-23
8
-15/+15
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
27
-88/+116
*
bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477)
Nathaniel J. Smith
2017-03-23
3
-0/+9
*
Remove an outdated statement in execution model docs (GH-754)
Ivan Levkivskyi
2017-03-23
1
-6/+0
[prev]
[next]