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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225)
Miss Islington (bot)
2018-09-12
1
-3/+3
*
bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)
Miss Islington (bot)
2018-09-12
1
-0/+6
*
closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4...
Miss Islington (bot)
2018-09-12
1
-0/+6
*
[3.7] closes bpo-25041: Document AF_PACKET socket address format. (GH-9207)
Benjamin Peterson
2018-09-12
1
-3/+3
*
Delete old expat comment. (GH-9197)
Miss Islington (bot)
2018-09-12
1
-8/+0
*
closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque ...
Miss Islington (bot)
2018-09-11
1
-4/+13
*
bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)
Miss Islington (bot)
2018-09-11
4
-27/+69
*
bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9148)
Miss Islington (bot)
2018-09-11
1
-10/+14
*
[3.7] Fix misleading mentions of tp_size in comments. (GH-9136)
Benjamin Peterson
2018-09-10
12
-16/+16
*
[3.7] bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (...
William Grzybowski
2018-09-09
2
-2/+2
*
closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. ...
Miss Islington (bot)
2018-09-05
1
-2/+5
*
bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (G...
Miss Islington (bot)
2018-09-04
2
-9/+9
*
closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH...
Miss Islington (bot)
2018-09-01
1
-24/+25
*
bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979) (GH-8981)
Victor Stinner
2018-08-28
1
-9/+13
*
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) (GH-8974)
Victor Stinner
2018-08-28
1
-6/+16
*
[3.7] bpo-34492: Modules/main.c: Fix copy_wstrlist() (GH-8910) (GH-8922)
Alexey Izbyshev
2018-08-25
1
-1/+4
*
bpo-13312: Avoid int underflow in time year. (GH-8912)
Miss Islington (bot)
2018-08-25
1
-0/+6
*
closes bpo-34471: _datetime: Add missing NULL check to tzinfo_from_isoformat_...
Miss Islington (bot)
2018-08-24
1
-1/+4
*
bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate cod...
Miss Islington (bot)
2018-08-23
1
-9/+72
*
bpo-34207: Fix pymain_read_conf() for UTF-8 Mode (GH-8868) (GH-8870)
Victor Stinner
2018-08-23
1
-1/+6
*
bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851)
Miss Islington (bot)
2018-08-22
1
-0/+2
*
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclass...
Miss Islington (bot)
2018-08-20
1
-0/+3
*
bpo-34217: Use lowercase for windows headers (GH-8472)
Miss Islington (bot)
2018-08-16
2
-2/+2
*
bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH...
Miss Islington (bot)
2018-08-16
2
-42/+22
*
[3.7] bpo-34247: Fix Python 3.7 initialization (#8659)
Victor Stinner
2018-08-05
1
-105/+196
*
Fix docstring of Profiler class (GH-8651)
Miss Islington (bot)
2018-08-03
1
-2/+2
*
bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)
Miss Islington (bot)
2018-07-31
1
-17/+20
*
[3.7] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-...
Serhiy Storchaka
2018-07-31
8
-243/+188
*
bpo-34217: Use lowercase header for Windows (GH-8453)
Miss Islington (bot)
2018-07-30
1
-1/+1
*
bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475)
Steve Dower
2018-07-29
1
-0/+2
*
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. ...
Miss Islington (bot)
2018-07-29
1
-1/+5
*
bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385...
Miss Islington (bot)
2018-07-25
1
-1/+16
*
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (GH-8352)
Miss Islington (bot)
2018-07-21
1
-3/+7
*
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exce...
Miss Islington (bot)
2018-07-17
1
-5/+7
*
prefix internal sqlite symbols with _pysqlite_ (GH-8215)
Miss Islington (bot)
2018-07-10
4
-19/+19
*
delete some unused pysqlite forward declarations (GH-8211)
Miss Islington (bot)
2018-07-10
1
-4/+0
*
Make PySimpleQueueType static. (GH-8175)
Miss Islington (bot)
2018-07-07
1
-2/+2
*
Make various internal _testbuffer symbols static. (GH-8160)
Miss Islington (bot)
2018-07-07
1
-4/+4
*
Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147)
Miss Islington (bot)
2018-07-07
1
-2/+2
*
Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper_Type static. (GH-8127)
Miss Islington (bot)
2018-07-06
1
-2/+2
*
Make GenericAlias_Type and Generic_Type static. (GH-8076)
Miss Islington (bot)
2018-07-04
1
-2/+2
*
Don't export pending_threadfunc from _testcapi. (GH-8075)
Miss Islington (bot)
2018-07-04
1
-1/+2
*
bpo-25862: Fix several bugs in the _io module. (GH-8026)
Miss Islington (bot)
2018-06-30
2
-8/+17
*
bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8024)
Miss Islington (bot)
2018-06-30
1
-4/+6
*
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
Miss Islington (bot)
2018-06-29
1
-0/+5
*
bpo-33956: update vendored expat to 2.2.5 (GH-7925)
Miss Islington (bot)
2018-06-27
8
-1465/+1353
*
bpo-33916: Fix bz2 and lzma init when called twice (GH-7843)
Miss Islington (bot)
2018-06-23
2
-4/+12
*
bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712)
Miss Islington (bot)
2018-06-15
1
-0/+1
*
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)
Miss Islington (bot)
2018-06-15
1
-3/+7
*
bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) (GH...
Miss Islington (bot)
2018-06-12
1
-2/+2
[prev]
[next]