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
*
Finalize blurb archive for 3.5.5 (no new blurbs).
Larry Hastings
2018-02-04
1
-0/+8
*
blurb release and pydoc topics for 3.5.5rc1.
Larry Hastings
2018-01-23
7
-28/+74
*
[3.5] bpo-32072: Fix issues with binary plists. (GH-4455) (#4656)
Serhiy Storchaka
2018-01-23
1
-0/+6
*
[3.5] bpo-32551: Consistently configure sys.path[0] (#5197)
Nick Coghlan
2018-01-23
1
-0/+13
*
bpo-30657: Fix CVE-2017-1000158 (#4664)
Miro HronĨok
2017-12-08
2
-0/+4
*
bpo-31095: fix potential crash during GC (GH-2974) (#3196)
INADA Naoki
2017-09-26
1
-0/+2
*
[3.5][Security] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3354)
Victor Stinner
2017-09-25
2
-0/+5
*
Blurb release and pydoc topics for 3.5.4 final.
Larry Hastings
2017-08-07
2
-2/+8
*
[3.5] [security] bpo-30119: fix ftplib.FTP.putline() to throw an error for a ...
Dong-hee Na
2017-07-26
1
-0/+2
*
Blurb release for 3.5.4rc1.
Larry Hastings
2017-07-24
112
-253/+1135
*
Update 3.5 to use blurb!
Larry Hastings
2017-07-24
131
-9670/+28656
*
[3.5] Backport bpo-30876 (GH-2639), bpo-18018 and bpo-26367. (#2677)
Serhiy Storchaka
2017-07-23
1
-0/+3
*
[3.5] bpo-29403: Fix mock's broken autospec behavior on method-bound builtin ...
Berker Peksag
2017-07-21
1
-0/+2
*
bpo-30822: regrtest: remove tzdata (#2782)
Victor Stinner
2017-07-20
1
-4/+1
*
bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781)
Victor Stinner
2017-07-20
1
-0/+5
*
bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2749)
Xiang Zhang
2017-07-18
1
-0/+1
*
[3.5] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-...
Serhiy Storchaka
2017-07-11
1
-0/+3
*
bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) (#2644)
Victor Stinner
2017-07-10
1
-0/+3
*
[3.5] bpo-29854: Fix segfault in call_readline() (GH-728)
Nir Soffer
2017-07-09
1
-0/+2
*
bpo-30532: Fix whitespace folding in certain cases (#2592)
Joel Hillacre
2017-07-06
2
-0/+2
*
[3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (G...
Serhiy Storchaka
2017-07-04
2
-0/+2
*
[3.5] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493...
Antoine Pitrou
2017-06-30
1
-0/+6
*
bpo-30383: Add NEWS entry for backported regrtest (#2438)
Victor Stinner
2017-06-27
1
-0/+14
*
[3.5] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to ...
Antoine Pitrou
2017-06-26
1
-0/+2
*
[3.5] bpo-30746: Prohibited the '=' character in environment variable names (...
Serhiy Storchaka
2017-06-25
1
-0/+3
*
[3.5] bpo-30645: don't append to an inner loop path in imp.load_package() (GH...
Brett Cannon
2017-06-23
2
-0/+5
*
[3.5] bpo-30730: Prevent environment variables injection in subprocess on Win...
Serhiy Storchaka
2017-06-23
1
-0/+3
*
Add "Misc/NEWS.d" directory tree for "blurb". GH-2330
larryhastings
2017-06-22
11
-0/+11
*
bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2314)
Victor Stinner
2017-06-21
1
-0/+9
*
[3.5] bpo-29755: Fixed the lgettext() family of functions in the gettext modu...
Serhiy Storchaka
2017-06-20
1
-0/+3
*
bpo-30500: Fix the NEWS entry (#2295)
Victor Stinner
2017-06-20
1
-1/+1
*
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2290)
Victor Stinner
2017-06-20
2
-0/+6
*
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...
Steve Dower
2017-06-19
1
-0/+3
*
bpo-30176: Add missing curses cell attributes constants (#2277)
Xiang Zhang
2017-06-19
1
-0/+2
*
[email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...
Mariatta
2017-06-16
2
-0/+4
*
Fix ref cycles in TestCase.assertRaises() (#193) (#2228)
Victor Stinner
2017-06-15
1
-0/+3
*
bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1663)
Dong-hee Na
2017-06-15
1
-0/+4
*
[3.5] bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6...
Serhiy Storchaka
2017-06-15
1
-0/+3
*
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2201)
Victor Stinner
2017-06-15
1
-0/+4
*
[3.5] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#...
Antoine Pitrou
2017-06-13
1
-0/+2
*
[3.5] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) ...
Serhiy Storchaka
2017-06-12
1
-0/+3
*
Revert "[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling clos...
Yury Selivanov
2017-06-11
1
-4/+0
*
bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. ...
Yury Selivanov
2017-06-11
1
-0/+3
*
bpo-28556: Updates to typing module (GH-2076) (GH-2088)
Mariatta
2017-06-10
1
-0/+4
*
[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with c...
Yury Selivanov
2017-06-10
1
-0/+4
*
Break circular references when closing SSLTransport objects (#981) (#2048)
Yury Selivanov
2017-06-09
1
-0/+3
*
Closing transport during handshake process leaks socket (#480) (#2045)
Yury Selivanov
2017-06-09
1
-0/+3
*
Fix waiter cancellation in asyncio.Lock (#1031) (#2038)
Yury Selivanov
2017-06-09
1
-0/+3
*
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2005)
Victor Stinner
2017-06-08
1
-0/+3
*
[3.5] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#2000)
Denis Osipov
2017-06-08
1
-0/+1
[next]