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-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)
Miss Islington (bot)
2018-06-15
1
-3/+7
*
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7601)
Miss Islington (bot)
2018-06-10
1
-0/+11
*
bpo-33781: audioop: enhance rounding double as int (GH-7447) (GH-7451)
Miss Islington (bot)
2018-06-06
1
-11/+17
*
bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)
Miss Islington (bot)
2018-06-05
1
-20/+2
*
bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH...
Miss Islington (bot)
2018-06-01
1
-12/+2
*
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) (...
Miss Islington (bot)
2018-05-31
1
-3/+4
*
bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111) ...
Miss Islington (bot)
2018-05-26
2
-4/+2
*
[3.6] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (GH-7095)
Serhiy Storchaka
2018-05-24
1
-8/+11
*
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
Miss Islington (bot)
2018-05-22
1
-0/+1
*
[3.6] bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (#7006)
Serhiy Storchaka
2018-05-20
1
-6/+6
*
bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c...
Miss Islington (bot)
2018-05-18
1
-10/+0
*
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
Miss Islington (bot)
2018-05-15
1
-8/+8
*
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data ...
Miss Islington (bot)
2018-05-09
1
-1/+1
*
[3.6] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630...
Serhiy Storchaka
2018-04-29
2
-5/+5
*
[3.6] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (GH...
Antoine Pitrou
2018-04-23
1
-6/+8
*
bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519)
Miss Islington (bot)
2018-04-19
1
-3/+3
*
bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439)
Miss Islington (bot)
2018-04-10
1
-1/+1
*
bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(...
Miss Islington (bot)
2018-04-03
1
-2/+3
*
[3.6] Fix error message in sqlite connection thread check. (GH-6028). (GH-6324)
Serhiy Storchaka
2018-03-31
1
-2/+2
*
bpo-32844: Fix a subprocess misredirection of a low fd (GH5689)
Miss Islington (bot)
2018-03-26
1
-1/+1
*
[3.6] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6214)
Christian Heimes
2018-03-24
1
-8/+16
*
Fix typos in mmap() error messages (GH-6173)
Miss Islington (bot)
2018-03-21
1
-2/+2
*
[3.6] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6160)
Miss Islington (bot)
2018-03-20
1
-2/+9
*
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Miss Islington (bot)
2018-03-17
1
-3/+49
*
bpo-30622: Fix backport of NPN fix (#6102)
Christian Heimes
2018-03-14
1
-1/+1
*
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname ...
Steve Dower
2018-03-08
1
-22/+32
*
[3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-155...
Miss Islington (bot)
2018-03-08
2
-2/+39
*
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
Miss Islington (bot)
2018-03-07
1
-3/+18
*
[3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990)
Steve Dower
2018-03-05
1
-28/+38
*
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5946)
Miss Islington (bot)
2018-03-01
1
-7/+7
*
[3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding...
Serhiy Storchaka
2018-02-27
4
-18/+45
*
Fix _socket module compilation on Cygwin. (GH-4137) (GH-4145)
Miss Islington (bot)
2018-02-26
1
-1/+1
*
[3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585)
animalize
2018-02-26
1
-0/+67
*
[3.6] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5881)
Christian Heimes
2018-02-25
2
-24/+29
*
[3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861)
Christian Heimes
2018-02-25
2
-11/+24
*
bpo-32185: Don't send IP in SNI TLS extension (#5865)
Christian Heimes
2018-02-25
1
-2/+40
*
bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)
Miss Islington (bot)
2018-02-25
1
-2/+4
*
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
Miss Islington (bot)
2018-02-24
1
-0/+3
*
closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)
Miss Islington (bot)
2018-02-21
1
-1/+1
*
Update comment in posixmodule.c (GH-5681)
Miss Islington (bot)
2018-02-14
1
-1/+1
*
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
INADA Naoki
2018-02-13
4
-9/+21
*
bpo-29248: Fix os.readlink() on Windows (GH-5577)
Miss Islington (bot)
2018-02-12
1
-3/+3
*
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5...
Miss Islington (bot)
2018-02-06
1
-4/+4
*
[3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)
Terry Jan Reedy
2018-02-04
4
-4/+4
*
bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (GH...
Miss Islington (bot)
2018-02-01
1
-10/+20
*
[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
[next]