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-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH...
Miss Islington (bot)
2019-03-10
1
-1/+1
*
bpo-36209: Fix typo on hashlib error message (GH-12194)
Miss Islington (bot)
2019-03-06
1
-1/+1
*
bpo-36179: Fix ref leaks in _hashopenssl (GH-12158)
Miss Islington (bot)
2019-03-04
1
-5/+7
*
bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4...
Miss Islington (bot)
2019-02-27
1
-0/+45
*
bpo-36106: Resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027)
Miss Islington (bot)
2019-02-26
1
-4/+4
*
bpo-24643: Fix "GH-define timezone _timezone" clashes on Windows (GH-12019)
Miss Islington (bot)
2019-02-26
1
-5/+15
*
fix _abc.c compile error on Cygwin (GH-8445)
Miss Islington (bot)
2019-02-24
1
-1/+1
*
bpo-34572: change _pickle unpickling to use import rather than retrieving fro...
Miss Islington (bot)
2019-02-18
1
-6/+6
*
bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546)
Miss Islington (bot)
2019-02-18
2
-1/+9
*
bpo-35942: Improve the error message if __fspath__ returns invalid types in p...
Miss Islington (bot)
2019-02-18
1
-8/+15
*
closes bpo-35991: Fix a potential double free in Modules/_randommodule.c. (GH...
Miss Islington (bot)
2019-02-14
1
-1/+0
*
[3.7] Remove stray quote in os.replace docstring. (GH-11835)
Benjamin Peterson
2019-02-13
2
-4/+4
*
lru_cache: Add more comments. Fix comment typos. Clarify a comment. (GH-1179...
Miss Islington (bot)
2019-02-09
1
-4/+25
*
bpo-29734: nt._getfinalpathname handle leak (GH-740)
Miss Islington (bot)
2019-02-02
1
-8/+10
*
Consistently move the misses update to just before the user function call (GH...
Miss Islington (bot)
2019-01-31
1
-3/+5
*
bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694)
Miss Islington (bot)
2019-01-29
1
-1/+1
*
bpo-35780: Fix errors in lru_cache() C code (GH-11623) (GH-11682)
Miss Islington (bot)
2019-01-26
1
-84/+188
*
bpo-35720: Fixing a memory leak in pymain_parse_cmdline_impl() (GH-11528)
Miss Islington (bot)
2019-01-22
1
-0/+1
*
bpo-35746: Fix segfault in ssl's cert parser (GH-11569)
Miss Islington (bot)
2019-01-15
1
-0/+4
*
bpo-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692)
Miss Islington (bot)
2019-01-14
1
-5/+8
*
bpo-32710: Fix _overlapped.Overlapped memory leaks (GH-11489)
Miss Islington (bot)
2019-01-11
1
-24/+54
*
bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469)
Miss Islington (bot)
2019-01-08
1
-0/+2
*
closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sh...
Miss Islington (bot)
2019-01-02
1
-1/+1
*
[3.7] bpo-35214: Annotate posix calls for clang MSan. (GH-11389) (GH-11391)
Gregory P. Smith
2018-12-31
1
-0/+13
*
bpo-35550: Fix incorrect Solaris define guards (GH-11275)
Miss Islington (bot)
2018-12-31
4
-5/+5
*
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) (GH-11376)
Miss Islington (bot)
2018-12-31
1
-1/+9
*
bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-1137...
Miss Islington (bot)
2018-12-31
2
-0/+27
*
bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229)
Miss Islington (bot)
2018-12-20
1
-5/+8
*
bpo-35502: Fix reference leaks in ElementTree.TreeBuilder. (GH-11170)
Miss Islington (bot)
2018-12-18
1
-0/+5
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Miss Islington (bot)
2018-12-17
6
-0/+32
*
[3.7] bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC....
Serhiy Storchaka
2018-12-14
6
-22/+26
*
[3.7] bpo-31446: Copy command line that should be passed to CreateProcessW()....
Serhiy Storchaka
2018-12-14
2
-8/+26
*
bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-110...
Serhiy Storchaka
2018-12-11
1
-6/+2
*
bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077)
Miss Islington (bot)
2018-12-11
3
-8/+17
*
bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079)
Miss Islington (bot)
2018-12-10
1
-1/+3
*
bpo-31374: Include pyconfig.h earlier in expat (GH-11064)
Miss Islington (bot)
2018-12-10
1
-0/+1
*
bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11069)
Victor Stinner
2018-12-10
1
-3/+7
*
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Miss Islington (bot)
2018-12-08
4
-24/+15
*
[3.7] bpo-22005: Fixed unpickling instances of datetime classes pickled by Py...
Serhiy Storchaka
2018-12-07
1
-78/+169
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
7
-12/+39
*
bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii charac...
Miss Islington (bot)
2018-12-06
1
-4/+22
*
bpo-35310: Clear select() lists before returning upon EINTR (GH-10877)
Miss Islington (bot)
2018-12-05
1
-0/+4
*
bpo-34604: Use %R because of invisible characters or trailing whitespaces. (G...
Serhiy Storchaka
2018-12-05
2
-2/+2
*
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH...
Serhiy Storchaka
2018-12-05
1
-17/+13
*
bpo-34987: Fix a possible null pointer dereference in _pickle.c's save_reduce...
Miss Islington (bot)
2018-12-05
1
-1/+4
*
[3.7] bpo-35373: Fix PyInit_timezone() error handling (GH-10864)
Victor Stinner
2018-12-03
1
-5/+24
*
bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_re...
Miss Islington (bot)
2018-12-03
1
-1/+1
*
bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)
Miss Islington (bot)
2018-12-01
1
-22/+15
*
get_gmtoff() now returns time_t (GH-10838) (GH-10839)
Victor Stinner
2018-12-01
1
-9/+29
*
bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806) (GH-10813)
Victor Stinner
2018-11-30
1
-2/+8
[next]