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-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569)
Zackery Spytz
2018-10-13
1
-0/+2
*
bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if th...
Zackery Spytz
2018-10-13
1
-0/+4
*
bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (G...
Stéphane Wirtel
2018-10-13
1
-0/+2
*
bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768)
Juliette Monsel
2018-10-12
1
-0/+2
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
1
-0/+2
*
bpo-34900: Make TestCase.debug() work with subtests (GH-9707)
Bruno Oliveira
2018-10-12
1
-0/+2
*
bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806)
Stéphane Wirtel
2018-10-12
1
-0/+1
*
bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9...
Serhiy Storchaka
2018-10-11
1
-0/+3
*
bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...
Elvis Pranskevichus
2018-10-10
1
-0/+3
*
bpo-34926: Make mimetypes.guess_type accept os.PathLike objects (GH-9777)
Mayank Asthana
2018-10-10
1
-0/+2
*
bpo-34913: Document gzip command line interface (GH-9782)
Stéphane Wirtel
2018-10-10
1
-0/+1
*
bpo-23596: Use argparse for the command line of gzip (GH-9781)
Stéphane Wirtel
2018-10-09
1
-0/+1
*
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
twisteroid ambassador
2018-10-09
1
-0/+2
*
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...
Victor Stinner
2018-10-09
1
-0/+1
*
bpo-32680 add default "sock" on SMTP objects (#5345)
Romuald Brunet
2018-10-09
1
-0/+1
*
bpo-34758: add .wasm to recognized file extensions in mimetypes module (GH-9464)
travisoneill
2018-10-09
1
-0/+2
*
bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)
animalize
2018-10-08
1
-0/+2
*
bpo-31715 Add mimetype for extension .mjs (#3908)
Bradley Meck
2018-10-08
1
-0/+1
*
bpo-34911: Added support for secure websocket cookies (GH-9734)
Paul Bailey
2018-10-08
1
-0/+3
*
bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617)
Juliette Monsel
2018-10-08
2
-0/+4
*
bpo-34925: Optimize common case for bisect() argument parsing (#9753)
Raymond Hettinger
2018-10-08
1
-0/+1
*
bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606)
Zackery Spytz
2018-10-06
1
-0/+2
*
bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-06
33
-54/+54
*
bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733)
Zackery Spytz
2018-10-06
1
-0/+2
*
bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4...
E. M. Bray
2018-10-05
1
-0/+3
*
bpo-34871: inspect: Don't pollute sys.modules (GH-9696)
INADA Naoki
2018-10-04
1
-0/+2
*
bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679)
Elvis Pranskevichus
2018-10-03
1
-0/+1
*
bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683)
Zackery Spytz
2018-10-03
1
-0/+2
*
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)
tzickel
2018-10-02
1
-0/+1
*
bpo-30156: Remove property_descr_get() optimization (GH-9541)
Victor Stinner
2018-10-01
1
-0/+4
*
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
Serhiy Storchaka
2018-09-30
1
-0/+2
*
bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH...
Andrew Svetlov
2018-09-30
1
-0/+3
*
bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590)
Zsolt Cserna
2018-09-27
1
-0/+3
*
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka
2018-09-27
1
-0/+4
*
bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (G...
orlnub123
2018-09-27
1
-0/+1
*
bpo-31425: fix versionadded in docs and add attribution in NEWS (GH-9595)
Tal Einat
2018-09-26
1
-1/+1
*
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
Bjorn Andersson
2018-09-26
1
-0/+3
*
bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)
INADA Naoki
2018-09-26
1
-0/+1
*
bpo-34334: Don't log traceback twice in QueueHandler (GH-9537)
Cheryl Sabella
2018-09-25
1
-0/+2
*
bpo-5950: Support reading zips with comments in zipimport (#9548)
Zackery Spytz
2018-09-25
1
-0/+1
*
bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-...
Yury Selivanov
2018-09-25
1
-0/+1
*
bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)
Victor Stinner
2018-09-25
1
-0/+2
*
bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372)
Joe Pamer
2018-09-25
1
-0/+1
*
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
Tal Einat
2018-09-25
1
-0/+3
*
bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)
Zackery Spytz
2018-09-25
1
-0/+1
*
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
Ammar Askar
2018-09-24
1
-0/+1
*
bpo-34791: xml package obeys ignore env flags (GH-9544)
Christian Heimes
2018-09-24
1
-0/+3
*
bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415)
João Júnior
2018-09-24
1
-0/+2
*
Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535)
Tim Hoffmann
2018-09-24
2
-0/+2
*
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
Lisa Roach
2018-09-24
1
-0/+1
[next]