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-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960)
Max Bélanger
2018-10-25
1
-0/+2
*
bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (G...
Stéphane Wirtel
2018-10-25
1
-0/+2
*
bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)
Tim Graham
2018-10-25
1
-0/+2
*
bpo-32321: Add pure Python fallback for functools.reduce (GH-8548)
madman-bob
2018-10-25
1
-0/+2
*
bpo-35053: Enhance tracemalloc to trace free lists (GH-10063)
Victor Stinner
2018-10-25
1
-0/+3
*
bpo-28015: Support LTO build with clang (GH-9908)
serge-sans-paille
2018-10-24
1
-0/+1
*
bpo-30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). (...
Serhiy Storchaka
2018-10-23
1
-0/+2
*
bpo-34794: Fix a leak in Tkinter. (GH-10025)
Serhiy Storchaka
2018-10-23
1
-0/+2
*
bpo-29843: raise AttributeError if given negative _length_ (GH-10029)
Tal Einat
2018-10-22
1
-0/+4
*
bpo-34081: Fix wrong example link that was linking to distutils (GH-8248)
Xtreak
2018-10-21
1
-0/+1
*
bpo-34973: Fix crash in bytes constructor. (GH-9841)
Serhiy Storchaka
2018-10-21
1
-0/+2
*
bpo-8525: help() on a type now shows builtin subclasses (GH-5066)
Sanyam Khurana
2018-10-21
1
-0/+4
*
bpo-35029: Replace the SyntaxWarning exception with a SyntaxError. (GH-9999)
Serhiy Storchaka
2018-10-21
1
-0/+2
*
closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodu...
Max Bélanger
2018-10-21
1
-0/+2
*
bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH...
Sergey Fedoseev
2018-10-20
1
-0/+2
*
bpo-34909: NEWS entry (GH-9995)
Ned Deily
2018-10-20
1
-0/+2
*
bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872)
Pablo Galindo
2018-10-20
1
-0/+2
*
bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate()...
Alexey Izbyshev
2018-10-20
1
-0/+2
*
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
Alexey Izbyshev
2018-10-20
1
-0/+2
*
bpo-33594: Add deprecation info in inspect.py module (GH-7036)
Matthias Bussonnier
2018-10-19
1
-0/+3
*
bpo-34070: open() only checks for isatty if buffering < 0 (GH-8187)
David Herberth
2018-10-19
1
-0/+2
*
bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-10-19
1
-0/+1
*
bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652)
Serhiy Storchaka
2018-10-19
1
-0/+2
*
bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)
matthewbelisle-wf
2018-10-19
1
-0/+2
*
bpo-31522: mailbox.get_string: pass `from_` parameter to `get_bytes` (#9857)
Cheryl Sabella
2018-10-19
1
-0/+1
*
bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760)
Juliette Monsel
2018-10-18
1
-0/+2
*
bpo-34765: Update the install-sh file (GH-9592)
stratakis
2018-10-18
1
-0/+2
*
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
Serhiy Storchaka
2018-10-18
1
-0/+3
*
bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939)
Gregory P. Smith
2018-10-18
1
-0/+4
*
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
Stéphane Wirtel
2018-10-17
1
-0/+1
*
bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925)
Stéphane Wirtel
2018-10-17
1
-0/+2
*
bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)
Victor Stinner
2018-10-15
1
-0/+2
*
bpo-34844: logging.Formatter enhancement - Ensure style and format string mat...
BNMetrics
2018-10-15
1
-0/+6
*
bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9...
Serhiy Storchaka
2018-10-14
1
-0/+3
*
bpo-34939: Allow annotated global names in module namespace (GH-9844)
Pablo Galindo
2018-10-14
1
-0/+2
*
bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)
Pablo Galindo
2018-10-14
1
-0/+3
*
bpo-34941: Fix searching Element subclasses. (GH-9766)
Serhiy Storchaka
2018-10-14
1
-0/+3
*
bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837)
Andrew Svetlov
2018-10-13
1
-0/+1
*
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
[next]