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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-33630: Fix using of freed memory in old versions of glicb for posix_spawn...
Pablo Galindo
2018-06-19
1
-3/+22
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
1
-1/+50
*
bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712)
Victor Stinner
2018-06-15
1
-0/+1
*
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)
Wonsup Yoon
2018-06-15
1
-3/+7
*
bpo-33615: Re-enable subinterpreter tests. (#7552)
Eric Snow
2018-06-13
1
-37/+45
*
bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win...
Giampaolo Rodola
2018-06-12
3
-2/+78
*
bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650)
Ned Deily
2018-06-12
1
-2/+2
*
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530)
Christian Heimes
2018-06-11
1
-2/+2
*
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578)
Alexander Belopolsky
2018-06-10
1
-0/+11
*
Remove unneeded PyErr_Occurred() check in os_lseek_impl() (GH-7557)
Zackery Spytz
2018-06-10
1
-3/+0
*
bpo-33770: improve base64 exception message for encoded inputs of invalid len...
Tal Einat
2018-06-10
1
-1/+12
*
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
Benjamin Peterson
2018-06-07
3
-25332/+27293
*
bpo-33781: audioop: enhance rounding double as int (GH-7447)
Victor Stinner
2018-06-06
1
-11/+17
*
bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)
Zackery Spytz
2018-06-05
1
-20/+2
*
bpo-33615: Re-enable a subinterpreter test. (gh-7251)
Eric Snow
2018-06-02
1
-0/+1
*
bpo-33724: Use the right format code for int64_t in subinterpreters code. (gh...
Eric Snow
2018-06-01
1
-32/+33
*
bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146)
pkerling
2018-06-01
1
-12/+2
*
bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283)
Victor Stinner
2018-05-31
1
-1/+1
*
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)
Serhiy Storchaka
2018-05-31
1
-3/+4
*
bpo-33622: Add checks for exceptions leaks in the garbage collector. (GH-7126)
Serhiy Storchaka
2018-05-29
1
-4/+23
*
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Yury Selivanov
2018-05-28
1
-2/+2
*
bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (#7080)
Yury Selivanov
2018-05-28
1
-1/+7
*
bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111)
Serhiy Storchaka
2018-05-26
2
-4/+2
*
bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099)
Serhiy Storchaka
2018-05-24
1
-1/+8
*
bpo-33622: Fix issues with handling errors in the GC. (GH-7078)
Serhiy Storchaka
2018-05-24
1
-8/+11
*
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
INADA Naoki
2018-05-21
1
-0/+1
*
bpo-33584: Fix several minor bugs in asyncio. (GH-7003)
Serhiy Storchaka
2018-05-20
1
-15/+21
*
Fix typo in error message when decoding PYTHONPATH. (GH-6981)
Carl Meyer
2018-05-19
1
-1/+1
*
Fix Windows build of Python for latest WinSDK. (GH-6874)
Carl Meyer
2018-05-17
1
-1/+1
*
bpo-32604: Implement force-closing channels. (gh-6937)
Eric Snow
2018-05-17
1
-21/+136
*
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH...
Zvezdan Petkovic
2018-05-17
1
-1/+3
*
Replace _PyGC_REFS macros with higher level macros (GH-6852)
INADA Naoki
2018-05-17
1
-2/+1
*
bpo-32604: Improve subinterpreter tests. (#6914)
Eric Snow
2018-05-16
1
-73/+177
*
Remove an unneeded call into OpenSSL (GH-6887)
Alex Gaynor
2018-05-16
1
-1/+0
*
bpo-33454: Fix arguments parsing in _xxsubinterpreters.channel_close(). (GH-6...
Serhiy Storchaka
2018-05-15
1
-7/+3
*
bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904)
Christian Heimes
2018-05-15
1
-0/+4
*
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
Segev Finer
2018-05-14
1
-8/+8
*
Fixed an unused variable warning introduced in GH-6800 (GH-6816)
Alex Gaynor
2018-05-14
1
-1/+0
*
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-20171: Convert the _curses and _curses_panel modules to Argument Clinic. ...
Serhiy Storchaka
2018-05-10
4
-1270/+6543
*
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data ...
Oren Milman
2018-05-09
1
-1/+1
*
bpo-33441: Make the sigset_t converter available in other modules. (GH-6720)
Serhiy Storchaka
2018-05-08
4
-105/+138
*
bpo-33332: Add signal.valid_signals() (GH-6581)
Antoine Pitrou
2018-05-04
2
-6/+89
*
bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(...
Serhiy Storchaka
2018-05-01
2
-124/+125
*
bpo-27645, sqlite: Fix integer overflow on sleep (#6594)
Victor Stinner
2018-04-30
1
-4/+20
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
25
-220/+216
*
bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630)
Serhiy Storchaka
2018-04-29
2
-5/+5
*
bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575)
Antoine Pitrou
2018-04-23
1
-6/+8
*
bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE...
xdegaye
2018-04-20
2
-20/+20
*
bpo-33308: Fix a crash in the parser module when convert an ST object. (#6519)
Serhiy Storchaka
2018-04-18
1
-3/+3
[next]