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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)
Stefan Otte
2018-08-03
1
-2/+4
*
bpo-34325: Skip zipfile test for large timestamps when filesystem don't suppo...
Marcel Plch
2018-08-03
1
-1/+5
*
Fix docstring of Profiler class (GH-8651)
INADA Naoki
2018-08-03
1
-2/+2
*
bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)
Terry Jan Reedy
2018-08-03
1
-0/+1
*
bpo-30317: Fix multiprocessing test_timeout() (GH-8621)
Victor Stinner
2018-08-03
1
-3/+4
*
bpo-27910: Update documentation of traceback module (GH-6116)
torsava
2018-08-02
1
-13/+16
*
bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270)
Marcel Plch
2018-08-02
2
-3/+25
*
bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616)
Tal Einat
2018-08-02
1
-2/+4
*
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
Tal Einat
2018-08-02
5
-0/+9
*
bpo-34170: _PyCoreConfig_Read() defaults to argc=0 (GH-8595)
Victor Stinner
2018-08-01
1
-0/+2
*
bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594)
Victor Stinner
2018-08-01
1
-5/+5
*
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
Victor Stinner
2018-08-01
1
-0/+4
*
bpo-34113: Fix a crash when using LLTRACE is on (GH-8517)
costypetrisor
2018-07-31
1
-0/+31
*
bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532)
MartinAltmayer
2018-07-31
1
-1/+4
*
bpo-33089: Add math.dist() for computing the Euclidean distance between two p...
Raymond Hettinger
2018-07-31
1
-0/+103
*
bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)
Serhiy Storchaka
2018-07-31
2
-15/+88
*
bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)
Serhiy Storchaka
2018-07-31
2
-15/+20
*
Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a genera...
Serhiy Storchaka
2018-07-31
6
-36/+10
*
bpo-1617161: Make the hash and equality of methods not depending on the value...
Serhiy Storchaka
2018-07-31
2
-36/+85
*
bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)
twisteroid ambassador
2018-07-30
2
-0/+17
*
bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (G...
Elvis Pranskevichus
2018-07-30
2
-1/+19
*
bpo-34182: Fix test_pydoc running as a script. (GH-8389)
Bo Bayles
2018-07-29
1
-1/+2
*
bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527)
Mickaël Schoentgen
2018-07-29
2
-4/+7
*
bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)
Franz Wöllert
2018-07-29
2
-22/+24
*
bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510)
Berker Peksag
2018-07-28
1
-0/+2
*
bpo-42349: Switch to test.support.unlink per review by Serhiy Storchaka (GH-8...
Tim Golden
2018-07-28
1
-4/+1
*
bpo-33089: Multidimensional math.hypot() (GH-8474)
Raymond Hettinger
2018-07-28
1
-10/+66
*
bpo-33476: Fix _header_value_parser when address group is missing final ';' (...
Dong-hee Na
2018-07-28
2
-1/+26
*
bpo-34239: Convert test_bz2 to use tempfile (#8485)
Tim Golden
2018-07-26
1
-2/+6
*
bpo-34170, test_embed: write Py_Initialize() tests (GH-8484)
Victor Stinner
2018-07-26
1
-1/+158
*
bpo-34201: Tweak test_buffer. (GH-8481)
Serhiy Storchaka
2018-07-26
1
-3/+2
*
bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (G...
Steve Dower
2018-07-26
1
-2/+2
*
bpo-34201: Make ndarray.readonly a bool and use stricter tests in test_buffer...
Serhiy Storchaka
2018-07-26
1
-40/+40
*
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic....
Serhiy Storchaka
2018-07-26
2
-4/+4
*
bpo-34197: Make _csv.Dialect attributes booleans. (GH-8440)
Serhiy Storchaka
2018-07-26
1
-21/+19
*
bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468)
Victor Stinner
2018-07-26
1
-3/+1
*
bpo-32663 Make SMTPUTF8SimTests run (#5314)
chason
2018-07-25
1
-25/+14
*
bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467)
Victor Stinner
2018-07-25
1
-2/+10
*
bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385)
Ammar Askar
2018-07-25
2
-1/+15
*
bpo-13041: Use shutil.get_terminal_size() in argparse.HelpFormatter (GH-8459)
Berker Peksag
2018-07-25
2
-6/+5
*
bpo-34195: Fix case-sensitive comparison in test_nt_helpers (GH-8448)
Tim Golden
2018-07-25
1
-5/+11
*
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Victor Stinner
2018-07-24
1
-1/+3
*
bpo-34136: Make test_do_not_recreate_annotations more lenient. (GH-8437)
Serhiy Storchaka
2018-07-24
1
-5/+4
*
bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351)
Serhiy Storchaka
2018-07-24
2
-17/+19
*
bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)
Serhiy Storchaka
2018-07-24
2
-54/+17
*
bpo-34149: Behavior of the min/max with key=None (GH-8328)
Alexander Marshalov
2018-07-24
2
-8/+6
*
bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (...
Serhiy Storchaka
2018-07-23
1
-6/+17
*
bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381)
Serhiy Storchaka
2018-07-23
1
-1/+1
*
bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382)
Serhiy Storchaka
2018-07-23
1
-5/+5
*
bpo-33336, imaplib: Legalize MOVE command (GH-6569)
Matěj Cepl
2018-07-23
1
-0/+1
[next]