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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37942: Improve argument clinic float converter (GH-15470)
Raymond Hettinger
2019-08-25
1
-0/+1
*
bpo-19072: Make @classmethod support chained decorators (GH-8405)
Berker Peksag
2019-08-24
1
-0/+3
*
Fix typo and rearrange words in IDLE news item (GH-15471)
Terry Jan Reedy
2019-08-24
1
-1/+1
*
Revert "(TH-15402)" (#15468)
Terry Jan Reedy
2019-08-24
1
-1/+1
*
bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453)
Dong-hee Na
2019-08-24
1
-0/+2
*
bpo-37812: Convert CHECK_SMALL_INT macro to a function so the return is expli...
Greg Price
2019-08-24
1
-0/+3
*
(TH-15402)
GeeTransit
2019-08-24
1
-1/+1
*
bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170)
shireenrao
2019-08-24
1
-0/+1
*
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
Serhiy Storchaka
2019-08-24
1
-0/+3
*
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...
Serhiy Storchaka
2019-08-24
1
-1/+1
*
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
Dong-hee Na
2019-08-23
1
-0/+1
*
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
Zackery Spytz
2019-08-23
1
-0/+1
*
bpo-26589: Add http status code 451 (GH-15413)
Raymond Hettinger
2019-08-23
1
-0/+2
*
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)
Victor Stinner
2019-08-23
1
-0/+2
*
bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print ...
Stefan Behnel
2019-08-23
1
-0/+2
*
bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415)
Victor Stinner
2019-08-23
1
-0/+1
*
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
Pablo Galindo
2019-08-22
1
-0/+3
*
bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)
Raymond Hettinger
2019-08-22
1
-0/+1
*
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im...
Steve Dower
2019-08-21
1
-0/+2
*
bpo-37482: Fix email address name with encoded words and special chars (GH-14...
bsiem
2019-08-21
1
-0/+1
*
bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ ...
Brett Cannon
2019-08-21
1
-0/+2
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
2
-0/+4
*
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower
2019-08-21
1
-0/+1
*
Fix difflib `?` hint in diff output when dealing with tabs (#15201)
Anthony Sottile
2019-08-21
1
-0/+2
*
bpo-37751: Fix codecs.lookup() normalization (GH-15092)
Jordon Xu
2019-08-21
1
-0/+1
*
bpo-37851: faulthandler allocates its stack on demand (GH-15358)
Victor Stinner
2019-08-21
1
-0/+3
*
bpo-37531: Enhance regrtest multiprocess timeout (GH-15345)
Victor Stinner
2019-08-21
1
-0/+3
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-21
1
-0/+0
*
bpo-32793: Fix a duplicate debug message in smtplib (GH-15341)
Zackery Spytz
2019-08-20
1
-0/+1
*
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Joannah Nanjekye
2019-08-20
1
-0/+3
*
bpo-37868: Improve is_dataclass for instances. (GH-15325)
Eric V. Smith
2019-08-20
1
-0/+3
*
Minor documentation fixes on library/enum (GH-15234)
Antoine
2019-08-20
1
-0/+1
*
Revert "bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)"...
Victor Stinner
2019-08-19
1
-1/+0
*
bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)
Victor Stinner
2019-08-19
1
-0/+1
*
bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-1...
shireenrao
2019-08-17
1
-0/+1
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
1
-0/+2
*
bpo-37863: Optimize Fraction.__hash__() (#15298)
Raymond Hettinger
2019-08-16
1
-0/+1
*
bpo-37207: enable vectorcall for type.__call__ (GH-14588)
Jeroen Demeyer
2019-08-15
1
-0/+3
*
bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)
Victor Stinner
2019-08-14
1
-0/+4
*
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
Artem Khramov
2019-08-14
2
-0/+5
*
bpo-37849: IDLE: fix completion window positioning above line (GH-15267)
Tal Einat
2019-08-14
1
-0/+2
*
bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)
Victor Stinner
2019-08-14
1
-0/+2
*
bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
Victor Stinner
2019-08-14
1
-0/+2
*
bpo-37256: Wording in Request class docs (#14792)
Ngalim Siregar
2019-08-14
1
-0/+1
*
bpo-37689: add Path.is_relative_to() method (GH-14982)
Hai Shi
2019-08-13
1
-0/+1
*
bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (G...
Derek Keeler
2019-08-12
1
-0/+1
*
bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)
Dong-hee Na
2019-08-12
1
-0/+2
*
bpo-37819: Add Fraction.as_integer_ratio() (GH-15212)
Raymond Hettinger
2019-08-11
1
-0/+2
*
bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-...
Abhilash Raj
2019-08-11
1
-0/+1
*
bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)
Gregory P. Smith
2019-08-10
1
-0/+3
[next]