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-33016: Fix potential use of uninitialized memory in nt._getfinalpathname ...
Steve Dower
2018-03-08
1
-22/+32
*
[3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-155...
Miss Islington (bot)
2018-03-08
2
-2/+39
*
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
Miss Islington (bot)
2018-03-07
1
-3/+18
*
[3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990)
Steve Dower
2018-03-05
1
-28/+38
*
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5946)
Miss Islington (bot)
2018-03-01
1
-7/+7
*
[3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding...
Serhiy Storchaka
2018-02-27
4
-18/+45
*
Fix _socket module compilation on Cygwin. (GH-4137) (GH-4145)
Miss Islington (bot)
2018-02-26
1
-1/+1
*
[3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585)
animalize
2018-02-26
1
-0/+67
*
[3.6] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5881)
Christian Heimes
2018-02-25
2
-24/+29
*
[3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861)
Christian Heimes
2018-02-25
2
-11/+24
*
bpo-32185: Don't send IP in SNI TLS extension (#5865)
Christian Heimes
2018-02-25
1
-2/+40
*
bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)
Miss Islington (bot)
2018-02-25
1
-2/+4
*
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
Miss Islington (bot)
2018-02-24
1
-0/+3
*
closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)
Miss Islington (bot)
2018-02-21
1
-1/+1
*
Update comment in posixmodule.c (GH-5681)
Miss Islington (bot)
2018-02-14
1
-1/+1
*
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
INADA Naoki
2018-02-13
4
-9/+21
*
bpo-29248: Fix os.readlink() on Windows (GH-5577)
Miss Islington (bot)
2018-02-12
1
-3/+3
*
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5...
Miss Islington (bot)
2018-02-06
1
-4/+4
*
[3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)
Terry Jan Reedy
2018-02-04
4
-4/+4
*
bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (GH...
Miss Islington (bot)
2018-02-01
1
-10/+20
*
[3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389)
Antoine Pitrou
2018-01-28
1
-4/+10
*
[3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)
Victor Stinner
2018-01-15
1
-6/+26
*
correct the typos (GH-4950) (#4951)
Miss Islington (bot)
2017-12-21
1
-2/+2
*
bpo-32329: Fix sys.flags.hash_randomization (#4875)
Victor Stinner
2017-12-15
1
-1/+0
*
bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (GH-47...
Miss Islington (bot)
2017-12-14
1
-0/+1
*
[3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#...
Andrew Svetlov
2017-12-14
1
-1/+1
*
bpo-32255: Always quote a single empty field when write into a CSV file. (GH-...
Miss Islington (bot)
2017-12-12
1
-1/+1
*
bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794) (#4795)
Miss Islington (bot)
2017-12-11
1
-1/+1
*
bpo-32186: Release the GIL during lseek and fstat (GH-4652) (#4661)
Miss Islington (bot)
2017-12-01
1
-1/+5
*
bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (GH-408...
Miss Islington (bot)
2017-11-30
1
-38/+98
*
bpo-31440: Changed default module search path for windows (#4613)
Miss Islington (bot)
2017-11-28
1
-2/+2
*
bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) (#4416)
Victor Stinner
2017-11-16
1
-3/+19
*
bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_arr...
Miss Islington (bot)
2017-11-14
1
-1/+3
*
bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() ...
Miss Islington (bot)
2017-11-13
1
-1/+5
*
[3.6] bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (GH-4...
Serhiy Storchaka
2017-11-09
2
-58/+61
*
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor objec...
Miss Islington (bot)
2017-11-07
1
-0/+5
*
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__(...
Miss Islington (bot)
2017-11-07
1
-8/+7
*
bpo-31933: fix blake2 multi-byte params on big endian platforms (GH-4250) (#4...
Miss Islington (bot)
2017-11-03
2
-4/+8
*
bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#4261)
Miss Islington (bot)
2017-11-03
1
-1/+4
*
[3.6] bpo-31926: fix missing *_METHODDEF statements by argument clinic (GH-42...
Tal Einat
2017-11-03
2
-5/+5
*
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (G...
Miss Islington (bot)
2017-11-01
1
-12/+26
*
bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlie...
Miss Islington (bot)
2017-11-01
1
-2/+10
*
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4215)
Miss Islington (bot)
2017-11-01
1
-2/+4
*
Remove nested comments in blake2 (GH-4173) (#4214)
Miss Islington (bot)
2017-11-01
1
-2/+4
*
bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (...
Miss Islington (bot)
2017-11-01
1
-8/+16
*
bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (GH-4196) ...
Miss Islington (bot)
2017-10-31
1
-4/+4
*
bpo-31893: Fixed select.kqueue(). (GH-4166) (#4190)
Miss Islington (bot)
2017-10-31
1
-47/+71
*
bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189)
Miss Islington (bot)
2017-10-31
1
-33/+40
*
[3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4...
xdegaye
2017-10-26
1
-0/+63
*
bpo-31752: Fix possible crash in timedelta constructor called with custom int...
Miss Islington (bot)
2017-10-23
1
-2/+7
[next]