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
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35224: Add support for NamedExpr to unparse.py (GH-11670)
Victor Stinner
2019-01-25
1
-0/+7
*
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
Serhiy Storchaka
2019-01-11
1
-40/+0
*
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...
Serhiy Storchaka
2019-01-11
1
-86/+163
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
1
-16/+433
*
bpo-20180: Simplify char_converter in Argument Clinic. (GH-9828)
Serhiy Storchaka
2018-12-25
1
-18/+3
*
bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-...
Serhiy Storchaka
2018-12-22
2
-0/+321
*
Enable signing Windows builds with SHA1 environment variable (GH-11279)
Steve Dower
2018-12-21
1
-1/+4
*
bpo-35490: Remove the DecodeFSDefault return converter in AC. (#11152)
Serhiy Storchaka
2018-12-17
1
-10/+0
*
bpo-35471: Remove the macpath module (GH-11129)
Victor Stinner
2018-12-14
1
-1/+1
*
bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-1...
Serhiy Storchaka
2018-12-14
1
-1/+1
*
bpo-34977: Add Windows App Store package (GH-11027)
Steve Dower
2018-12-11
9
-339/+209
*
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-...
Steve Dower
2018-12-10
1
-0/+23
*
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
Victor Stinner
2018-12-07
9
-209/+339
*
bpo-34977: Add Windows App Store package (GH-10245)
Steve Dower
2018-12-07
9
-339/+209
*
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ...
Serhiy Storchaka
2018-11-27
1
-1/+7
*
bpo-35134: Create Include/cpython/ subdirectory (GH-10624)
Victor Stinner
2018-11-23
1
-3/+3
*
bpo-2504: Add pgettext() and variants to gettext. (GH-7253)
Cheryl Sabella
2018-11-07
1
-17/+25
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Serhiy Storchaka
2018-11-05
1
-2/+2
*
bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)
Steve Dower
2018-10-27
1
-1/+1
*
bpo-32256: Make patchcheck.py work for out-of-tree builds (GH-4760)
Alexey Izbyshev
2018-10-20
1
-3/+9
*
Update opcode.h header comment to mention the source data file (GH-9935)
Shivank98
2018-10-18
1
-2/+3
*
bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)
Victor Stinner
2018-10-15
1
-13/+33
*
Fixes issues in Windows release upload script (GH-9845)
Steve Dower
2018-10-13
1
-3/+8
*
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka
2018-09-27
2
-24/+16
*
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
Christian Heimes
2018-09-23
1
-4/+4
*
bpo-34011: Fixes missing venv files and other tests (GH-9458)
Steve Dower
2018-09-20
1
-0/+3
*
Remove wording that could be deemed to be perjorative (GH-9287)
Raymond Hettinger
2018-09-14
1
-1/+1
*
bpo-34605: Avoid master/slave terms (GH-9101)
Victor Stinner
2018-09-07
1
-1/+1
*
bpo-26901: Fix the Argument Clinic test suite (GH-8879)
Victor Stinner
2018-09-03
1
-791/+0
*
bpo-34217: Use lowercase for windows headers (GH-8472)
Erik Janssens
2018-08-16
1
-1/+1
*
Updated MSI README to mention dependency on .NET 3.5. (GH-8375)
Vinay Sajip
2018-07-29
1
-0/+8
*
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic....
Serhiy Storchaka
2018-07-26
1
-13/+21
*
bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367)
Xtreak
2018-07-21
1
-3/+5
*
bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)
Tal Einat
2018-07-06
1
-2/+22
*
Prevent upload script uploading from the wrong directory (GH-7953)
Steve Dower
2018-06-27
1
-1/+7
*
bpo-33908: Remove two superfluous assignments (GH-7116)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-06-20
1
-1/+0
*
bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693)
Victor Stinner
2018-06-14
1
-10/+16
*
bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692)
Victor Stinner
2018-06-14
1
-2/+9
*
Fixes upload script to always run commands even when previous ones fail (GH-7...
Steve Dower
2018-06-12
1
-4/+10
*
pypi.python.org -> pypi.org (GH-7613)
Ned Deily
2018-06-11
1
-1/+1
*
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Christian Tismer
2018-06-09
1
-0/+148
*
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
Benjamin Peterson
2018-06-07
1
-20/+19
*
remove hg support from patchcheck (GH-7440)
Benjamin Peterson
2018-06-06
1
-21/+3
*
Adds new upload script for Windows releases (GH-7268)
Steve Dower
2018-05-31
1
-0/+121
*
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Serhiy Storchaka
2018-05-29
1
-6/+0
*
bpo-33618: Enable TLS 1.3 in tests (GH-7079)
Christian Heimes
2018-05-23
1
-8/+25
*
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976)
Christian Heimes
2018-05-22
1
-4/+4
*
bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)
Steve Dower
2018-05-16
1
-2/+12
*
Remove mojibake in the locale aliases mapping. (GH-6716)
Serhiy Storchaka
2018-05-06
1
-0/+3
*
bpo-25427: Remove pyvenv (GH-5962)
Brett Cannon
2018-04-20
2
-20/+0
[next]