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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing comma to wsgiref doc (GH-9932)
Cheryl Sabella
2018-10-17
1
-1/+1
*
bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925)
Stéphane Wirtel
2018-10-17
3
-2/+12
*
Doc: Fix is_prime (GH-9909)
Julien Palard
2018-10-17
1
-0/+4
*
In email docs, correct spelling of foregoing (#9856)
Cheryl Sabella
2018-10-16
1
-1/+1
*
In email.parser in message_from_bytes, update `strict` to `policy` (#9854)
Cheryl Sabella
2018-10-16
1
-1/+1
*
bpo-34997: Fix test_logging.ConfigDictTest.test_out_of_order (GH-9913)
Pablo Galindo
2018-10-16
1
-1/+2
*
Added CLI starter example to logging cookbook. (GH-9910)
Vinay Sajip
2018-10-16
1
-0/+161
*
bpo-34783: Fix test_nonexisting_script() (GH-9896)
Victor Stinner
2018-10-15
1
-8/+1
*
bpo-23554: Change echo server example class name from EchoServerClientProtoco...
Braden Groom
2018-10-15
1
-2/+2
*
bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)
Victor Stinner
2018-10-15
2
-13/+35
*
Stop using deprecated logging API in Sphinx suspicious checker (GH-9875)
Pablo Galindo
2018-10-15
1
-4/+6
*
fix dangling keyfunc examples in documentation of heapq and sorted (#1432)
Wolfgang Maier
2018-10-15
2
-7/+7
*
bpo-34844: logging.Formatter enhancement - Ensure style and format string mat...
BNMetrics
2018-10-15
6
-22/+403
*
bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9...
Serhiy Storchaka
2018-10-14
4
-5/+24
*
bpo-34939: Allow annotated global names in module namespace (GH-9844)
Pablo Galindo
2018-10-14
3
-0/+17
*
bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)
Pablo Galindo
2018-10-14
1
-0/+3
*
Update compound_stmts.rst (#9864)
Andrés Delfino
2018-10-14
1
-4/+4
*
bpo-34941: Fix searching Element subclasses. (GH-9766)
Serhiy Storchaka
2018-10-14
3
-12/+31
*
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
2
-2/+7
*
Add new tests for bytes and bytearray constructors. (GH-9843)
Serhiy Storchaka
2018-10-13
1
-3/+43
*
Fixes issues in Windows release upload script (GH-9845)
Steve Dower
2018-10-13
1
-3/+8
*
bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569)
Zackery Spytz
2018-10-13
3
-9/+12
*
bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if th...
Zackery Spytz
2018-10-13
4
-2/+26
*
bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (G...
Stéphane Wirtel
2018-10-13
2
-5/+5
*
bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831)
Ned Deily
2018-10-13
1
-0/+4
*
Pin again sphinx version as stated in the comment. (GH-9824)
Julien Palard
2018-10-12
1
-1/+1
*
bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768)
Juliette Monsel
2018-10-12
4
-0/+38
*
bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822)
Serhiy Storchaka
2018-10-12
8
-9/+565
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
27
-291/+351
*
bpo-34900: Make TestCase.debug() work with subtests (GH-9707)
Bruno Oliveira
2018-10-12
3
-1/+17
*
bpo-34203: FAQ now recommends python 3.x over 2.x (GH-9796)
Gus Goulart
2018-10-12
1
-6/+8
*
bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. ...
Zackery Spytz
2018-10-12
1
-0/+1
*
bpo-34940: Fix the error handling in _check_for_legacy_statements(). (GH-9764)
Zackery Spytz
2018-10-12
1
-8/+18
*
bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806)
Stéphane Wirtel
2018-10-12
9
-73/+218
*
Fix an incorrect check in compiler_try_except(). (GH-9810)
Zackery Spytz
2018-10-12
1
-1/+2
*
Fix a possible decref of a borrowed reference in symtable.c. (GH-9786)
Zackery Spytz
2018-10-11
1
-2/+4
*
bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9...
Serhiy Storchaka
2018-10-11
3
-0/+20
*
Micro-optimize list index range checks (GH-9784)
Raymond Hettinger
2018-10-11
1
-5/+18
*
bpo-34576 warn users on security for http.server (#9720)
Felipe Rodrigues
2018-10-11
1
-0/+8
*
bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...
Elvis Pranskevichus
2018-10-10
8
-30/+161
*
bpo-34926: Make mimetypes.guess_type accept os.PathLike objects (GH-9777)
Mayank Asthana
2018-10-10
4
-3/+35
*
bpo-33613: Fix test_semaphore_tracker signal tests when using -Werror (GH-9778)
Pablo Galindo
2018-10-10
1
-2/+4
*
Convert code of conduct to markdown for Github (GH-9776)
Ammar Askar
2018-10-10
2
-14/+12
*
bpo-34913: Document gzip command line interface (GH-9782)
Stéphane Wirtel
2018-10-10
2
-0/+36
*
bpo-23596: Use argparse for the command line of gzip (GH-9781)
Stéphane Wirtel
2018-10-09
2
-13/+13
*
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
3
-4/+71
*
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...
Victor Stinner
2018-10-09
2
-1/+33
*
bpo-32680 add default "sock" on SMTP objects (#5345)
Romuald Brunet
2018-10-09
3
-1/+11
[next]