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 two legacy constants which hopefully have no consumers (#1087)
Alex Gaynor
2017-04-12
1
-2/+0
*
Reimplement tempfile._RandomNameSequence using a generator function. (#1075)
Serhiy Storchaka
2017-04-11
2
-25/+15
*
bpo-29692: Add missing ACKS entry (#1079)
Nick Coghlan
2017-04-11
1
-0/+1
*
bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH...
svelankar
2017-04-11
3
-6/+32
*
Remove superfluous comment in urllib.error. (#1076)
Senthil Kumaran
2017-04-11
1
-4/+0
*
Remove OSError related comment in urllib.request. (#1070)
Senthil Kumaran
2017-04-10
1
-1/+0
*
bpo-29506: Clarify deep copy note in copy module
Sanyam Khurana
2017-04-09
2
-2/+3
*
bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461)
Aviv Palivoda
2017-04-09
2
-0/+24
*
Issue #29798: Handle git worktree in patchcheck (#1058)
Nick Coghlan
2017-04-09
1
-1/+1
*
bpo-29951: Include function name for some error messages in `PyArg_ParseTuple...
Michael Seifert
2017-04-09
4
-33/+54
*
Remove invalid comment in urllib.request. (#1054)
Senthil Kumaran
2017-04-09
1
-6/+2
*
Improvements to typing documentation (#967)
Jelle Zijlstra
2017-04-08
1
-7/+43
*
bpo-29998: Pickling and copying ImportError now preserves name and path (#1010)
Serhiy Storchaka
2017-04-08
3
-0/+71
*
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka
2017-04-08
11
-45/+47
*
bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843)
Serhiy Storchaka
2017-04-08
4
-39/+34
*
Fix a minor typo. (#1032)
Barry Warsaw
2017-04-07
1
-1/+1
*
bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944)
Serhiy Storchaka
2017-04-07
4
-14/+28
*
Remove Invalid comment in test_urllib2.py (#1020)
Senthil Kumaran
2017-04-07
1
-1/+0
*
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a ...
Stuart Berg
2017-04-06
5
-26/+110
*
Correct typo in configparser.rst (#1012)
Alex Jordan
2017-04-06
1
-2/+2
*
bpo-29962: add math.remainder (#950)
Mark Dickinson
2017-04-05
5
-0/+268
*
Miscellaneous minor fixes of Misc/NEWS formatting. (#1002)
Serhiy Storchaka
2017-04-05
1
-19/+19
*
Update Argument Clinic generated code for bpo-29878. (#1001)
Serhiy Storchaka
2017-04-05
4
-6/+6
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
30
-48/+50
*
bpo-29549: Fixes docstring for str.index (#256)
Lisa Roach
2017-04-05
2
-5/+20
*
correct parse_qs and parse_qsl test case descriptions. (#968)
Senthil Kumaran
2017-04-05
2
-19/+23
*
bpo-29649: Improve struct.pack_into() boundary error messages (#424)
Andrew Nester
2017-04-04
3
-4/+53
*
bpo-29972: Skip tests known to fail on AIX (#979)
Victor Stinner
2017-04-04
5
-5/+23
*
bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947)
csabella
2017-04-04
1
-0/+5
*
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
[next]