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-37571: Add 'b' to prevent the TypeError exception. (GH-14721)
Michele Angrisano
2019-07-14
1
-3/+8
*
bpo-36261: Improve example of the preamble field in email docs (GH-14751)
Carl Bordum Hansen
2019-07-14
1
-1/+1
*
bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316)
Zac Hatfield-Dodds
2019-07-14
5
-1/+28
*
Fix inconsequential typo in math.remainder algorithm comments. (#14746)
Mark Dickinson
2019-07-13
1
-1/+1
*
bpo-30088: Document that existing dir structure isn't verified by mailbox.Mai...
Sviatoslav Sydorenko
2019-07-13
3
-0/+5
*
bpo-37358: Use vectorcall for functools.partial (GH-14284)
Jeroen Demeyer
2019-07-13
2
-66/+99
*
bpo-37548: Document range of atan, acos and asin (GH-14717)
Giovanni Cappellotto
2019-07-13
3
-6/+13
*
bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14...
Xtreak
2019-07-13
3
-2/+26
*
bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)
Minmin Gong
2019-07-13
2
-19/+2
*
bpo-37580: Fix typo in http.cookiejar documentation (GH-14731)
Milan Oberkirch
2019-07-13
1
-1/+1
*
Enable publish of Windows releases through Azure Pipelines (GH-14720)
Steve Dower
2019-07-13
6
-17/+223
*
Fix typo in re.escape documentation (GH-14722)
Robert DiPietro
2019-07-13
1
-1/+1
*
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
gescheit
2019-07-13
6
-98/+66
*
bpo-37521: No longer treat insertion into sys.modules as optional in importli...
Brett Cannon
2019-07-12
2
-9/+14
*
bpo-19696: Move threaded_import_hangers (GH-14655)
Kyle Stanley
2019-07-12
2
-3/+3
*
closes bpo-37566: Remove _realsocket from socket.py. (GH-14711)
Hai Shi
2019-07-12
1
-2/+0
*
Remove redundant check from arraymodule b_getitem (GH-14676)
Disconnect3d
2019-07-11
1
-3/+1
*
bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)
Jakub KulĂk
2019-07-11
2
-1/+2
*
closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692)
Mariatta
2019-07-11
1
-1/+1
*
bpo-29548: no longer use PyEval_Call* functions (GH-14683)
Jeroen Demeyer
2019-07-11
4
-6/+14
*
bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500)
Tal Einat
2019-07-11
2
-23/+77
*
bpo-34369: make kqueue.control() docs better reflect that timeout is position...
Tal Einat
2019-07-11
1
-3/+4
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
23
-93/+104
*
Document default parameter of .seek() in the signature. (GH-14691)
Benjamin Peterson
2019-07-11
1
-2/+2
*
Fix compiler warning in new code. (#14690)
Tim Peters
2019-07-10
1
-1/+1
*
bpo-37537: Compute allocated blocks in _Py_GetAllocatedBlocks() (#14680)
Neil Schemenauer
2019-07-10
2
-7/+25
*
Rename memory.c to mpalloc.c for consistency with the header file. (#14687)
Stefan Krah
2019-07-10
5
-4/+4
*
Really remove vcstdint.h. (#14686)
Stefan Krah
2019-07-10
3
-234/+1
*
bpo-26806: IDLE should run without docstrings (#14657)
Terry Jan Reedy
2019-07-09
2
-8/+19
*
bpo-27679: Remove set_bitfields() from _ctypes_test (GH-14648)
Hai Shi
2019-07-09
1
-24/+0
*
bpo-37322: ssl test_pha_required_nocert() ignores expected SSLError (GH-14670)
Victor Stinner
2019-07-09
1
-15/+18
*
bpo-18374: fix tests to check the correct thing about line numbers (GH-14659)
Carl Friedrich Bolz-Tereick
2019-07-09
1
-4/+4
*
Revert "bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (G...
Victor Stinner
2019-07-09
1
-1/+0
*
bpo-37120: Fix _ssl get_num_tickets() (GH-14668)
Victor Stinner
2019-07-09
1
-1/+1
*
bpo-37526: Add support.catch_threading_exception() (GH-14664)
Victor Stinner
2019-07-09
3
-0/+92
*
bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662)
Victor Stinner
2019-07-09
1
-0/+1
*
bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607)
Carl Friedrich Bolz-Tereick
2019-07-08
4
-1/+34
*
Doc: Fix example title. (GH-14639)
Julien Palard
2019-07-08
1
-1/+1
*
Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644)
Julien Palard
2019-07-08
1
-1/+1
*
bpo-37421: test_concurrent_futures stops ForkServer (GH-14643)
Victor Stinner
2019-07-08
2
-0/+5
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
37
-132/+154
*
bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638)
Jason R. Coombs
2019-07-07
3
-1/+13
*
bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615)
Hai Shi
2019-07-07
1
-1/+1
*
bpo-37478: Add missing 'and'. (GH-14631)
Terry Jan Reedy
2019-07-07
1
-1/+1
*
bpo-37478: Specify possible exceptions for os.chdir() (GH-14611)
Kyle Stanley
2019-07-07
2
-0/+4
*
bpo-37456: Slash ('/') is now part of syntax. (GH-14627)
Terry Jan Reedy
2019-07-06
2
-4/+1
*
bpo-37487: Fix PyList_GetItem index description. (GH-14623)
Terry Jan Reedy
2019-07-06
2
-3/+4
*
bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)
Tal Einat
2019-07-06
6
-135/+181
*
bpo-37149: Replace dead link for online Tkinter reference (GH-14616)
Terry Jan Reedy
2019-07-06
2
-2/+4
*
closes bpo-37508: Fix name of type in memory.rst. (GH-14604)
Hai Shi
2019-07-06
1
-1/+1
[prev]
[next]