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-33503: Fix the broken pypi link in the source and the documentation (GH-6...
Stéphane Wirtel
2018-05-15
24
-44/+45
*
bpo-33509: Fix _warnings for module_globals=None (#6833)
Victor Stinner
2018-05-15
3
-1/+29
*
bpo-33465: Use an unlikely to be built-in C extension in a test (#6797)
Barry Warsaw
2018-05-15
1
-5/+6
*
bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846)
Terry Jan Reedy
2018-05-15
1
-3/+2
*
bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669)
Matthias Bussonnier
2018-05-15
4
-7/+12
*
bpo-33517: dataclasses: Add the field type to Field repr (GH-6858)
Eric V. Smith
2018-05-15
1
-4/+10
*
run autoreconf (GH-6850)
Benjamin Peterson
2018-05-15
2
-466/+5
*
bpo-33483: more correctly handle finding the C compiler (GH-6780)
Eitan Adler
2018-05-15
2
-38/+2
*
Remove accidentally checked in files. (GH-6835)
Eric V. Smith
2018-05-15
4
-78/+0
*
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
Segev Finer
2018-05-14
3
-8/+16
*
bpo-33497: Add NEWS and ACKS entries. (GH-6838)
Ned Deily
2018-05-14
2
-0/+3
*
Add AsyncContextManager to typing module documentation. (GH-6822)
Travis DePrato
2018-05-14
2
-0/+7
*
bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in Fi...
Amber Brown
2018-05-14
3
-7/+27
*
bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812)
Eric V. Smith
2018-05-14
5
-6/+84
*
Fixed an unused variable warning introduced in GH-6800 (GH-6816)
Alex Gaynor
2018-05-14
1
-1/+0
*
bpo-33443 Fix typo in Python/import.c (GH-6722)
ukwksk
2018-05-14
1
-5/+5
*
bpo-32769: Write annotation entry for glossary (GH-6657)
Andrés Delfino
2018-05-14
1
-17/+57
*
Add versionchanged in create_datagram_endpoint doc (#4697)
Romuald Brunet
2018-05-14
1
-0/+3
*
Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6800)
Alex Gaynor
2018-05-14
1
-5/+2
*
bpo-33494: Change dataclasses.Fields repr to use the repr of each of its memb...
Eric V. Smith
2018-05-14
2
-8/+11
*
bpo-22069: Update TextIO documentation (GH-6609)
Elena Oat
2018-05-14
1
-1/+1
*
bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711)
Michael Lazar
2018-05-14
3
-5/+42
*
bpo-32601: Let test_expanduser use the same user if no others found. (GH-5246)
Anders Kaseorg
2018-05-14
1
-0/+3
*
bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786)
Eitan Adler
2018-05-14
1
-0/+4
*
fix error message in ast.c (#6776)
Jelle Zijlstra
2018-05-13
1
-1/+1
*
bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)
Rolf Eike Beer
2018-05-13
2
-13/+14
*
bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753)
Miro Hrončok
2018-05-11
1
-1/+1
*
Fix a bug in Generic.__new__ (GH-6758)
Ivan Levkivskyi
2018-05-11
2
-1/+4
*
bpo-26701: Tweak the documentation for special methods in int(). (GH-6741)
Serhiy Storchaka
2018-05-10
1
-8/+6
*
bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. ...
Serhiy Storchaka
2018-05-10
5
-1329/+6543
*
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data ...
Oren Milman
2018-05-09
3
-1/+16
*
bpo-33311: Do not display parameters displayed in parentheses for module call...
sblondon
2018-05-09
2
-4/+8
*
bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738)
Serhiy Storchaka
2018-05-09
1
-2/+2
*
Fix superfluous if in documentation. (GH-6728)
Julien Palard
2018-05-09
1
-1/+1
*
closes bpo-33445: fail properly in test_cprofile() (GH-6727)
jdemeyer
2018-05-09
1
-6/+11
*
bpo-28556: Minor fixes for typing module (GH-6732)
Ivan Levkivskyi
2018-05-09
3
-2/+79
*
Fix typo in __mul__ and __rmul__ docstring (GH-6674)
Grant Jenks
2018-05-08
1
-2/+2
*
bpo-32717: Document PEP 560 (GH-6726)
Ivan Levkivskyi
2018-05-08
3
-1/+74
*
bpo-33144: Fix choosing random.Random._randbelow implementation. (GH-6563)
Serhiy Storchaka
2018-05-08
2
-26/+74
*
bpo-33441: Make the sigset_t converter available in other modules. (GH-6720)
Serhiy Storchaka
2018-05-08
5
-105/+142
*
Remove mojibake in the locale aliases mapping. (GH-6716)
Serhiy Storchaka
2018-05-06
2
-2/+3
*
bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (П...
Serhiy Storchaka
2018-05-06
3
-5/+55
*
bpo-33422: Fix quotation marks getting deleted when looking up byte/string li...
Andrés Delfino
2018-05-05
2
-2/+11
*
bpo-33400: Clarified documentation to indicate no strict adherence to ISO 860...
Vinay Sajip
2018-05-04
4
-20/+22
*
bpo-33332: Add signal.valid_signals() (GH-6581)
Antoine Pitrou
2018-05-04
14
-26/+171
*
bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)
lekma
2018-05-02
2
-1/+4
*
Mitigate macOS race condition in installer build (GH-6686)
Ned Deily
2018-05-02
1
-0/+4
*
bpo-33290: Have macOS installer remove "pip" alias (GH-6683)
Ned Deily
2018-05-02
1
-0/+5
*
bpo-33281: NEWS and ACK (GH-6681)
Ned Deily
2018-05-02
2
-0/+2
*
bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625)
Ray Donnelly
2018-05-02
1
-2/+2
[next]