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-32215: Fix performance regression in sqlite3 (GH-8511)
Miss Islington (bot)
2018-09-20
1
-4/+4
*
Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off...
Victor Stinner
2018-09-19
1
-124/+35
*
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
Miss Islington (bot)
2018-09-18
2
-0/+10
*
[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by defa...
Victor Stinner
2018-09-18
1
-35/+124
*
bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
Miss Islington (bot)
2018-09-17
1
-60/+68
*
bpo-34710: fix SSL module build (GH-9347)
Miss Islington (bot)
2018-09-17
1
-0/+1
*
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)
Miss Islington (bot)
2018-09-16
5
-6/+221
*
bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255)
Miss Islington (bot)
2018-09-13
1
-7/+13
*
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
[prev]
[next]