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 obsolete declaration in tokenizer.h (#962)
Jim Fasarakis-Hilliard
2017-04-03
1
-2/+0
*
Correct typo (#976)
Angus Hollands
2017-04-03
1
-1/+1
*
test_locale now ignores the DeprecationWarning (#977)
Victor Stinner
2017-04-03
2
-12/+14
*
Fix misleading documentation for math.exp. (#951)
Mark Dickinson
2017-04-02
1
-2/+2
*
bpo-19225: Add a table of warning names and missed exception names in C API d...
cocoatomo
2017-04-02
2
-56/+150
*
bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)
Pierre Quentel
2017-04-02
5
-9/+112
*
Minor spell fix and formatting fixes in urllib tests. (#959)
Senthil Kumaran
2017-04-02
2
-2/+6
*
bpo-29957: change LBYL key lookup to dict.setdefault (#938)
Michael Selik
2017-04-02
2
-5/+1
*
bpo-26947: DOC: clarify wording on hashable in glossary (#948)
csabella
2017-04-02
1
-3/+3
*
bpo-29949: Fix set memory usage regression (GH-943)
INADA Naoki
2017-04-01
2
-6/+7
*
Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" (GH-942)
Zachary Ware
2017-04-01
1
-34/+45
*
bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (#879)
s-sanjay
2017-04-01
3
-10/+36
*
Add helpful explaination to test_password_manager tests. (#936)
Senthil Kumaran
2017-04-01
1
-15/+26
*
bpo-29763: Use unittest cleanup in test_site (GH-841)
Zachary Ware
2017-04-01
1
-45/+34
*
Link to the devguide's PR guidelines (GH-932)
Brett Cannon
2017-03-31
1
-4/+2
*
bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927)
Serhiy Storchaka
2017-03-31
3
-11/+18
*
Fix spurious MemoryError introduced by PR #886. (#930)
T. Wouters
2017-03-31
1
-4/+4
*
bpo-29941: Assert fixes (#886)
T. Wouters
2017-03-31
4
-5/+9
*
suppress compiler warnings in _ctypes_test (#902)
Benjamin Peterson
2017-03-31
1
-3/+3
*
bpo-29952: Use usual terminology of dict (GH-917)
cocoatomo
2017-03-31
1
-1/+1
*
Remove catching OSError in ftphandler test. Only URLError is raised in urllib...
Senthil Kumaran
2017-03-31
1
-3/+1
*
bpo-29928: Add f-string to the Glossary (GH-864)
Mariatta
2017-03-30
1
-0/+5
*
bpo-29946: Fix "sqrtpi defined but not used" (#908)
Louie Lu
2017-03-30
1
-1/+3
*
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#889)
T. Wouters
2017-03-30
3
-24/+39
*
bpo-10030: Sped up reading encrypted ZIP files by 2 times. (#550)
Serhiy Storchaka
2017-03-30
2
-57/+57
*
bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...
Serhiy Storchaka
2017-03-30
8
-19/+31
*
bpo-29204: Emit warnings for already deprecated ElementTree features. (#773)
Serhiy Storchaka
2017-03-30
6
-53/+120
*
bpo-29887: Test normalization now fails if download fails (#905)
Victor Stinner
2017-03-30
1
-4/+9
*
bpo-20548: Use specific asserts in warnings and exceptions tests (#788)
Serhiy Storchaka
2017-03-30
3
-35/+35
*
bpo-29913: deprecate compare_networks() in documentation (GH-865)
s-sanjay
2017-03-30
2
-0/+4
*
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
[next]