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-31847: Fix commented out tests in test_syntax. (GH-4084) (#4095)
Miss Islington (bot)
2017-10-23
1
-18/+10
*
bpo-30722: Make redemo work with Python 3.6+ (GH-2311)
Miss Islington (bot)
2017-10-23
2
-2/+10
*
bpo-31752: Fix possible crash in timedelta constructor called with custom int...
Miss Islington (bot)
2017-10-23
3
-2/+28
*
[3.6] bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406) (#4083)
Miss Islington (bot)
2017-10-23
3
-1/+163
*
[3.6] bpo-31572: Get rid of using _PyObject_HasAttrId() in pickle. (GH-3729)....
Serhiy Storchaka
2017-10-23
1
-30/+33
*
bpo-28286: Add tests for the mode argument of GzipFile. (GH-4074) (#4076)
Miss Islington (bot)
2017-10-22
1
-0/+24
*
[3.6] bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is clo...
Antoine Pitrou
2017-10-22
3
-2/+30
*
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (GH-4058) (#4059)
Miss Islington (bot)
2017-10-20
5
-3/+9
*
bpo-31632: fix set_protocol() in _SSLProtocolTransport (GH-3817) (GH-3817) (#...
Miss Islington (bot)
2017-10-19
4
-6/+15
*
bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (GH-4...
Miss Islington (bot)
2017-10-19
3
-7/+21
*
[3.6] bpo-31457: Make the `LoggerAdapter.manager` property settable (GH-4042)...
Miss Islington (bot)
2017-10-19
3
-2/+16
*
Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-39...
Miss Islington (bot)
2017-10-18
1
-2/+3
*
[3.6] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4033)
Miss Islington (bot)
2017-10-18
4
-10/+21
*
[3.6] bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing i...
Miss Islington (bot)
2017-10-18
4
-6/+10
*
[3.6] bpo-31786: Make functions in the select module blocking when timeout is...
Pablo Galindo
2017-10-18
7
-18/+78
*
bpo-31676: Fix test_imp.test_load_source() side effect (GH-3871) (GH-3988)
Miss Islington (bot)
2017-10-18
1
-2/+7
*
[3.6] bpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17. (GH-4025) (#4028)
Miss Islington (bot)
2017-10-17
1
-0/+39
*
[3.6] bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (GH...
Miss Islington (bot)
2017-10-17
2
-19/+76
*
[3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014...
Miss Islington (bot)
2017-10-17
9
-9/+114
*
[3.6] bpo-31799: Make module.__spec__ more discoverable (GH-4010) (#4021)
Miss Islington (bot)
2017-10-17
2
-3/+12
*
[3.6] bpo-31792: Restore os.environ in test_buffer when import numpy. (GH-400...
Miss Islington (bot)
2017-10-16
1
-2/+3
*
[3.6] completly -> completely (GH-3999) (closes bpo-31788) (#4008)
Miss Islington (bot)
2017-10-15
1
-1/+1
*
[3.6] bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH...
Miss Islington (bot)
2017-10-15
1
-1/+1
*
[3.6] bpo-31780: Fix incorrect error message for ',x', ',b', ',o' specs (GH-4...
Miss Islington (bot)
2017-10-15
1
-2/+2
*
[3.6] bpo-25588: Document autotest in idle_test/README.txt. (GH-4000) (#4001)
Terry Jan Reedy
2017-10-15
1
-1/+10
*
[3.6] bpo-31714: Improved regular expression documentation. (GH-3907). (#3994)
Serhiy Storchaka
2017-10-14
2
-183/+224
*
bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH...
INADA Naoki
2017-10-14
4
-3/+25
*
[3.6] bpo-25588: Fix regrtest when run inside IDLE (GH-3962) (#3987)
Miss Islington (bot)
2017-10-13
1
-12/+31
*
[3.6] Improve test suite customization example (GH-3967)
Miss Islington (bot)
2017-10-13
1
-2/+6
*
Exclude non-default VENVDIR in Doc builds (#3974) (#3975)
Ned Deily
2017-10-12
1
-1/+2
*
[3.6] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095) ...
Miss Islington (bot)
2017-10-12
3
-16/+38
*
bpo-31766: restore 3.5 to docs version switchers (#3970)
Ned Deily
2017-10-12
2
-1/+3
*
[3.6] bpo-31567: add or fix decorator markup in docs (GH-3959) (GH-3966)
Miss Islington (bot)
2017-10-12
6
-15/+24
*
bpo-28647: Update -u documentation (GH-3954)
Berker Peksag
2017-10-11
1
-2/+2
*
[3.6] bpo-28157: Improvements for the time module documentation (GH-928)
Miss Islington (bot)
2017-10-11
2
-109/+116
*
bpo-31537: Update readline documentation example. (GH-3925) (GH-3948)
Miss Islington (bot)
2017-10-10
2
-2/+4
*
[3.6] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Ele...
Miss Islington (bot)
2017-10-10
3
-34/+62
*
Allow configure to handle PATH elements with spaces (#3935) (#3937)
Ned Deily
2017-10-09
2
-8/+8
*
[3.6] bpo-31642: Restore blocking "from" import by setting None in sys.module...
Serhiy Storchaka
2017-10-08
4
-239/+259
*
[3.6] bpo-31724: Skip test_xmlrpc_net (GH-3922)
Miss Islington (bot)
2017-10-08
1
-0/+2
*
[3.6] bpo-31655: Validate keyword names in SimpleNamespace constructor. (GH-3...
Miss Islington (bot)
2017-10-07
2
-1/+7
*
bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) (GH-...
Miss Islington (bot)
2017-10-07
1
-1/+1
*
bpo-31507 Add docstring to parseaddr function in email.utils.parseaddr (GH-36...
Rohit Balasubramanian
2017-10-07
1
-0/+6
*
[3.6] bpo-31523: Reliability improvements to the Windows build files (GH-3900...
Miss Islington (bot)
2017-10-05
5
-27/+56
*
[3.6] remove tabs from getcompiler.c (GH-3892) (#3893)
Miss Islington (bot)
2017-10-05
1
-1/+1
*
[3.6] bpo-31178: Mock os.waitpid() in test_subprocess (GH-3896) (#3897)
3.6
Miss Islington (bot)
2017-10-05
1
-4/+8
*
[3.6] bpo-30872: Update the curses docs to Python 3. (GH-2620) (#3887)
Serhiy Storchaka
2017-10-05
3
-109/+115
*
[3.6] bpo-31667: Fix gettext related links. (GH-3860) (#3886)
Miss Islington (bot)
2017-10-04
2
-9/+15
*
Remove retired and security branches from active docs (#3880)
Ned Deily
2017-10-04
2
-4/+0
*
[3.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...
Miss Islington (bot)
2017-10-03
3
-23/+45
[next]