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-34144: Fix of venv acvtivate.bat for win 10 (GH-8321)
Lorenz Mende
2019-04-10
2
-1/+3
*
bpo-14826: document that URLopener quotes fullurl. (GH-12758)
Gregory P. Smith
2019-04-10
1
-0/+1
*
bpo-12910: update and correct quote docstring (#2568)
Jörn Hees
2019-04-10
1
-13/+20
*
Fix typos in compile.c comments (GH-12752)
Simeon
2019-04-09
1
-2/+2
*
bpo-31512: Add non-elevated symlink support for Windows (GH-3652)
Vidar Tonaas Fauske
2019-04-09
4
-79/+53
*
bpo-34373: Fix time.mktime() on AIX (GH-12726)
Victor Stinner
2019-04-09
3
-39/+45
*
bpo-36577: setup.py reports missing OpenSSL again (GH-12746)
Christian Heimes
2019-04-09
2
-0/+3
*
bpo-36560: regrtest: don't collect the GC twice (GH-12747)
Victor Stinner
2019-04-09
1
-2/+4
*
bpo-36508: python-config don't export LINKFORSHARED (GH-12661)
Victor Stinner
2019-04-09
4
-8/+6
*
bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708)
xdegaye
2019-04-09
2
-0/+3
*
bpo-34139: Remove unix datagram socket from FS before binding (GH-8323)
Quentin Dawans
2019-04-09
3
-0/+29
*
bpo-36560: Fix reference leak hunting in regrtest (GH-12744)
Victor Stinner
2019-04-09
4
-33/+46
*
bpo-34060: Report system load when running test suite for Windows (GH-8357)
Ammar Askar
2019-04-09
3
-2/+117
*
bpo-33456: site module documentation - fix wrong default for key in pyvenv.cf...
Lukas Waymann
2019-04-09
1
-3/+3
*
bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-...
Matthias Bussonnier
2019-04-09
4
-4/+22
*
fix code styling (GH-12737)
Inada Naoki
2019-04-09
1
-1/+1
*
closes bpo-35848: Move all documentation regarding the readinto out of IOBase...
Steve Palmer
2019-04-09
2
-14/+10
*
BPO-17561: set create_server backlog default to None (GH-12735)
Giampaolo Rodola
2019-04-09
3
-3/+7
*
bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733)
Victor Stinner
2019-04-08
2
-2/+8
*
bpo-35934: Add socket.create_server() utility function (GH-11784)
Giampaolo Rodola
2019-04-08
17
-88/+289
*
bpo-35416: fix potential resource warnings in distutils (GH-10918)
Mickaël Schoentgen
2019-04-08
4
-39/+44
*
Add a What's New entry for bpo-35459. (GH-12706)
Serhiy Storchaka
2019-04-08
1
-0/+5
*
Correct "inplace" with "in-place" (GH-10480)
Andre Delfino
2019-04-08
2
-5/+5
*
remove duplicate code in biscet (GH-1270)
Chillar Anand
2019-04-08
1
-16/+2
*
bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)
Michael Felt
2019-04-08
4
-4/+4
*
bpo-27181: Add statistics.geometric_mean() (GH-12638)
Raymond Hettinger
2019-04-07
5
-1/+132
*
bpo-35936: Updates to modulefinder (GH-11787)
Brandt Bucher
2019-04-07
6
-16/+116
*
bpo-35726: Add test for QueueHandler with multiple handlers (GH-11659)
Xtreak
2019-04-07
1
-0/+13
*
bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635)
CAM Gerlach
2019-04-07
3
-12/+22
*
bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677)
Stefan Behnel
2019-04-06
1
-14/+0
*
bpo-36050: optimize HTTPResponse.read() (GH-12698)
Inada Naoki
2019-04-06
2
-32/+12
*
bpo-36527: silence -Wunused-parameter warnings in object.h (GH-12688)
Dmitry Marakasov
2019-04-06
1
-0/+3
*
Fix doc for create_subprocess_exec (GH-12598)
Dima Tisnek
2019-04-05
1
-1/+1
*
bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406)
Zackery Spytz
2019-04-05
4
-0/+25
*
bpo-29202: improve dict iteration (GH-11900)
Cheryl Sabella
2019-04-05
1
-9/+6
*
bpo-36301: Fix _PyPreConfig_Read() compiler warning (GH-12695)
Victor Stinner
2019-04-05
1
-4/+5
*
bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12...
Inada Naoki
2019-04-05
2
-5/+13
*
Tools/importbench: Fix a misplaced stderr= (GH-12690)
Anthony Sottile
2019-04-05
1
-2/+2
*
Fix duplicated test case for re. (GH-12662)
MakDon
2019-04-04
1
-1/+1
*
bpo-36522: Print all values for headers with multiple values. (GH-12681)
Matt Houglum
2019-04-04
3
-4/+7
*
bpo-36440: include node names in ParserError messages, instead of numeric IDs...
tyomitch
2019-04-03
3
-6/+29
*
Have UserDict.__init__() implicitly check for updating w/ bool(kwargs) instea...
Slam
2019-04-02
1
-1/+1
*
bpo-32413: Add documentation that at the module level, locals(), globals() ar...
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2019-04-02
1
-1/+2
*
bpo-33261: guard access to __code__ attribute in inspect (GH-6448)
Jeroen Demeyer
2019-04-02
4
-9/+29
*
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...
Zackery Spytz
2019-04-02
3
-1/+8
*
bpo-36473: add maximum iteration check for dict .values() and .items() (GH-12...
Thomas Perl
2019-04-02
3
-2/+36
*
bpo-35838: document optionxform must be idempotent (GH-12656)
Inada Naoki
2019-04-02
1
-0/+6
*
fix confusing argument name in unicodeobject.c (GH-12653)
Max Bernstein
2019-04-02
1
-2/+2
*
bpo-36377: Specify that range() can not be compared (GH-12468)
Emmanuel Arias
2019-04-02
1
-12/+11
*
bpo-13120: fix typo with test_issue13120() method name (GH-12250)
Daniel Hahler
2019-04-01
1
-3/+3
[next]