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-44600: Refactor new tracing tests (GH-27396) (GH-27404)
Miss Islington (bot)
2021-07-28
1
-67/+74
*
bpo-34013: Move the Python 2 hints from the exception constructor to the pars...
Miss Islington (bot)
2021-07-27
5
-224/+28
*
[3.10] bpo-34013: Generalize the invalid legacy statement error message (GH-2...
Pablo Galindo Salgado
2021-07-27
7
-246/+339
*
bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (...
Miss Islington (bot)
2021-07-27
4
-4/+4
*
[doc] Fix typo in asyncio Event Loop (GH-27377)
Miss Islington (bot)
2021-07-27
1
-1/+1
*
Add windows build.bat counterpart for 'make regen-all' in error message (GH-2...
Miss Islington (bot)
2021-07-27
1
-1/+1
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-2...
Miss Islington (bot)
2021-07-26
61
-107/+109
*
bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910) (GH-27379)
Miss Islington (bot)
2021-07-26
3
-6/+13
*
docs: replace "Mac OS X" -> "macOS" (GH-27364) (GH-27374)
Miss Islington (bot)
2021-07-26
1
-6/+6
*
The current documentation says it returns None if the name is not found, but ...
Miss Islington (bot)
2021-07-26
2
-1/+2
*
bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) (GH...
Miss Islington (bot)
2021-07-26
1
-1/+2
*
bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) (GH-...
Miss Islington (bot)
2021-07-26
1
-1/+2
*
bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (#27...
Miss Islington (bot)
2021-07-26
3
-8/+37
*
bpo-44732: Rename types.Union to types.UnionType (GH-27342)
Miss Islington (bot)
2021-07-26
7
-22/+22
*
bpo-44734: Fix precision in turtle tests (GH-27343) (GH-27361)
Miss Islington (bot)
2021-07-26
2
-11/+4
*
bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349) (GH-27357)
Miss Islington (bot)
2021-07-26
2
-6/+9
*
[3.10] bpo-44600: Fix line numbers for pattern matching cleanup code (GH-2734...
Miss Islington (bot)
2021-07-26
3
-4/+89
*
[3.10] bpo-44399: Update logging cookbook to document patterns to be avoided....
Miss Islington (bot)
2021-07-25
1
-0/+79
*
[3.10] bpo-43184: Add information about added attribute and method. (GH-27347...
Miss Islington (bot)
2021-07-25
1
-0/+4
*
bpo-44676: Serialize the union type using only public API (GH-27323) (GH-27340)
Miss Islington (bot)
2021-07-24
4
-80/+23
*
bpo-44731: Simplify the union type implementation (GH-27318) (GH-27334)
Ken Jin
2021-07-24
3
-94/+26
*
[3.10] bpo-44676: Add ability to serialize types.Union (GH-27244) (GH-27333)
Pablo Galindo Salgado
2021-07-24
4
-2/+90
*
bpo-44353: Improve tests covering typing.NewType pickling (GH-27302) (GH-27328)
Miss Islington (bot)
2021-07-24
1
-8/+9
*
[3.10] bpo-44353: Expand NewType tests for complex __qualname__ (GH-27311) (G...
Ćukasz Langa
2021-07-24
2
-15/+48
*
bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297) (GH-27298)
Miss Islington (bot)
2021-07-24
1
-1/+1
*
bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (...
Miss Islington (bot)
2021-07-24
3
-0/+37
*
bpo-44353: Document that typing.NewType is now a class (GH-27319) (GH-27321)
Miss Islington (bot)
2021-07-24
1
-10/+19
*
bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket....
Miss Islington (bot)
2021-07-23
3
-12/+15
*
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...
Miss Islington (bot)
2021-07-23
7
-56/+24
*
bpo-29298: Fix crash with required subparsers without dest (GH-3680) (GH-27303)
Miss Islington (bot)
2021-07-23
3
-0/+28
*
bpo-44653: Support typing types in parameter substitution in the union type. ...
Miss Islington (bot)
2021-07-22
3
-13/+43
*
bpo-44708: Only re-run test methods that match names of previously failing te...
Miss Islington (bot)
2021-07-22
7
-178/+345
*
bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., s...
Miss Islington (bot)
2021-07-22
1
-1/+4
*
Fix typo in collections.rst (GH-27270) (#27285)
Miss Islington (bot)
2021-07-22
1
-1/+1
*
bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281) (GH-2...
Miss Islington (bot)
2021-07-22
3
-0/+14
*
bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (GH-...
Miss Islington (bot)
2021-07-21
2
-0/+6
*
bpo-44566: resolve differences between asynccontextmanager and contextmanager...
Miss Islington (bot)
2021-07-20
4
-56/+85
*
[3.10] bpo-43219: skip Solaris in the test as well (GH-27257) (GH-27268)
Miss Islington (bot)
2021-07-20
1
-1/+2
*
Update macOS build-installer script comments for 3.10 and remove unused pre-1...
Miss Islington (bot)
2021-07-20
2
-59/+74
*
bpo-44353: Add test to cover __or__ of two NewType (GH-27259) (#27261)
Miss Islington (bot)
2021-07-20
1
-4/+7
*
bpo-44353: Refactor typing.NewType into callable class (GH-27250) (#27258)
Miss Islington (bot)
2021-07-20
3
-5/+44
*
bpo-44524: Add missed __name__ and __qualname__ to typing module objects (GH-...
Miss Islington (bot)
2021-07-19
3
-0/+72
*
bpo-27513: email.utils.getaddresses() now handles Header objects (GH-13797) (...
Miss Islington (bot)
2021-07-19
3
-1/+9
*
Clean up comma usage in Doc/library/functions.rst (GH-27083) (#27243)
Miss Islington (bot)
2021-07-19
1
-38/+38
*
bpo-44490: Improve typing module compatibility with types.Union (GH-27048) (#...
Ken Jin
2021-07-19
5
-7/+40
*
bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216) ...
Miss Islington (bot)
2021-07-19
2
-1/+31
*
[3.10] bpo-44561: Update hyperlinks in Doc/distributing/index.rst (GH-27032) ...
Miss Islington (bot)
2021-07-19
2
-3/+6
*
Correct the order of check-abidump (GH-27229)
Pablo Galindo Salgado
2021-07-18
2
-4805/+9743
*
[3.10] bpo-44654: Do not export the union type related symbols (GH-27223). (G...
Serhiy Storchaka
2021-07-18
1
-3/+3
*
bpo-44633: Fix parameter substitution of the union type with wrong types. (GH...
Miss Islington (bot)
2021-07-18
3
-16/+36
[prev]
[next]