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
*
[3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389)
Antoine Pitrou
2018-01-28
1
-4/+10
*
[3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)
Victor Stinner
2018-01-15
1
-6/+26
*
correct the typos (GH-4950) (#4951)
Miss Islington (bot)
2017-12-21
1
-2/+2
*
bpo-32329: Fix sys.flags.hash_randomization (#4875)
Victor Stinner
2017-12-15
1
-1/+0
*
bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (GH-47...
Miss Islington (bot)
2017-12-14
1
-0/+1
*
[3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#...
Andrew Svetlov
2017-12-14
1
-1/+1
*
bpo-32255: Always quote a single empty field when write into a CSV file. (GH-...
Miss Islington (bot)
2017-12-12
1
-1/+1
*
bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794) (#4795)
Miss Islington (bot)
2017-12-11
1
-1/+1
*
bpo-32186: Release the GIL during lseek and fstat (GH-4652) (#4661)
Miss Islington (bot)
2017-12-01
1
-1/+5
*
bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (GH-408...
Miss Islington (bot)
2017-11-30
1
-38/+98
*
bpo-31440: Changed default module search path for windows (#4613)
Miss Islington (bot)
2017-11-28
1
-2/+2
*
bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) (#4416)
Victor Stinner
2017-11-16
1
-3/+19
*
bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_arr...
Miss Islington (bot)
2017-11-14
1
-1/+3
*
bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() ...
Miss Islington (bot)
2017-11-13
1
-1/+5
*
[3.6] bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (GH-4...
Serhiy Storchaka
2017-11-09
2
-58/+61
*
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor objec...
Miss Islington (bot)
2017-11-07
1
-0/+5
*
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__(...
Miss Islington (bot)
2017-11-07
1
-8/+7
*
bpo-31933: fix blake2 multi-byte params on big endian platforms (GH-4250) (#4...
Miss Islington (bot)
2017-11-03
2
-4/+8
*
bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#4261)
Miss Islington (bot)
2017-11-03
1
-1/+4
*
[3.6] bpo-31926: fix missing *_METHODDEF statements by argument clinic (GH-42...
Tal Einat
2017-11-03
2
-5/+5
*
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (G...
Miss Islington (bot)
2017-11-01
1
-12/+26
*
bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlie...
Miss Islington (bot)
2017-11-01
1
-2/+10
*
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4215)
Miss Islington (bot)
2017-11-01
1
-2/+4
*
Remove nested comments in blake2 (GH-4173) (#4214)
Miss Islington (bot)
2017-11-01
1
-2/+4
*
bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (...
Miss Islington (bot)
2017-11-01
1
-8/+16
*
bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (GH-4196) ...
Miss Islington (bot)
2017-10-31
1
-4/+4
*
bpo-31893: Fixed select.kqueue(). (GH-4166) (#4190)
Miss Islington (bot)
2017-10-31
1
-47/+71
*
bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189)
Miss Islington (bot)
2017-10-31
1
-33/+40
*
[3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4...
xdegaye
2017-10-26
1
-0/+63
*
bpo-31752: Fix possible crash in timedelta constructor called with custom int...
Miss Islington (bot)
2017-10-23
1
-2/+7
*
[3.6] bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406) (#4083)
Miss Islington (bot)
2017-10-23
1
-0/+128
*
[3.6] bpo-31572: Get rid of using _PyObject_HasAttrId() in pickle. (GH-3729)....
Serhiy Storchaka
2017-10-23
1
-30/+33
*
[3.6] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4033)
Miss Islington (bot)
2017-10-18
1
-9/+16
*
[3.6] bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing i...
Miss Islington (bot)
2017-10-18
3
-6/+6
*
[3.6] bpo-31786: Make functions in the select module blocking when timeout is...
Pablo Galindo
2017-10-18
2
-9/+10
*
[3.6] completly -> completely (GH-3999) (closes bpo-31788) (#4008)
Miss Islington (bot)
2017-10-15
1
-1/+1
*
[3.6] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095) ...
Miss Islington (bot)
2017-10-12
1
-16/+13
*
bpo-28647: Update -u documentation (GH-3954)
Berker Peksag
2017-10-11
1
-2/+2
*
[3.6] bpo-28157: Improvements for the time module documentation (GH-928)
Miss Islington (bot)
2017-10-11
1
-22/+1
*
[3.6] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Ele...
Miss Islington (bot)
2017-10-10
1
-34/+28
*
[3.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...
Miss Islington (bot)
2017-10-03
1
-2/+10
*
[3.6] bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (...
Serhiy Storchaka
2017-10-03
2
-13/+13
*
bpo-28129: fix ctypes crashes (#386) (#3799)
Victor Stinner
2017-09-28
2
-9/+34
*
[3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has...
Serhiy Storchaka
2017-09-28
1
-2/+5
*
[3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder...
Miss Islington (bot)
2017-09-27
1
-3/+13
*
[3.6] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at...
Miss Islington (bot)
2017-09-27
1
-1/+9
*
[3.6] bpo-31586: Use _count_element fast path for real dicts. (#3776)
Miss Islington (bot)
2017-09-27
1
-1/+3
*
[3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupb...
Miss Islington (bot)
2017-09-26
1
-36/+31
*
[3.6] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(...
Miss Islington (bot)
2017-09-25
1
-0/+10
*
[3.6] bpo-27385: Clarify docstring for groupby() (GH-3738) (#3744)
Miss Islington (bot)
2017-09-25
1
-2/+3
[next]