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-32030: Rewrite calculate_path() (#4521)
Victor Stinner
2017-11-23
2
-369/+542
*
bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)
Victor Stinner
2017-11-23
2
-17/+70
*
bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511)
Victor Stinner
2017-11-23
2
-18/+18
*
bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)
Victor Stinner
2017-11-22
2
-29/+106
*
bpo-32030: Add more options to _PyCoreConfig (#4485)
Victor Stinner
2017-11-21
1
-1/+9
*
bpo-32089: Fix warnings filters in dev mode (#4482)
Victor Stinner
2017-11-21
1
-7/+2
*
bpo-32043: New "developer mode": "-X dev" option (#4413)
Victor Stinner
2017-11-16
1
-0/+10
*
bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407)
Serhiy Storchaka
2017-11-16
1
-23/+23
*
bpo-32030: Enhance Py_Main() (#4412)
Victor Stinner
2017-11-16
4
-248/+343
*
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner
2017-11-15
2
-376/+825
*
bpo-32025: Add time.thread_time() (#4410)
Antoine Pitrou
2017-11-15
1
-0/+117
*
bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_arr...
Mat M
2017-11-14
1
-1/+3
*
bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() ...
Mat M
2017-11-13
1
-1/+5
*
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)
xdegaye
2017-11-12
1
-1/+1
*
bpo-31572: Silence only AttributeError when get the __copy__ attribute in ite...
Serhiy Storchaka
2017-11-11
1
-7/+25
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
10
-14/+15
*
bpo-31976: Fix race condition when flushing a file is slow. (#4331)
benfogle
2017-11-10
1
-5/+9
*
bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235)
Serhiy Storchaka
2017-11-09
2
-65/+71
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
6
-8/+8
*
bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287)
Berker Peksag
2017-11-08
1
-9/+2
*
bpo-31884 subprocess: add Windows constants for process priority (#4150)
James
2017-11-08
1
-0/+12
*
Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093)
Justus Schwabedal
2017-11-07
1
-0/+1
*
bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#...
Anders Lorentsen
2017-11-07
2
-4/+9
*
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor objec...
Oren Milman
2017-11-07
1
-0/+5
*
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__(...
Oren Milman
2017-11-07
1
-8/+7
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
7
-13/+13
*
bpo-31933: fix blake2 multi-byte params on big endian platforms (#4250)
Jack O'Connor
2017-11-03
2
-4/+8
*
bpo-30057: Fix potential missed signal in signal.signal(). (#4258)
Antoine Pitrou
2017-11-03
1
-1/+4
*
bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230)
Tal Einat
2017-11-03
2
-5/+5
*
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
Victor Stinner
2017-11-02
2
-138/+349
*
bpo-31917: Add 3 new clock identifiers (#4207)
Victor Stinner
2017-11-02
1
-0/+9
*
bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...
stratakis
2017-11-02
4
-101/+6
*
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (#...
Serhiy Storchaka
2017-11-01
1
-12/+26
*
bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlie...
Serhiy Storchaka
2017-11-01
1
-2/+10
*
bpo-31919: Fix building the curses module on OpenIndiana. (#4211)
Serhiy Storchaka
2017-11-01
1
-2/+4
*
Remove nested comments in blake2 (#4173)
Lars Viklund
2017-11-01
1
-2/+4
*
bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164)
Masayuki Yamamoto
2017-11-01
1
-8/+16
*
bpo-18835: Cleanup pymalloc (#4200)
Victor Stinner
2017-10-31
1
-7/+32
*
bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (#4196)
Serhiy Storchaka
2017-10-31
1
-4/+4
*
bpo-31893: Fixed select.kqueue(). (#4166)
Serhiy Storchaka
2017-10-31
1
-47/+71
*
bpo-31891: Fix building the curses module on NetBSD. (#4165)
Serhiy Storchaka
2017-10-31
1
-33/+40
*
faulthandler: use _PyTime_t rather than double for timeout (#4139)
Victor Stinner
2017-10-27
1
-20/+31
*
bpo-16135: Cleanup: Code rot left over from OS/2 support (GH-4147)
Erik Bray
2017-10-27
2
-12/+1
*
Fix _socket module compilation on Cygwin. (#4137)
Erik Bray
2017-10-27
1
-1/+1
*
Fix trailing whitespaces in C files. (#4130)
Serhiy Storchaka
2017-10-26
1
-1/+1
*
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye
2017-10-26
1
-0/+63
*
fixes bpo-31866: remove code pertaining to AtheOS support (#4115)
Benjamin Peterson
2017-10-26
1
-2/+0
*
bpo-31845: Fix reading flags from environment (GH-4105)
Nick Coghlan
2017-10-25
1
-30/+24
*
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner
2017-10-24
4
-14/+12
*
bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags...
Serhiy Storchaka
2017-10-24
4
-68/+160
[next]