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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify NEWS entry to prevent suspicious warnings. (#3339)
Ned Deily
2017-09-05
1
-8/+1
*
bpo-31347: _PyObject_FastCall_Prepend: do not call memcpy if args might not b...
Benjamin Peterson
2017-09-05
1
-0/+1
*
Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on ...
Neil Schemenauer
2017-09-05
1
-2/+0
*
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#...
Neil Schemenauer
2017-09-05
1
-0/+2
*
bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)
Victor Stinner
2017-09-04
1
-0/+3
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
1
-0/+4
*
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson
2017-09-04
1
-0/+1
*
bpo-30502: Fix handling of long oids in ssl. (#2909)
Serhiy Storchaka
2017-09-04
1
-0/+1
*
bpo-1198569: Allow string.Template braced pattern to be different (#3288)
Barry Warsaw
2017-09-04
1
-0/+3
*
Blurbify master branch. (#3298)
larryhastings
2017-09-04
502
-9805/+25702
*
bpo-25674: remove sha256.tbs-internet.com ssl test (#3297)
Christian Heimes
2017-09-04
1
-0/+1
*
bpo-31281: Fix pathlib.Path incompatibility in fileinput (gh-3208)
Zhiming Wang
2017-09-04
1
-0/+2
*
bpo-9146: add the missing NEWS entry. (#3275)
Gregory P. Smith
2017-09-03
1
-0/+3
*
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076)
Serhiy Storchaka
2017-09-03
1
-0/+1
*
bpo-31326: ProcessPoolExecutor waits for the call queue thread (#3265)
Victor Stinner
2017-09-01
1
-0/+3
*
bpo-27144: concurrent.futures as_complete and map iterators do not keep refer...
Grzegorz Grzywacz
2017-09-01
1
-0/+2
*
bpo-30737: Update DevGuide links to new URL (GH-3228)
Lisa Hewus Fresh
2017-08-30
3
-2/+3
*
bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934)
Christopher Wilcox
2017-08-30
1
-0/+2
*
bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, and Help...
Terry Jan Reedy
2017-08-30
1
-0/+1
*
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D
2017-08-29
1
-0/+1
*
bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (#3...
Oren Milman
2017-08-29
1
-0/+3
*
bpo-31243: Fixed PyArg_ParseTuple failure checks. (#3171)
Oren Milman
2017-08-29
1
-0/+2
*
bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (#31)
Pauli Virtanen
2017-08-28
1
-0/+1
*
bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956)
Pier-Yves Lessard
2017-08-28
2
-0/+2
*
bpo-30617: IDLE: docstrings and unittest for outwin.py (#2046)
Cheryl Sabella
2017-08-27
1
-0/+4
*
bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests. (#3220)
Terry Jan Reedy
2017-08-27
1
-0/+1
*
bpo-30781: IDLE - use ttk widgets in configdialog (#2654)
Cheryl Sabella
2017-08-26
1
-1/+2
*
bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (#3201)
Oren Milman
2017-08-25
1
-0/+2
*
bpo-22536: Set the filename in FileNotFoundError. (#3194)
Gregory P. Smith
2017-08-24
1
-0/+2
*
bpo-29741: Update some methods in the _pyio module to also accept integer typ...
Oren Milman
2017-08-24
1
-0/+2
*
bpo-31095: fix potential crash during GC (GH-2974)
INADA Naoki
2017-08-24
1
-0/+2
*
bpo-31161: only check for parens error for SyntaxError (#3082)
Martijn Pieters
2017-08-22
1
-0/+3
*
bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3178)
Victor Stinner
2017-08-22
1
-0/+2
*
bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153)
Łukasz Langa
2017-08-21
2
-0/+7
*
bpo-23835: [docs] configparser converts defaults to strings (#3176)
Łukasz Langa
2017-08-21
2
-0/+5
*
bpo-31238: pydoc ServerThread.stop() now joins itself (#3151)
Victor Stinner
2017-08-21
1
-0/+3
*
bpo-31247: xmlrpc.server: break reference cycle (#3166)
Victor Stinner
2017-08-21
1
-0/+2
*
bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3141)
Cheryl Sabella
2017-08-18
1
-0/+2
*
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)
Victor Stinner
2017-08-18
1
-0/+2
*
bpo-31109: Convert zipimport to use Argument Clinic (GH-2990)
Yaron de Leeuw
2017-08-18
2
-0/+2
*
bpo-30721: Show correct syntax hint in Py3 when using Py2 redirection syntax ...
Sanyam Khurana
2017-08-18
1
-0/+2
*
bpo-31183: `dis` now handles coroutines & async generators (GH-3077)
syncosmic
2017-08-18
1
-0/+2
*
bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123)
Cheryl Sabella
2017-08-18
1
-0/+1
*
bpo-24700: Add a fast path for comparing array.array of equal type (#3009)
Adrian Wielgosik
2017-08-17
1
-0/+2
*
bpo-18966: non-daemonic threads created by a multiprocessing.Process should b...
Antoine Pitrou
2017-08-16
1
-0/+2
*
bpo-30983: Revert changes which broke most buildbots (#3100)
Victor Stinner
2017-08-16
1
-1/+0
*
bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (#3096)
Cheryl Sabella
2017-08-15
1
-0/+2
*
bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305)
Christian Heimes
2017-08-15
1
-0/+2
*
bpo-31002: IDLE: Add tests for configdialog keys tab (#2996)
Cheryl Sabella
2017-08-15
1
-0/+1
*
Add Bruno Penteado to ACKS (#3091)
Łukasz Langa
2017-08-14
1
-0/+1
[next]