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-39778: Add clarification about tp_traverse and ownership (GH-18754)
Miss Islington (bot)
2020-03-03
1
-1/+13
*
[3.8] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750) (GH-18761)
Pablo Galindo
2020-03-03
1
-2/+3
*
bpo-38597: Never statically link extension initialization code on Windows (GH...
Miss Islington (bot)
2020-03-03
4
-104/+13
*
[3.8] bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_travers...
Pablo Galindo
2020-03-02
3
-2/+22
*
bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)
Miss Islington (bot)
2020-03-02
6
-6/+8
*
bpo-39764: Make Task.get_stack accept ag_frame (GH-18669)
Miss Islington (bot)
2020-03-02
3
-3/+26
*
bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)
Miss Islington (bot)
2020-03-02
3
-5/+22
*
bpo-38410: Properly handle PySys_Audit() failures (GH-18658)
Serhiy Storchaka
2020-03-02
3
-32/+57
*
[3.8] bpo-38913: Fix segfault in Py_BuildValue("(sGH-O)", ...) if entered wit...
Serhiy Storchaka
2020-03-02
3
-3/+47
*
bpo-39378: partial of PickleState struct should be traversed. (GH-18046)
Miss Islington (bot)
2020-03-02
1
-0/+1
*
[3.8] bpo-39815: add cached_property to all (GH-18726) (GH-18728)
Pablo Galindo
2020-03-02
2
-1/+3
*
bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718)
Gregory P. Smith
2020-03-01
4
-12/+73
*
[3.8] Explicitly initialize like the surrounding code (GH-18717)
Stefan Krah
2020-02-29
1
-1/+1
*
[3.8] Fix syntax (GH-18716)
Stefan Krah
2020-02-29
1
-1/+1
*
[3.8] bpo-39794: Add --without-decimal-contextvar (GH-18702)
Stefan Krah
2020-02-29
11
-36/+248
*
bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338)
Miss Islington (bot)
2020-02-29
2
-3/+5
*
bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)
Miss Islington (bot)
2020-02-29
18
-24/+25
*
bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598)
Miss Islington (bot)
2020-02-28
2
-1/+2
*
bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)
Miss Islington (bot)
2020-02-28
2
-2/+3
*
bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
Miss Islington (bot)
2020-02-28
4
-19/+36
*
bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)
Steve Dower
2020-02-26
6
-14/+16
*
Doc: int -> int or Py_ssize_t (GH-18663)
Miss Islington (bot)
2020-02-26
1
-11/+11
*
bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657)
Miss Islington (bot)
2020-02-25
4
-0/+9
*
Post 3.8.2
Łukasz Langa
2020-02-25
1
-1/+1
*
Merge tag 'v3.8.2' into 3.8
Łukasz Langa
2020-02-25
14
-28/+115
|
\
|
*
Python 3.8.2
v3.8.2
Łukasz Langa
2020-02-24
14
-28/+115
*
|
bpo-30566: Fix IndexError when using punycode codec (GH-18632)
Miss Islington (bot)
2020-02-25
3
-1/+15
|
/
*
bpo-39128: Added algorithm description (GH-18624)
Miss Islington (bot)
2020-02-24
1
-0/+11
*
Add note to Mac installer ReadMe about macOS 10.15 Gatekeeper changes. (GH-18...
Ned Deily
2020-02-24
1
-6/+10
*
Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#...
Miss Islington (bot)
2020-02-24
1
-0/+2
*
Give proper credits for the memoryview implementation. (GH-18626) (#18642)
Miss Islington (bot)
2020-02-24
1
-1/+11
*
bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry...
Miss Islington (bot)
2020-02-24
2
-8/+2
*
bpo-39654: Update pyclbr doc to reflect additional information returned (GH-1...
Miss Islington (bot)
2020-02-24
2
-3/+8
*
bpo-39681: Fix C pickle regression with minimal file-like objects (GH-18592) ...
Miss Islington (bot)
2020-02-23
3
-9/+59
*
[3.8] bpo-39427: Document -X opt options in the CLI --help and the man page (...
Pablo Galindo
2020-02-23
3
-2/+73
*
bpo-39576: Clarify the word size for the 32-bit build. (GH-18616) (#18618)
Miss Islington (bot)
2020-02-23
1
-2/+2
*
bpo-17422: Language reference should specify restrictions on class namespace ...
Miss Islington (bot)
2020-02-22
2
-2/+5
*
bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
Miss Islington (bot)
2020-02-22
4
-3/+34
*
bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-1...
Miss Islington (bot)
2020-02-21
1
-8/+58
*
fix(doc): set correct RST syntax for c:function (GH-18589)
Miss Islington (bot)
2020-02-21
1
-2/+2
*
bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036)
Miss Islington (bot)
2020-02-21
1
-2/+3
*
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (...
Miss Islington (bot)
2020-02-21
3
-6/+245
*
bpo-39184: Fix incorrect return value (GH-18580)
Miss Islington (bot)
2020-02-20
1
-1/+1
*
Valgrind no longer supports --db-attach=yes. (GH-18568) (#18576)
Miss Islington (bot)
2020-02-20
1
-1/+1
*
Use the new recommended number of repetitions in the refleak tests. (GH-18569...
Miss Islington (bot)
2020-02-20
1
-1/+1
*
Update runall.bat to the latest Windows build system. (GH-18571) (#18573)
Miss Islington (bot)
2020-02-20
1
-41/+59
*
bpo-39572: Document ’total’ flag of TypedDict (GH-18554)
Miss Islington (bot)
2020-02-19
3
-3/+29
*
bpo-39555: Fix distutils test to handle _d suffix on Windows debug build (GH-...
Miss Islington (bot)
2020-02-18
1
-2/+2
*
bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names ...
Miss Islington (bot)
2020-02-18
3
-1/+23
*
Post 3.8.2rc2
Łukasz Langa
2020-02-18
1
-1/+1
[prev]
[next]