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
...
*
Simplify X.509 extension handling code (#1855)
Alex Gaynor
2017-06-06
1
-30/+4
*
bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)
Oz N Tiram
2017-06-06
5
-44/+205
*
Install dependencies in Travis OSX build (GH-1952)
Zachary Ware
2017-06-06
1
-0/+4
*
bpo-30417: Disable 'cpu' and 'tzdata' resources on Travis (GH-1928)
Zachary Ware
2017-06-05
1
-5/+5
*
bpo-30557: faulthandler now correctly filters and displays exception codes on...
Steve Dower
2017-06-05
3
-4/+33
*
bpo-30530: Update Descriptor How To Documentation (GH-1845)
Mariano Anaya
2017-06-05
1
-1/+1
*
Only run AppVeyor on long-lived branches (GH-1941)
Zachary Ware
2017-06-04
1
-0/+5
*
bpo-30567: Fix refleak in sys.getwindowsversion (#1940)
Segev Finer
2017-06-04
1
-4/+4
*
bpo-30538: Update count() in Functional Programming HOWTO (#1919)
csabella
2017-06-04
1
-9/+14
*
Simplify code in warnings modules (#1935)
Alex Gaynor
2017-06-04
1
-3/+7
*
fix comment (#1798)
leodema
2017-06-04
1
-1/+1
*
Turn on macOS builds for Travis (GH-1846)
Brett Cannon
2017-06-03
1
-9/+11
*
Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...
Antoine Pitrou
2017-06-03
6
-2/+190
*
bpo-24899: Add comparison table for os.path -> pathlib (GH-1753)
Jamiel Almeida
2017-06-02
2
-4/+38
*
Fix skipping test_UNC_path on AppVeyor due to a different error being raised ...
Segev Finer
2017-06-02
1
-1/+1
*
bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConso...
Segev Finer
2017-06-02
1
-1/+1
*
bpo-30052: Always regenerate cross-references (#1339)
Nick Coghlan
2017-06-02
2
-2/+16
*
bpo-30245: Fix possible overflow when organize struct.pack_into error message...
Johan Liu
2017-06-02
4
-2/+19
*
bpo-29660: traceback: Document that etype is ignored in some places. (GH-344)
Matthias Bussonnier
2017-06-01
1
-3/+11
*
bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910)
Albert-Jan Nijburg
2017-06-01
1
-1/+1
*
Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818)
Eric Snow
2017-06-01
1
-0/+4
*
bpo-30499: Remove a deprecated note about sets. (GH-1848)
Julien
2017-06-01
1
-3/+1
*
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1...
Xiang Zhang
2017-06-01
3
-7/+43
*
bpo-30509: Clean up calling type slots. (#1883)
Serhiy Storchaka
2017-06-01
1
-68/+26
*
bpo-27618: Clarify that threading.Lock is a factory function (GH-1307)
csabella
2017-06-01
1
-2/+3
*
Fix Travis config to reinstate test build (GH-1879)
Hiro Asari
2017-05-31
1
-13/+7
*
bpo-25324: copy tok_name before changing it (#1608)
Albert-Jan Nijburg
2017-05-31
7
-21/+52
*
subprocess test_empty_env typo fix. (#1877)
Gregory P. Smith
2017-05-30
1
-3/+3
*
bpo-17188: add missing periods at the end of sentences (GH-1875)
Mariatta
2017-05-30
1
-2/+2
*
bpo-12383: Refactor subprocess test_empty_env (#1874)
Gregory P. Smith
2017-05-30
1
-12/+20
*
Improve grammar in The Import System documentation (GH-1862)
kms70847
2017-05-30
1
-6/+6
*
bpo-30361: Use better example for mixed-type operands (#1701)
gfyoung
2017-05-29
1
-4/+2
*
Change error message for array methods to use 'array' instead of 'list'. (#1853)
Jim Fasarakis-Hilliard
2017-05-29
1
-2/+2
*
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Gregory P. Smith
2017-05-29
8
-75/+128
*
Build docs in parallel (#1842)
Antoine Pitrou
2017-05-29
1
-1/+1
*
Add reference to help('FORMATTING') in format() builtin (GH-166)
Amit Kumar
2017-05-29
2
-4/+8
*
bpo-30248: Convert boolean arguments only once in _json. (#1423)
Serhiy Storchaka
2017-05-28
1
-40/+24
*
bpo-16500: Use register_at_fork() in the threading module (#1843)
Antoine Pitrou
2017-05-28
2
-22/+9
*
bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839)
csabella
2017-05-28
3
-42/+62
*
Doc nits for bpo-16500 (#1841)
Antoine Pitrou
2017-05-28
8
-13/+25
*
IDLE test_help_about: edit and add test. (#1838)
terryjreedy
2017-05-28
1
-47/+75
*
bpo-30492: Allow make clinic to work out of tree. (#1836)
Gregory P. Smith
2017-05-27
2
-3/+11
*
bpo-30290: IDLE: Refactor help_about to PEP8 names (#1714)
csabella
2017-05-27
2
-95/+119
*
bpo-20210: Support the *disabled* marker in Setup files (GH-132)
xdegaye
2017-05-27
5
-29/+79
*
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou
2017-05-27
15
-68/+365
*
bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810)
Mariatta
2017-05-27
2
-14/+9
*
bpo-30310: Add a test for non-ascii font family. (#1567) (#1832)
Serhiy Storchaka
2017-05-27
1
-1/+11
*
bpo-30398: Add a docstring for re.error. (#1647)
Serhiy Storchaka
2017-05-27
2
-3/+14
*
Fix the signature of JSONDecodeError (no end parameter). (#1827)
Serhiy Storchaka
2017-05-27
1
-1/+1
*
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156)
Sanyam Khurana
2017-05-27
1
-9/+9
[prev]
[next]