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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523)
Rémi Lapeyre
2019-01-24
4
-1/+13
*
bpo-35520: Fix build with dtrace support on certain systems. (#11194)
Jakub Kulík
2019-01-24
3
-6/+10
*
bpo-35767: Fix unittest.loader to allow partials as test_functions (#11600)
Jason Fried
2019-01-23
2
-1/+19
*
bpo-35537: subprocess can use posix_spawn with pipes (GH-11575)
Victor Stinner
2019-01-23
2
-30/+66
*
bpo-35713: Reorganize sys module initialization (GH-11658)
Victor Stinner
2019-01-23
4
-75/+96
*
bpo-35781: Changed references to deprecated 'warn' method in logging document...
yuji38kwmt
2019-01-23
2
-4/+4
*
bpo-35722: Updated the documentation for the 'disable_existing_loggers' param...
Géry Ogam
2019-01-23
2
-10/+10
*
bpo-35726: Prevented QueueHandler formatting from affecting other handlers (G...
Manjusaka
2019-01-23
2
-0/+4
*
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
Victor Stinner
2019-01-22
9
-333/+325
*
bpo-35683: Improve Azure Pipelines steps (GH-11493)
Steve Dower
2019-01-22
13
-166/+148
*
bpo-35713: Rework Python initialization (GH-11647)
Victor Stinner
2019-01-22
9
-272/+290
*
bpo-35720: Fixing a memory leak in pymain_parse_cmdline_impl() (GH-11528)
Lucas Cimon
2019-01-22
2
-0/+2
*
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi
2019-01-22
19
-395/+1406
*
bpo-35758: Fix building on ARM + MSVC (gh-11531)
Minmin Gong
2019-01-21
3
-2/+5
*
bpo-35782: Fix error message in randrange (GH-11620)
Kumar Akshay
2019-01-21
1
-1/+1
*
bpo-35794: Catch PermissionError in test_no_such_executable (GH-11635)
Pablo Galindo
2019-01-21
1
-1/+3
*
bpo-35772: Fix test_tarfile on ppc64 (GH-11606)
Victor Stinner
2019-01-21
3
-2/+15
*
bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057)
Pablo Galindo
2019-01-21
3
-4/+32
*
Add information about DeprecationWarning for invalid escaped characters in th...
Pablo Galindo
2019-01-20
1
-1/+4
*
bpo-35699: fix distuils cannot detect Build Tools 2017 anymore (GH-11495)
Marc Schlaich
2019-01-20
2
-0/+2
*
bpo-35770: Fix off-by-1 error. (#11618)
Terry Jan Reedy
2019-01-18
1
-1/+1
*
bpo-35733: Make isinstance(ast.Constant(boolean), ast.Num) be false. (GH-11547)
Anthony Sottile
2019-01-18
3
-1/+13
*
bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614)
Terry Jan Reedy
2019-01-18
3
-1/+9
*
bpo-21257: document http.client.parse_headers (GH-11443)
Ashwin Ramaswami
2019-01-18
2
-0/+20
*
bpo-35045: Accept TLSv1 default in min max test (GH-11510)
Christian Heimes
2019-01-18
2
-2/+7
*
bpo-35283: Update the docstring of threading.Thread.join method (GH-11596)
Dong-hee Na
2019-01-18
1
-1/+1
*
bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH...
Terry Jan Reedy
2019-01-18
3
-2/+5
*
bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642)
Serhiy Storchaka
2019-01-18
5
-11/+95
*
bpo-35730: IDLE - test squeezer reload() by checking load_font() (GH-11585)
Tal Einat
2019-01-18
1
-7/+3
*
bpo-23156: Remove obsolete tix install directions (GH-11595)
Terry Jan Reedy
2019-01-18
1
-11/+0
*
bpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597)
Terry Jan Reedy
2019-01-17
1
-0/+15
*
bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282)
Timo Furrer
2019-01-17
3
-4/+22
*
bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570)
David H
2019-01-17
2
-1/+7
*
bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454)
Dong-hee Na
2019-01-17
5
-4/+17
*
Fixes typo in asyncio.queue doc (GH-11581)
Slam
2019-01-17
1
-1/+1
*
bpo-35486: Note Py3.6 import system API requirement change (GH-11540)
Nick Coghlan
2019-01-17
2
-1/+13
*
Revert "bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)" (GH-11582)
Victor Stinner
2019-01-16
3
-13/+6
*
bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)
Victor Stinner
2019-01-16
3
-6/+13
*
bpo-35674: Add os.posix_spawnp() (GH-11554)
Joannah Nanjekye
2019-01-16
9
-112/+322
*
bpo-35537: subprocess uses os.posix_spawn in some cases (GH-11452)
Victor Stinner
2019-01-15
4
-0/+99
*
bpo-35746: Fix segfault in ssl's cert parser (GH-11569)
Christian Heimes
2019-01-15
4
-0/+51
*
bpo-23846: Fix ProactorEventLoop._write_to_self() (GH-11566)
Victor Stinner
2019-01-15
2
-1/+9
*
bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561)
Serhiy Storchaka
2019-01-15
2
-10/+16
*
bpo-11555: Enhance IocpProactor.close() log again (GH-11563)
Victor Stinner
2019-01-15
1
-3/+2
*
bpo-34323: Enhance IocpProactor.close() log (GH-11555)
Victor Stinner
2019-01-15
2
-3/+18
*
bpo-35738: Update the example for timer.Timer.repeat(). (GH-11559)
Henry Chen
2019-01-15
1
-1/+1
*
bpo-29707: Document that os.path.ismount() is not able to reliable detect bin...
Serhiy Storchaka
2019-01-15
1
-3/+4
*
bpo-35619: Improve support of custom data descriptors in help() and pydoc. (G...
Serhiy Storchaka
2019-01-15
3
-46/+182
*
bpo-34756: Silence only ImportError and AttributeError in sys.breakpointhook(...
Serhiy Storchaka
2019-01-14
1
-0/+6
*
bpo-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692)
MichaelSaah
2019-01-14
3
-5/+24
[next]