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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...
Miss Islington (bot)
2021-02-01
6
-6/+21
*
[3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr...
Serhiy Storchaka
2021-01-31
2
-1/+5
*
[3.9] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399)
Serhiy Storchaka
2021-01-31
1
-214/+783
*
bpo-43083: Fix error handling in _sqlite3 (GH-24395)
Miss Islington (bot)
2021-01-31
2
-7/+19
*
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t...
Miss Islington (bot)
2021-01-31
2
-1/+3
*
bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
Miss Islington (bot)
2021-01-31
1
-4/+0
*
[doc] Document VIRTUAL_ENV environment variable (GH-21970)
Miss Islington (bot)
2021-01-30
1
-0/+4
*
Fixing typos in turtle.rst (GH-24376)
Miss Islington (bot)
2021-01-29
1
-6/+6
*
Fixed typo in turtle.rst (GH-24371)
Miss Islington (bot)
2021-01-29
1
-1/+1
*
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374)
Miss Islington (bot)
2021-01-29
2
-1/+2
*
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
Miss Islington (bot)
2021-01-28
6
-5/+37
*
bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23937)
Miss Islington (bot)
2021-01-28
2
-1/+18
*
bpo-42979: _zoneinfo exec function checks for PyDateTime_IMPORT failure (GH-2...
Miss Islington (bot)
2021-01-27
1
-0/+3
*
bpo-43033: Fix the handling of PyObject_SetAttrString() in _zoneinfo.c (GH-24...
Miss Islington (bot)
2021-01-27
1
-1/+5
*
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
Miss Islington (bot)
2021-01-27
5
-13/+63
*
[3.9] bpo-41841: Prepare IDLE NEWS for 3.9.2 (#GH-4343)
Terry Jan Reedy
2021-01-26
1
-2/+7
*
[3.9] bpo-42383: pdb: do not fail to restart the target if the current direct...
Andrey Bienkowski
2021-01-26
2
-0/+25
*
[3.9] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24321)
Andrey Bienkowski
2021-01-25
3
-1/+45
*
bpo-43013: Fix old tkinter module names in idlelib (GH-24326)
Miss Islington (bot)
2021-01-25
13
-67/+66
*
[3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.co...
Serhiy Storchaka
2021-01-25
5
-26/+102
*
bpo-43013: Update idlelib code to 3.x (GH-24315)
Miss Islington (bot)
2021-01-24
10
-47/+49
*
closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305)
Miss Islington (bot)
2021-01-23
1
-2/+2
*
bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
Miss Islington (bot)
2021-01-22
2
-8/+11
*
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-241...
cptpcrd
2021-01-21
3
-0/+35
*
bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
Miss Islington (bot)
2021-01-20
3
-2/+14
*
bpo-41995: Handle allocation failure in _tracemalloc and _zoneinfo (GH-22635)
Miss Islington (bot)
2021-01-20
1
-0/+12
*
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...
Miss Islington (bot)
2021-01-18
3
-32/+64
*
bpo-42944 Fix Random.sample when counts is not None (GH-24235) (GH-24243)
Miss Islington (bot)
2021-01-18
3
-28/+29
*
[3.9] bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all ...
Jason R. Coombs
2021-01-16
3
-2/+50
*
bpo-42931: randbytes missing from random.__all__ (GH-24219) (GH-24225)
Miss Islington (bot)
2021-01-15
2
-0/+2
*
Docs: Remove stray semicolon in init.rst (GH-23974)
Miss Islington (bot)
2021-01-14
1
-1/+1
*
bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
Miss Islington (bot)
2021-01-10
4
-3/+20
*
[3.9] bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154) (...
Ethan Furman
2021-01-07
3
-76/+2
*
[3.9] bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.p...
Yair Frid
2021-01-07
2
-1/+3
*
bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)
Vladimir
2021-01-06
1
-13/+0
*
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (G...
Miss Islington (bot)
2021-01-06
26
-52/+74
*
bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716)
Miss Islington (bot)
2021-01-06
2
-4/+4
*
bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
Steve Dower
2021-01-06
4
-3/+4
*
bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)
Steve Dower
2021-01-05
4
-5/+6
*
[3.9] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674) (GH-2...
Erlend Egeberg Aasland
2021-01-05
2
-4/+5
*
[3.9] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (G...
Miss Islington (bot)
2021-01-05
3
-4/+7
*
[3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24089) (...
Serhiy Storchaka
2021-01-05
2
-15/+44
*
[3.9] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
Terry Jan Reedy
2021-01-05
6
-31/+227
*
Fix broken NEWS markup (GH-24110)
Miss Islington (bot)
2021-01-05
1
-1/+1
*
bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
Miss Islington (bot)
2021-01-04
2
-0/+9
*
Do not remove x bit from published directories (GH-24101)
Miss Islington (bot)
2021-01-04
1
-2/+2
*
Revert "[3.9] [doc] Fix erroneous backslashes in signatures and names (GH-236...
Julien Palard
2021-01-04
8
-10/+10
*
bpo-42692: fix __builtin_available check on older compilers (GH-23873) (GH-24...
Miss Islington (bot)
2021-01-04
2
-1/+8
*
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (GH...
Miss Islington (bot)
2021-01-04
3
-47/+4
*
Update Sphinx version for macOS installer build. (GH-24082) (GH-24087)
Miss Islington (bot)
2021-01-04
1
-1/+0
[next]