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
/
Misc
/
NEWS.d
/
next
/
Tools-Demos
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.8.8rc1
v3.8.8rc1
Łukasz Langa
2021-02-16
1
-2/+0
*
closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)
Miss Islington (bot)
2020-12-24
1
-0/+2
*
Python 3.8.7
v3.8.7
Łukasz Langa
2020-12-21
1
-2/+0
*
bpo-42613: Fix freeze.py config directory (GH-23792)
Miss Islington (bot)
2020-12-17
1
-0/+2
*
Python 3.8.4rc1
v3.8.4rc1
Łukasz Langa
2020-06-29
2
-5/+0
*
bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)
Miss Islington (bot)
2020-05-15
1
-0/+3
*
bpo-40479: Test with latest OpenSSL versions (GH-20108)
Miss Islington (bot)
2020-05-15
1
-0/+2
*
Python 3.8.3rc1
v3.8.3rc1
Łukasz Langa
2020-04-29
3
-8/+0
*
[3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-1...
Serhiy Storchaka
2020-04-18
1
-0/+1
*
bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)
Miss Islington (bot)
2020-03-09
1
-0/+4
*
[3.8] bpo-39889: Fix unparse.py for subscript. (GH-18824). (GH-18826)
Serhiy Storchaka
2020-03-07
1
-0/+3
*
v3.8.0
v3.8.0
Łukasz Langa
2019-10-14
2
-3/+0
*
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)
Miss Islington (bot)
2019-10-11
1
-0/+1
*
bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)
Miss Islington (bot)
2019-10-08
1
-0/+2
*
v3.8.0rc1
v3.8.0rc1
Łukasz Langa
2019-10-01
2
-3/+0
*
bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387)
Victor Stinner
2019-09-25
1
-0/+2
*
closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)
Miss Islington (bot)
2019-09-12
1
-0/+1
*
Python 3.8.0b4
v3.8.0b4
Łukasz Langa
2019-08-29
2
-3/+0
*
[3.8] bpo-37034: Display argument name on errors with keyword arguments with ...
Serhiy Storchaka
2019-08-29
1
-0/+2
*
[3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480)
Raymond Hettinger
2019-08-25
1
-0/+1
*
Python 3.8.0b3
v3.8.0b3
Łukasz Langa
2019-07-29
1
-1/+0
*
closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather...
Miss Islington (bot)
2019-07-25
1
-0/+1
*
Python 3.8.0b1
v3.8.0b1
Łukasz Langa
2019-06-04
1
-1/+0
*
bpo-37053: handle strings like u"bar" correctly in Tools/parser/unparse.py (G...
Chih-Hsuan Yen
2019-05-26
1
-0/+1
*
Python 3.8.0a4
v3.8.0a4
Łukasz Langa
2019-05-06
1
-1/+0
*
bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026)
Zackery Spytz
2019-05-02
1
-0/+1
*
v3.8.0a3
v3.8.0a3
Łukasz Langa
2019-03-25
2
-2/+0
*
bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)
AraHaan
2019-03-23
1
-0/+1
*
bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848)
Lisa Roach
2019-03-12
1
-0/+1
*
[blurb] v3.8.0a1
Łukasz Langa
2019-02-03
12
-24/+0
*
bpo-35884: Add variable access benchmarking script (GH-11725)
Raymond Hettinger
2019-02-03
1
-0/+2
*
bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)
Victor Stinner
2018-10-15
1
-0/+2
*
bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-06
1
-1/+1
*
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic....
Serhiy Storchaka
2018-07-26
1
-0/+1
*
bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693)
Victor Stinner
2018-06-14
1
-0/+2
*
bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692)
Victor Stinner
2018-06-14
1
-0/+2
*
bpo-25427: Remove pyvenv (GH-5962)
Brett Cannon
2018-04-20
1
-0/+3
*
bpo-33189: pygettext.py now accepts only literal strings (GH-6364)
Serhiy Storchaka
2018-04-19
1
-0/+2
*
bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758)
Denis Osipov
2018-04-18
1
-0/+2
*
bpo-31920: Fixed handling directories as arguments in the ``pygettext`` scrip...
Serhiy Storchaka
2018-04-09
1
-0/+2
*
bpo-29673: fix gdb scripts pystack and pystackv (GH-6126)
Marcel Plch
2018-04-06
1
-0/+1
*
bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (#5772)
Miro Hrončok
2018-03-13
1
-0/+2
*
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH...
Tobotimus
2018-02-26
1
-0/+3
*
Update docs for 3.7.0a4
Ned Deily
2018-01-09
1
-3/+0
*
bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (#4977)
Benjamin Peterson
2017-12-22
1
-0/+3
*
Update NEWS and pydoc topics.
Ned Deily
2017-12-05
2
-12/+0
*
bpo-32159: Remove tools for CVS and Subversion (#4615)
Victor Stinner
2017-11-28
1
-0/+3
*
bpo-30722: Make redemo work with Python 3.6+ (GH-2311)
Christoph Sarnowski
2017-10-23
1
-0/+9
*
Update PyDoc topics and NEWS blurbs for 3.7.0a1
Ned Deily
2017-09-19
7
-19/+0
*
Link to blurb on PyPI in the NEWS.d READMEs. (#3323)
Gregory P. Smith
2017-09-05
1
-1/+3
[next]