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-35198 Fix C++ extension compilation on AIX (GH-10437)
Kevin Adler
2019-03-04
1
-1/+9
*
fix typo in configparser doc (GH-12154)
Woko
2019-03-04
1
-1/+1
*
bpo-35899: Fix Enum handling of empty and weird strings (GH-11891)
Brennan D Baraban
2019-03-03
2
-8/+26
*
fixed duplicated method name of test_getuserbase() (GH-12140)
native-api
2019-03-03
1
-1/+3
*
bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996)
Henry Chen
2019-03-03
1
-1/+1
*
Use names SEEK_SET, etc instead of magic number (GH-12057)
ngie-eign
2019-03-03
1
-3/+3
*
bpo-36103: change default buffer size of shutil.copyfileobj() (GH-12115)
Inada Naoki
2019-03-02
1
-1/+1
*
bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031)
Ned Deily
2019-03-01
1
-1/+1
*
bpo-36043: FileCookieJar supports os.PathLike (GH-11945)
Stéphane Wirtel
2019-03-01
2
-4/+27
*
bpo-35178: Fix warnings._formatwarnmsg() (GH-12033)
Xtreak
2019-03-01
2
-1/+20
*
bpo-36142: Remove _PyMain structure (GH-12120)
Victor Stinner
2019-03-01
1
-0/+5
*
bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109)
Cheryl Sabella
2019-03-01
2
-18/+3
*
bpo-36155: Check for identity on test_gc.test_get_objects (GH-12116)
Pablo Galindo
2019-03-01
1
-12/+36
*
bpo-29571: Fix test_re.test_locale_flag() (GH-12099)
Victor Stinner
2019-02-28
1
-2/+1
*
bpo-36018: Add special value tests and make minor tweaks to the docs (GH-12096)
Raymond Hettinger
2019-02-28
2
-1/+9
*
bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002)
Cheryl Sabella
2019-02-27
2
-21/+57
*
bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-...
Joannah Nanjekye
2019-02-26
1
-2/+3
*
bpo-35652: shutil.copytree(copy_function=...) erroneously pass DirEntry inste...
Giampaolo Rodola
2019-02-26
2
-1/+19
*
bpo-36109: Fix random test_descr failure. (GH-12044)
Serhiy Storchaka
2019-02-26
1
-1/+5
*
bpo-36102: Prepend slash to all POSIX shared memory block names (#12036)
Davin Potts
2019-02-25
1
-4/+10
*
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile
2019-02-25
16
-65/+19
*
Autospec functions should propagate mock calls to parent GH-11273
Xtreak
2019-02-25
2
-0/+21
*
Merge tag 'v3.8.0a2'
Łukasz Langa
2019-02-25
1
-4/+8
|
\
|
*
v3.8.0a2
v3.8.0a2
Łukasz Langa
2019-02-25
1
-4/+8
*
|
bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...
Serhiy Storchaka
2019-02-25
7
-25/+143
|
/
*
bpo-33671: allow setting shutil.copyfile() bufsize globally (GH-12016)
Giampaolo Rodola
2019-02-24
1
-1/+3
*
bpo-36018: Add properties for mean and stdev (GH-12022)
Raymond Hettinger
2019-02-24
2
-0/+16
*
bpo-35512: Resolve string target to patch.dict decorator during function call...
Xtreak
2019-02-24
3
-2/+22
*
bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-1...
Ned Deily
2019-02-24
1
-1/+6
*
bpo-36018: Make __pos__ return a distinct instance of NormDist (GH-12009)
Raymond Hettinger
2019-02-24
2
-1/+13
*
bpo-35813: Tests and docs for shared_memory (#11816)
Davin Potts
2019-02-24
3
-352/+677
*
bpo-24310: Document IDLE settings dialog font tab sample (GH-12007)
Terry Jan Reedy
2019-02-24
2
-1/+9
*
bpo-36018: Add the NormalDist class to the statistics module (GH-11973)
Raymond Hettinger
2019-02-23
2
-1/+332
*
bpo-36016: Add generation option to gc.getobjects() (GH-11909)
Pablo Galindo
2019-02-23
1
-0/+32
*
bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)
Stéphane Wirtel
2019-02-22
4
-10/+16
*
bpo-35904: Add statistics.fmean() (GH-11892)
Raymond Hettinger
2019-02-21
2
-1/+73
*
bpo-36068: Make _tuplegetter objects serializable (GH-11981)
Joe Jevnik
2019-02-21
1
-1/+10
*
bpo-36057 Update docs and tests for ordering in collections.Counter [no behav...
Raymond Hettinger
2019-02-21
2
-2/+59
*
bpo-36060: Document how collections.ChainMap() determines iteration order (GH...
Raymond Hettinger
2019-02-21
1
-0/+14
*
bpo-36052: Raise a SyntaxError when assigning a value to __debug__ with := (G...
Stéphane Wirtel
2019-02-21
1
-0/+4
*
bpo-36037: Fix test_ssl for strict OpenSSL policy (GH-11940)
Victor Stinner
2019-02-19
1
-1/+29
*
bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308)
Cédric Krier
2019-02-19
2
-7/+73
*
bpo-31506: Clarify error messages for object.__new__ and object.__init__ (GH-...
Sanyam Khurana
2019-02-19
1
-7/+13
*
Fix a misnamed test for lists. (GH-11933)
Serhiy Storchaka
2019-02-19
1
-1/+7
*
Fix syntax warnings in tests introduced in bpo-35942. (GH-11934)
Serhiy Storchaka
2019-02-19
1
-12/+4
*
Fix syntax warnings in tests introduced in bpo-15248. (GH-11932)
Serhiy Storchaka
2019-02-19
3
-6/+10
*
bpo-35798: Add test.support.check_syntax_warning(). (#11895)
Serhiy Storchaka
2019-02-19
3
-52/+43
*
bpo-35689: IDLE: Add docstrings and unittests for colorizer.py (GH-11472)
Cheryl Sabella
2019-02-19
3
-16/+407
*
bpo-34572: change _pickle unpickling to use import rather than retrieving fro...
tjb900
2019-02-18
1
-1/+66
*
bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546)
animalize
2019-02-18
1
-0/+34
[next]