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
...
*
bpo-34909: NEWS entry (GH-9995)
Ned Deily
2018-10-20
1
-0/+2
*
bpo-32256: Make patchcheck.py work for out-of-tree builds (GH-4760)
Alexey Izbyshev
2018-10-20
1
-3/+9
*
bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872)
Pablo Galindo
2018-10-20
5
-3/+36
*
bpo-34573: Simplify __reduce__() of set and dict iterators. (GH-9050)
Sergey Fedoseev
2018-10-20
2
-59/+7
*
bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs...
Pablo Galindo
2018-10-20
1
-4/+5
*
bpo-21196: Clarify name mangling rules in tutorial (GH-5667)
Berker Peksag
2018-10-20
1
-0/+5
*
bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate()...
Alexey Izbyshev
2018-10-20
3
-3/+27
*
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
Alexey Izbyshev
2018-10-20
11
-28/+88
*
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
2
-7/+18
*
bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294)
Andrés Delfino
2018-10-19
2
-2/+17
*
bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349)
Serhiy Storchaka
2018-10-19
2
-52/+20
*
Elaborate datetime.timedelta docstring (GH-7458)
Chris Barker
2018-10-19
1
-1/+5
*
bpo-34070: open() only checks for isatty if buffering < 0 (GH-8187)
David Herberth
2018-10-19
2
-3/+5
*
queue doc: Clarify that the simple FIFO queue is SimpleQueue (GH-8372)
Julien Palard
2018-10-19
1
-2/+2
*
unittest.mock doc: Fix references to recursive seal of Mocks (GH-9028)
Mario Corchero
2018-10-19
2
-9/+9
*
bpo-25750: Add test on bad descriptor __get__() (GH-9084)
jdemeyer
2018-10-19
2
-0/+44
*
bpo-33073: Rework int.as_integer_ratio() implementation (GH-9303)
Serhiy Storchaka
2018-10-19
3
-36/+9
*
Use dict unpacking in functools.partial() docs (GH-9412)
Sergey Fedoseev
2018-10-19
1
-2/+1
*
Fix typos in comments (GH-9905)
Quan Tian
2018-10-19
3
-4/+4
*
bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-10-19
9
-17/+17
*
bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-10-19
3
-6/+118
*
bpo-34741: Get rid of tp_getattro and tp_setattro in pyexpat.xmlparser. (GH-9...
Serhiy Storchaka
2018-10-19
2
-345/+269
*
bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652)
Serhiy Storchaka
2018-10-19
6
-12/+23
*
bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)
matthewbelisle-wf
2018-10-19
5
-12/+102
*
bpo-35013: Add more type checks for children of Element. (GH-9944)
Serhiy Storchaka
2018-10-19
3
-50/+71
*
Fix several reference counting bugs in pyexpat.c. (GH-9955)
Zackery Spytz
2018-10-19
1
-4/+8
*
bpo-31522: mailbox.get_string: pass `from_` parameter to `get_bytes` (#9857)
Cheryl Sabella
2018-10-19
3
-1/+30
*
bpo-26441: Remove documentation for deleted to_splittable and from_splittable...
Braden Groom
2018-10-19
1
-33/+0
*
Update opcode.h header comment to mention the source data file (GH-9935)
Shivank98
2018-10-18
2
-3/+4
*
bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760)
Juliette Monsel
2018-10-18
3
-5/+14
*
Updated documentation on logging.debug(). (GH-9946)
Vinay Sajip
2018-10-18
1
-2/+2
*
bpo-34765: Update the install-sh file (GH-9592)
stratakis
2018-10-18
2
-219/+445
*
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
Serhiy Storchaka
2018-10-18
3
-31/+83
*
bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939)
Gregory P. Smith
2018-10-18
2
-0/+8
*
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
Stéphane Wirtel
2018-10-17
5
-26/+33
*
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
[prev]
[next]