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
...
*
bpo-35029: Replace the SyntaxWarning exception with a SyntaxError. (GH-9999)
Serhiy Storchaka
2018-10-21
1
-0/+9
*
bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH...
Sergey Fedoseev
2018-10-20
1
-0/+17
*
bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872)
Pablo Galindo
2018-10-20
2
-3/+25
*
bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate()...
Alexey Izbyshev
2018-10-20
1
-0/+10
*
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
Alexey Izbyshev
2018-10-20
8
-25/+74
*
bpo-34536: Cleanup test_enum imports (GH-9979)
Victor Stinner
2018-10-19
1
-5/+0
*
bpo-33594: Add deprecation info in inspect.py module (GH-7036)
Matthias Bussonnier
2018-10-19
1
-7/+15
*
bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349)
Serhiy Storchaka
2018-10-19
1
-2/+2
*
unittest.mock doc: Fix references to recursive seal of Mocks (GH-9028)
Mario Corchero
2018-10-19
1
-5/+4
*
bpo-25750: Add test on bad descriptor __get__() (GH-9084)
jdemeyer
2018-10-19
1
-0/+21
*
bpo-33073: Rework int.as_integer_ratio() implementation (GH-9303)
Serhiy Storchaka
2018-10-19
1
-28/+6
*
bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-10-19
2
-6/+117
*
bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652)
Serhiy Storchaka
2018-10-19
2
-7/+7
*
bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)
matthewbelisle-wf
2018-10-19
4
-12/+100
*
bpo-35013: Add more type checks for children of Element. (GH-9944)
Serhiy Storchaka
2018-10-19
2
-25/+27
*
bpo-31522: mailbox.get_string: pass `from_` parameter to `get_bytes` (#9857)
Cheryl Sabella
2018-10-19
2
-1/+29
*
bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760)
Juliette Monsel
2018-10-18
2
-5/+12
*
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
Serhiy Storchaka
2018-10-18
1
-0/+16
*
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
Stéphane Wirtel
2018-10-17
1
-2/+11
*
bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925)
Stéphane Wirtel
2018-10-17
2
-2/+10
*
bpo-34997: Fix test_logging.ConfigDictTest.test_out_of_order (GH-9913)
Pablo Galindo
2018-10-16
1
-1/+2
*
bpo-34783: Fix test_nonexisting_script() (GH-9896)
Victor Stinner
2018-10-15
1
-8/+1
*
bpo-34844: logging.Formatter enhancement - Ensure style and format string mat...
BNMetrics
2018-10-15
3
-22/+388
*
bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9...
Serhiy Storchaka
2018-10-14
1
-2/+16
*
bpo-34939: Allow annotated global names in module namespace (GH-9844)
Pablo Galindo
2018-10-14
1
-0/+14
*
bpo-34941: Fix searching Element subclasses. (GH-9766)
Serhiy Storchaka
2018-10-14
1
-0/+15
*
bpo-33656: Move pyshell ctypes import inside try block. (GH-9858)
Terry Jan Reedy
2018-10-14
1
-3/+3
*
bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837)
Andrew Svetlov
2018-10-13
1
-2/+6
*
Add new tests for bytes and bytearray constructors. (GH-9843)
Serhiy Storchaka
2018-10-13
1
-3/+43
*
bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569)
Zackery Spytz
2018-10-13
2
-9/+10
*
bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if th...
Zackery Spytz
2018-10-13
2
-2/+14
*
bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831)
Ned Deily
2018-10-13
1
-0/+4
*
bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768)
Juliette Monsel
2018-10-12
2
-0/+32
*
bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822)
Serhiy Storchaka
2018-10-12
8
-9/+565
*
bpo-34900: Make TestCase.debug() work with subtests (GH-9707)
Bruno Oliveira
2018-10-12
2
-1/+15
*
bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. ...
Zackery Spytz
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/+13
*
bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...
Elvis Pranskevichus
2018-10-10
5
-22/+142
*
bpo-34926: Make mimetypes.guess_type accept os.PathLike objects (GH-9777)
Mayank Asthana
2018-10-10
2
-1/+26
*
bpo-33613: Fix test_semaphore_tracker signal tests when using -Werror (GH-9778)
Pablo Galindo
2018-10-10
1
-2/+4
*
bpo-23596: Use argparse for the command line of gzip (GH-9781)
Stéphane Wirtel
2018-10-09
1
-13/+12
*
bpo-23596: Add unit tests for the command line for the gzip module (GH-9775)
Stéphane Wirtel
2018-10-09
1
-6/+93
*
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
twisteroid ambassador
2018-10-09
2
-4/+69
*
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...
Victor Stinner
2018-10-09
1
-1/+32
*
bpo-32680 add default "sock" on SMTP objects (#5345)
Romuald Brunet
2018-10-09
2
-1/+10
*
Extract sendfile tests into a separate test file (#9757)
Andrew Svetlov
2018-10-09
2
-450/+551
*
bpo-34758: add .wasm to recognized file extensions in mimetypes module (GH-9464)
travisoneill
2018-10-09
1
-0/+1
*
Extract tests for sock_*() functions into a separate file (GH-9761)
Andrew Svetlov
2018-10-08
2
-130/+238
*
bpo-31715 Add mimetype for extension .mjs (#3908)
Bradley Meck
2018-10-08
1
-0/+1
*
bpo-34921: Allow escaped NoReturn in get_type_hints (GH-9750)
Noah Wood
2018-10-08
1
-1/+1
[prev]
[next]