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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[3.6] bpo-31285: Remove splitlines identifier from Python/_warnings.c (GH-380...
Miss Islington (bot)
2017-09-29
1
-3/+0
*
[3.6] bpo-31588: Validate return value of __prepare__() methods (GH-3790)
Miss Islington (bot)
2017-09-27
1
-0/+7
*
[3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_...
Serhiy Storchaka
2017-09-27
1
-3/+1
*
[3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name...
Serhiy Storchaka
2017-09-27
1
-0/+4
*
[3.6] bpo-31566: Fix an assertion failure in _warnings.warn() in case of a ba...
Miss Islington (bot)
2017-09-24
1
-3/+4
*
[3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec....
Miss Islington (bot)
2017-09-19
1
-0/+5
*
[3.6] bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case ...
Miss Islington (bot)
2017-09-14
1
-1/+1
*
[3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-...
Victor Stinner
2017-09-12
9
-14/+27
*
[3.6] bpo-31416: Fix assertion failures in case of a bad warnings.filters or ...
Serhiy Storchaka
2017-09-12
1
-3/+16
*
[3.6] bpo-31373: remove overly strict float range checks (GH-3486) (#3495)
Benjamin Peterson
2017-09-12
1
-4/+0
*
[3.6] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry ...
Serhiy Storchaka
2017-09-11
1
-1/+7
*
[3.6] bpo-29526: Add reference to help('FORMATTING') in format() builtin (GH-...
Serhiy Storchaka
2017-09-11
2
-4/+8
*
[3.6] bpo-26669: Fix nan arg value error in pytime.c (GH-3085) (GH-3467)
Miss Islington (bot)
2017-09-09
1
-0/+14
*
[3.6] bpo-31393: Fix the use of PyUnicode_READY(). (GH-3451). (#3453)
Serhiy Storchaka
2017-09-08
1
-7/+10
*
[3.6] bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyE...
Zackery Spytz
2017-09-08
1
-2/+3
*
[3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424)
Miss Islington (bot)
2017-09-07
2
-16/+21
*
bpo-30465: Fix lineno and col_offset in fstring AST nodes (GH-1800) (gh-3409)
Miss Islington (bot)
2017-09-07
1
-5/+67
*
bpo-31095: fix potential crash during GC (GH-3195)
INADA Naoki
2017-09-04
1
-0/+2
*
[3.6] bpo-31070: Fix a race condition in importlib _get_module_lock(). (GH-30...
Serhiy Storchaka
2017-08-09
1
-1477/+1481
*
Fix a shadow-compatible-local warning (#2181)
Yuan Chao Chou
2017-08-04
1
-165/+165
*
[3.6] bpo-31071: Avoid masking original TypeError in call with * unpacking (G...
Serhiy Storchaka
2017-08-03
1
-29/+34
*
bpo-30891: Fix again importlib _find_and_load() (#2665) (#2801)
Victor Stinner
2017-07-21
1
-341/+342
*
[3.6] bpo-30876: Relative import from unloaded package now reimports the pack...
Serhiy Storchaka
2017-07-16
2
-371/+356
*
bpo-30891: Fix importlib _find_and_load() race condition (#2646) (#2651)
Victor Stinner
2017-07-10
2
-1530/+1518
*
[3.6] bpo-30814: Fixed a race condition when import a submodule from a packag...
Serhiy Storchaka
2017-07-06
2
-311/+294
*
[3.6] bpo-30854: Fix compile error when --without-threads (GH-2581) (#2583)
Masayuki Yamamoto
2017-07-05
1
-1/+1
*
[3.6] bpo-30703: Improve signal delivery (GH-2415) (#2527)
Antoine Pitrou
2017-07-01
1
-21/+54
*
[3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)...
Serhiy Storchaka
2017-06-28
2
-8/+19
*
[3.6] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to ...
Antoine Pitrou
2017-06-26
1
-45/+50
*
[3.6] bpo-30682: Removed a too-strict assertion that failed for certain f-str...
Serhiy Storchaka
2017-06-16
1
-2/+2
*
[3.6] bpo-30626: Fix error handling in PyImport_Import(). (GH-2103) (#2221)
Serhiy Storchaka
2017-06-15
1
-2/+6
*
bpo-30604: Fix __PyCodeExtraState_Get() prototype (#2152)
Victor Stinner
2017-06-13
1
-2/+2
*
[3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashe...
Dino Viehland
2017-06-13
2
-6/+46
*
[3.6] bpo-30039: Don't run signal handlers while resuming a yield from stack ...
Yury Selivanov
2017-06-09
1
-3/+14
*
[3.6] bpo-30529: Fix errors for invalid whitespaces in f-string subexpression...
Serhiy Storchaka
2017-06-08
1
-24/+7
*
[3.6] bpo-30567: Fix refleak in sys.getwindowsversion (GH-1940) (#1970)
Serhiy Storchaka
2017-06-06
1
-4/+4
*
[3.6] bpo-29104: Fixed parsing backslashes in f-strings. (GH-490) (#1812)
Serhiy Storchaka
2017-05-25
1
-21/+32
*
[3.6] bpo-30395 _PyGILState_Reinit deadlock fix (GH-1734) (#1740)
Ćukasz Langa
2017-05-23
1
-0/+4
*
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) (#1529)
Xiang Zhang
2017-05-10
1
-1/+1
*
bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) (#1449)
Victor Stinner
2017-05-04
1
-0/+9
*
bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...
Serhiy Storchaka
2017-03-30
1
-5/+21
*
bpo-29859: Fix error messages from return codes for pthread_* calls (GH-753)
INADA Naoki
2017-03-21
1
-11/+13
*
[3.6] bpo-8256: Fixed possible failing or crashing input() (#641)
Serhiy Storchaka
2017-03-12
1
-5/+16
*
bpo-29746: Update marshal docs to Python 3. (#547) (#631)
Serhiy Storchaka
2017-03-12
1
-14/+12
*
bpo-29770: remove outdated PYO related info (GH-590) (GH-612)
Xiang Zhang
2017-03-11
1
-1/+1
*
bpo-29619: Convert st_ino using unsigned integer (#557) (#584)
Victor Stinner
2017-03-09
1
-2/+2
*
Refresh Python/importlib.h and Python/importlib_external.h (#464)
Ned Deily
2017-03-04
2
-2/+2
*
[3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454)
Ned Deily
2017-03-04
1
-3/+3
*
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
Yury Selivanov
2017-03-03
1
-3/+3
*
bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. (GH-378)
INADA Naoki
2017-03-01
1
-6/+7
[prev]
[next]