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
/
ACKS
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)
Nathan Henrie
2018-03-09
1
-0/+1
*
[3.6] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)
Benjamin Peterson
2018-03-04
1
-0/+1
*
[3.6] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5826)
Anselm Kruis
2018-02-23
1
-0/+1
*
bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chun...
Miss Islington (bot)
2018-02-20
1
-0/+1
*
[3.6] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5603)
Serhiy Storchaka
2018-02-09
1
-0/+1
*
[3.6] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5...
Bar Harel
2018-02-02
1
-0/+1
*
bpo-32255: Always quote a single empty field when write into a CSV file. (GH-...
Miss Islington (bot)
2017-12-12
1
-0/+1
*
bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#4261)
Miss Islington (bot)
2017-11-03
1
-0/+1
*
bpo-31632: fix set_protocol() in _SSLProtocolTransport (GH-3817) (GH-3817) (#...
Miss Islington (bot)
2017-10-19
1
-0/+1
*
[3.6] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4033)
Miss Islington (bot)
2017-10-18
1
-0/+1
*
[3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014...
Miss Islington (bot)
2017-10-17
1
-0/+1
*
[3.6] bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (G...
Miss Islington (bot)
2017-09-07
1
-0/+1
*
[3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)
Miss Islington (bot)
2017-09-06
1
-0/+1
*
[3.6] bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (GH-3153) ...
Łukasz Langa
2017-08-22
1
-0/+1
*
[3.6] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989) (#3003)
Shane Harvey
2017-08-05
1
-0/+1
*
[3.6] bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (#2959)
csabella
2017-07-31
1
-0/+1
*
[3.6] bpo-30822: Fix testing of datetime module. (GH-2530) (GH-2783) (#2816)
Utkarsh Upadhyay
2017-07-26
1
-0/+1
*
[3.6] bpo-30964: Mention ensurepip in package installation docs (GH-2797)
Nicholas
2017-07-21
1
-0/+1
*
bpo-30532: Fix whitespace folding in certain cases (#2591)
Joel Hillacre
2017-07-06
1
-0/+1
*
[3.6] bpo-30441: Fix bug when modifying os.environ while iterating over it (G...
Serhiy Storchaka
2017-07-04
1
-0/+1
*
[3.6] bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (GH-2...
terryjreedy
2017-06-28
1
-0/+1
*
[3.6] bpo-30769: Fix reference leak introduced in 77703942c59 (GH-2416) (#2425)
Emily Morehouse
2017-06-27
1
-0/+1
*
[3.6] bpo-30645: don't append to an inner loop path in imp.load_package() (GH...
Brett Cannon
2017-06-23
1
-0/+1
*
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2289)
Victor Stinner
2017-06-20
1
-0/+1
*
[email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...
Mariatta
2017-06-16
1
-0/+1
*
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a ...
Mariatta
2017-06-16
1
-0/+1
*
[3.6] bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (GH-...
Serhiy Storchaka
2017-06-15
1
-0/+1
*
[3.6] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#1999)
Denis Osipov
2017-06-08
1
-0/+1
*
bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893) (#...
Antoine Pietri
2017-06-07
1
-0/+1
*
bpo-17188: DOC: Document 'from None' in raise statement (GH-1671) (GH-1867)
csabella
2017-05-30
1
-0/+1
*
[3.6] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1287)
Mariatta
2017-05-27
1
-0/+1
*
[3.6] bpo-30395 _PyGILState_Reinit deadlock fix (GH-1734) (#1740)
Łukasz Langa
2017-05-23
1
-0/+1
*
[3.6] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1677)
Serhiy Storchaka
2017-05-20
1
-0/+1
*
bpo-30357: test_thread now uses threading_cleanup() (#1592) (#1622)
Victor Stinner
2017-05-17
1
-0/+1
*
[3.6] bpo-28787: Fix out of tree --with-dtrace builds (GH-135) (#1543)
stratakis
2017-05-11
1
-0/+1
*
[3.6] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478...
torsava
2017-05-09
1
-0/+1
*
[3.6] bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1...
Dong-hee Na
2017-04-20
1
-0/+1
*
bpo-29506: Clarify deep copy note in copy module
Nick Coghlan
2017-04-09
1
-0/+1
*
Keep the c-api exception doc up-to-date (#966)
cocoatomo
2017-04-03
1
-0/+1
*
faulthandler: Restore the old sigaltstack during teardown (GH-777) (GH-797)
Christophe Zeitouny
2017-03-24
1
-0/+1
*
bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords ar...
Michael Seifert
2017-03-15
1
-0/+1
*
bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathL...
Berker Peksag
2017-02-26
1
-0/+1
*
bpo-29521 update Misc/ACKS (#110)
Mariatta
2017-02-15
1
-0/+1
*
Merge issue #26355 fix from Python 3.5
Nick Coghlan
2017-02-09
1
-0/+1
|
\
|
*
Issue #26355: Specify canonical URLs in docs pages
Nick Coghlan
2017-02-09
1
-0/+1
|
*
Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea.
Raymond Hettinger
2016-12-31
1
-0/+1
*
|
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
Steve Dower
2017-02-04
1
-0/+1
*
|
Issue #29119: Merge in ACK from 3.5 branch
Raymond Hettinger
2016-12-31
1
-0/+1
*
|
Issue #29061: secrets.randbelow() would hang with a negative input
Raymond Hettinger
2016-12-30
1
-0/+1
*
|
Merge 3.5
Victor Stinner
2016-12-30
1
-0/+1
|
\
\
|
|
/
[next]