GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove support for BSD/OS (closes bpo-31624) (#3812)
Benjamin Peterson
2017-09-28
2
-14
/
+0
*
post 3.7.0a1 development
Ned Deily
2017-09-19
1
-1
/
+1
*
Bump to 3.6.0a1
v3.7.0a1
Ned Deily
2017-09-19
1
-2
/
+2
*
bpo-31497: Add private helper _PyType_Name(). (#3630)
Serhiy Storchaka
2017-09-17
1
-0
/
+1
*
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow
2017-09-15
1
-0
/
+6
*
bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568)
Serhiy Storchaka
2017-09-14
1
-59
/
+59
*
bpo-31338 (#3374)
Barry Warsaw
2017-09-14
1
-0
/
+2
*
bpo-28411: Isolate PyInterpreterState.modules (#3575)
Eric Snow
2017-09-14
2
-3
/
+18
*
bpo-30860: Fix a refleak. (#3567)
Eric Snow
2017-09-14
2
-4
/
+1
*
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
2017-09-13
4
-27
/
+8
*
bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka
2017-09-14
1
-9
/
+9
*
bpo-30860: Move windows.h include out of internal/*.h. (#3458)
Eric Snow
2017-09-11
1
-2
/
+2
*
bpo-30860: Fix a refleak. (#3506)
Eric Snow
2017-09-11
2
-4
/
+1
*
bpo-30860: Always provide serialno. (#3507)
Eric Snow
2017-09-11
1
-1
/
+1
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-07
11
-17
/
+965
*
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan
2017-09-08
2
-1
/
+8
*
bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
Steve Dower
2017-09-07
1
-8
/
+8
*
bpo-31373: fix undefined floating-point demotions (#3396)
Benjamin Peterson
2017-09-07
1
-11
/
+23
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
5
-21
/
+9
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-05
13
-1010
/
+18
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-05
13
-18
/
+1010
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
3
-4
/
+26
*
bpo-9566 & bpo-30747: Silence warnings from pyatomic.h macros (#3140)
Segev Finer
2017-08-21
1
-4
/
+4
*
bpo-30747: Attempt to fix atomic load/store (#2383)
Pär Björklund
2017-08-12
1
-10
/
+295
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
2
-2
/
+2
*
bpo-30946: Remove obsolete fallback code in readline module (#2738)
Antoine Pitrou
2017-07-18
1
-4
/
+5
*
Remove _PyArg_NoStackKeywords(). (#2641)
Serhiy Storchaka
2017-07-10
1
-3
/
+0
*
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka
2017-07-03
1
-2
/
+4
*
bpo-30703: Improve signal delivery (#2415)
Antoine Pitrou
2017-06-28
1
-0
/
+1
*
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka
2017-06-28
1
-3
/
+7
*
bpo-30604: clean up co_extra support (#2144)
Dino Viehland
2017-06-21
1
-3
/
+4
*
bpo-30054: Expose tracemalloc C API (#1236)
Victor Stinner
2017-06-20
1
-8
/
+5
*
bpo-25324: copy tok_name before changing it (#1608)
Albert-Jan Nijburg
2017-05-31
1
-1
/
+5
*
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou
2017-05-27
2
-1
/
+13
*
Delete sigcheck.c since it appears unused (#1723)
Segev Finer
2017-05-25
1
-1
/
+1
*
bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729)
Eric Snow
2017-05-23
2
-1
/
+15
*
bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)
Eric Snow
2017-05-23
2
-1
/
+20
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-22
5
-20
/
+23
*
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow
2017-05-22
1
-0
/
+9
*
bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545)
Xiang Zhang
2017-05-13
1
-1
/
+1
*
bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZ...
Serhiy Storchaka
2017-04-22
3
-3
/
+3
*
remove configure test for inline keyword (#1231)
Benjamin Peterson
2017-04-20
1
-4
/
+1
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
1
-2
/
+2
*
bpo-29941: Assert fixes (#886)
T. Wouters
2017-03-31
1
-0
/
+4
*
bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...
Serhiy Storchaka
2017-03-30
1
-1
/
+1
*
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka
2017-03-30
1
-0
/
+3
*
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka
2017-03-30
1
-0
/
+5
*
bpo-29936: fix typo __GNU*C*_MINOR__ (#878)
Niklas Fiekas
2017-03-28
1
-1
/
+1
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
2
-4
/
+8
*
bpo-29748: Added the slice index converter in Argument Clinic. (#549)
Serhiy Storchaka
2017-03-19
1
-0
/
+1
[next]