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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.5] bpo-35121: prefix dot in domain for proper subdomain validation (GH-102...
Xtreak
2019-03-17
2
-2/+41
*
bpo-35647: Fix path check in cookiejar (#11436) (#12277)
Xtreak
2019-03-16
2
-5/+35
*
bpo-36216: Add check for characters in netloc that normalize to separators (G...
Steve Dower
2019-03-11
2
-0/+40
*
PyDoc and blurb updates for 3.5.7rc1.
Larry Hastings
2019-03-04
1
-13087/+78
*
bpo-34791: xml package obeys ignore env flags (GH-9544) (#11871)
Victor Stinner
2019-02-26
2
-2/+4
*
bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (#11867)
Victor Stinner
2019-02-26
2
-0/+44
*
bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) (#11874)
Victor Stinner
2019-02-25
1
-0/+12
*
PyDoc topics refresh & blurb release for 3.5.6rc1.
Larry Hastings
2018-07-20
1
-1/+1
*
[3.5] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5991)
Steve Dower
2018-05-14
1
-0/+40
*
[3.5] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) (#6034)
Ned Deily
2018-03-11
4
-4/+34
*
blurb release and pydoc topics for 3.5.5rc1.
Larry Hastings
2018-01-23
1
-78/+13087
*
[3.5] bpo-32072: Fix issues with binary plists. (GH-4455) (#4656)
Serhiy Storchaka
2018-01-23
2
-37/+108
*
[3.5] bpo-32551: Consistently configure sys.path[0] (#5197)
Nick Coghlan
2018-01-23
1
-0/+67
*
[3.5] bpo-32620: Remove failing pyenv call from CI config (#5274)
Nick Coghlan
2018-01-23
1
-0/+1
*
Blurb release and pydoc topics for 3.5.4 final.
Larry Hastings
2017-08-07
1
-13087/+78
*
[3.5] [security] bpo-30119: fix ftplib.FTP.putline() to throw an error for a ...
Dong-hee Na
2017-07-26
2
-1/+7
*
Merge main 3.5 branch into 3.5.4rc1.
Larry Hastings
2017-07-25
1
-0/+1
|
\
|
*
bpo-30908: Fix dangling thread in test_os.TestSendfile (#2680) (#2845)
Victor Stinner
2017-07-24
1
-0/+1
*
|
Updated pydoc-topics for 3.5.4rc1.
Larry Hastings
2017-07-24
1
-78/+13087
|
/
*
[3.5] Backport bpo-30876 (GH-2639), bpo-18018 and bpo-26367. (#2677)
Serhiy Storchaka
2017-07-23
6
-9/+31
*
[3.5] bpo-29403: Fix mock's broken autospec behavior on method-bound builtin ...
Berker Peksag
2017-07-21
2
-1/+16
*
bpo-30822: regrtest: remove tzdata (#2782)
Victor Stinner
2017-07-20
3
-11/+3
*
bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781)
Victor Stinner
2017-07-20
3
-4/+29
*
[3.5] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net ...
Ammar Askar
2017-07-20
1
-3/+3
*
[3.5] bpo-30936: Fix a reference leak in json when fail to sort keys. (GH-271...
Serhiy Storchaka
2017-07-16
1
-0/+4
*
[3.5] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH...
Serhiy Storchaka
2017-07-13
1
-0/+22
*
[3.5] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-...
Serhiy Storchaka
2017-07-11
2
-3/+33
*
bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) (#2644)
Victor Stinner
2017-07-10
1
-8/+1
*
[3.5] bpo-29854: Fix segfault in call_readline() (GH-728)
Nir Soffer
2017-07-09
1
-3/+47
*
bpo-30532: Fix whitespace folding in certain cases (#2592)
Joel Hillacre
2017-07-06
2
-3/+13
*
Fix trivial typo in json module docstring (GH-2274) (GH-2431)
Mariatta
2017-07-06
1
-1/+1
*
[3.5] bpo-30855: Trying to fix test_use on Windows. (#2585)
Victor Stinner
2017-07-05
2
-5/+5
*
[3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (G...
Serhiy Storchaka
2017-07-04
2
-1/+27
*
[3.5] bpo-29512, bpo-30764, bpo-30776: Backport regrtest enhancements from 3....
Victor Stinner
2017-07-03
2
-10/+173
*
bpo-30280: Cleanup threads in ayncio tests (#2501) (#2512)
Victor Stinner
2017-06-30
2
-5/+9
*
bpo-30813: Fix unittest when hunting refleaks (#2502) (#2506)
Victor Stinner
2017-06-30
1
-0/+6
*
[3.5] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493...
Antoine Pitrou
2017-06-30
1
-0/+9
*
[3.5] Clear potential ref cycle between Process and Process target (GH-2470) ...
Antoine Pitrou
2017-06-28
2
-0/+21
*
[3.5] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2469)
Antoine Pitrou
2017-06-28
1
-2/+17
*
[3.5] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)...
Serhiy Storchaka
2017-06-28
8
-1/+37
*
[3.5] bpo-30708: Add private C API function _PyUnicode_AsWideCharString(). (G...
Serhiy Storchaka
2017-06-27
1
-2/+2
*
[3.5] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2442)
Victor Stinner
2017-06-27
3
-31/+135
*
bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2411)
Victor Stinner
2017-06-26
1
-26/+25
*
[3.5] bpo-30746: Prohibited the '=' character in environment variable names (...
Serhiy Storchaka
2017-06-25
2
-0/+92
*
[3.5] Fix a typo in a comment in coroutines.py (GH-2267) (GH-2371)
Mariatta
2017-06-24
1
-1/+1
*
[3.5] bpo-30645: don't append to an inner loop path in imp.load_package() (GH...
Brett Cannon
2017-06-23
1
-2/+3
*
[3.5] bpo-30730: Prevent environment variables injection in subprocess on Win...
Serhiy Storchaka
2017-06-23
2
-2/+46
*
[3.5] bpo-30727: Fix a race condition in test_threading. (GH-2334) (#2352)
Serhiy Storchaka
2017-06-23
1
-5/+14
*
[3.5] bpo-29755: Fixed the lgettext() family of functions in the gettext modu...
Serhiy Storchaka
2017-06-20
2
-26/+146
*
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2290)
Victor Stinner
2017-06-20
2
-13/+40
[next]