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
*
completly -> completely (#3999) (closes bpo-31788)
Semen Zhydenko
2017-10-15
1
-1/+1
*
bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993)
vyas45
2017-10-15
1
-1/+1
*
bpo-31780: Fix incorrect error message for ',x', ',b', ',o' specs (#4002)
Dargor
2017-10-15
1
-2/+2
*
bpo-25588: Document autotest in idle_test/README.txt. (#4000)
Terry Jan Reedy
2017-10-15
1
-1/+10
*
bpo-31757: Make Fibonacci examples consistent (#3991)
Raymond Hettinger
2017-10-14
2
-18/+20
*
bpo-31672: doc: Remove one sentence from library/string.rst (GH-3990)
INADA Naoki
2017-10-14
1
-1/+1
*
bpo-31714: Improved regular expression documentation. (#3907)
Serhiy Storchaka
2017-10-14
2
-185/+226
*
bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865)
Victor Stinner
2017-10-13
3
-24/+35
*
bpo-31676: Fix test_imp.test_load_source() side effect (#3871)
Victor Stinner
2017-10-13
1
-2/+7
*
os.startfile(): add a C comment on security (#3877)
Victor Stinner
2017-10-13
1
-0/+4
*
bpo-25588: Fix regrtest when run inside IDLE (#3962)
Victor Stinner
2017-10-13
1
-12/+31
*
bpo-28647: Update -u documentation after bpo-30404 (GH-3961)
Berker Peksag
2017-10-13
4
-14/+9
*
bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH...
INADA Naoki
2017-10-13
4
-3/+24
*
Improve test suite customization example (GH-3967)
Berker Peksag
2017-10-13
1
-2/+6
*
Exclude non-default VENVDIR in Doc builds (#3974)
Ned Deily
2017-10-12
1
-1/+2
*
bpo-30058: Fixed buffer overflow in select.kqueue.control(). (#1095)
Serhiy Storchaka
2017-10-12
3
-16/+38
*
bpo-31766: restore 3.5 to docs version switchers (#3969)
Ned Deily
2017-10-12
2
-1/+3
*
bpo-31567: more decorator markup fixes in docs (GH-3959) (#3966)
Éric Araujo
2017-10-12
3
-7/+16
*
bpo-31773: time.perf_counter() uses again double (GH-3964)
Victor Stinner
2017-10-12
4
-49/+50
*
bpo-31567: add or fix decorator markup in docs (#3959)
Daisuke Miyakawa
2017-10-12
4
-8/+8
*
Cleanup pytime.c (#3955)
Victor Stinner
2017-10-11
1
-54/+76
*
bpo-28157: Improvements for the time module documentation (GH-928)
Cheryl Sabella
2017-10-11
2
-109/+116
*
bpo-31537: Update readline documentation example. (GH-3925)
Brad Smith
2017-10-10
2
-2/+4
*
bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.t...
Oren Milman
2017-10-10
3
-34/+62
*
bpo-31740: Prevent refleaks when sqlite3.Connection.__init__() is called more...
Oren Milman
2017-10-10
1
-8/+8
*
bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936)
Victor Stinner
2017-10-10
4
-60/+112
*
Allow configure to handle PATH elements with spaces (#3935)
Ned Deily
2017-10-09
2
-8/+8
*
bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929)
Victor Stinner
2017-10-09
3
-3/+36
*
bpo-31723: Fix refleaks when zipimporter.__init__() is called more than once ...
Oren Milman
2017-10-09
1
-5/+6
*
bpo-27867: Add a porting guide for PySlice_GetIndicesEx(). (#1973)
Serhiy Storchaka
2017-10-08
2
-1/+30
*
bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() al...
Oren Milman
2017-10-08
6
-34/+137
*
bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3...
Serhiy Storchaka
2017-10-08
4
-243/+262
*
bpo-31724: Skip test_xmlrpc_net (GH-3921)
Zachary Ware
2017-10-08
1
-0/+2
*
bpo-31655: Validate keyword names in SimpleNamespace constructor. (#3909)
Serhiy Storchaka
2017-10-07
2
-1/+7
*
bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914)
Tzu-ping Chung
2017-10-07
1
-1/+1
*
bpo-31709: Update importlib magic (#3906)
Yury Selivanov
2017-10-06
3
-107/+111
*
Document Py_GETENV() (#3890)
Barry Warsaw
2017-10-06
1
-0/+5
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
18
-108/+651
*
bpo-31708: Allow async generator expressions in synchronous functions (#3905)
Yury Selivanov
2017-10-06
5
-9/+52
*
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
2017-10-06
9
-300/+47
*
weaken pthread_getcpuclockid test (more bpo-31596) (#3904)
Benjamin Peterson
2017-10-06
1
-8/+1
*
closes bpo-31696: don't mention GCC in sys.version when building with clang (...
Benjamin Peterson
2017-10-06
2
-8/+9
*
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra
2017-10-06
22
-540/+336
*
bpo-31523: Reliability improvements to the Windows build files (#3900)
Steve Dower
2017-10-05
5
-27/+56
*
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
Barry Warsaw
2017-10-05
9
-23/+324
*
bpo-31556: asyncio.wait_for can cancel futures faster with timeout <= 0 (#3703)
Victor K
2017-10-05
3
-0/+80
*
bpo-31178: Mock os.waitpid() in test_subprocess (#3896)
Victor Stinner
2017-10-05
1
-4/+8
*
bpo-31671: re: Convert RegexFlag to int before compile (GH-3862)
INADA Naoki
2017-10-05
3
-0/+11
*
closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expre...
Jakub Stasiak
2017-10-05
7
-10/+38
*
remove tabs from getcompiler.c (#3892)
Benjamin Peterson
2017-10-05
1
-1/+1
[next]