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-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
*
[3.6] bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (...
Serhiy Storchaka
2017-10-03
3
-13/+14
*
[3.6] bpo-31619: Fixed a ValueError when convert a string with large number o...
Miss Islington (bot)
2017-10-03
3
-4/+14
*
Bump version to 3.6.3+
Ned Deily
2017-10-03
1
-1/+1
*
Merge v3.6.3 into 3.6 branch
Ned Deily
2017-10-03
4
-7/+35
|
\
|
*
Bump to 3.6.3
v3.6.3
Ned Deily
2017-10-03
3
-7/+8
|
*
Update NEWS blurbs for 3.6.3 final
Ned Deily
2017-10-03
4
-5/+27
|
*
Improve/fix some Misc/NEWS entries
Ned Deily
2017-10-03
3
-3/+3
|
*
Add NEWS entries for 3.6.3 final cherrypicks.
Ned Deily
2017-10-03
4
-0/+5
|
*
[3.6] bpo-31662: Fix typos in uploadrelease.bat script (#3858)
Miss Islington (bot)
2017-10-03
1
-3/+3
|
*
[3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_complete...
Miss Islington (bot)
2017-10-03
2
-3/+6
|
*
[3.6] bpo-31423: Fix building the PDF documentation (GH-3693) (GH-3699)
Zachary Ware
2017-10-03
1
-4/+8
|
*
Fix build issues in Doc/make.bat (#3663)
Steve Dower
2017-10-03
1
-8/+10
*
|
[3.6] bpo-31662: Fix typos in uploadrelease.bat script (#3858)
Miss Islington (bot)
2017-10-02
1
-3/+3
*
|
[3.6] bpo-31516: current_thread() should not return a dummy thread at shutdow...
Miss Islington (bot)
2017-10-02
3
-2/+31
*
|
[3.6] bpo-31158: Fix nondeterministic read in test_pty (GH-3808) (GH-3852)
Miss Islington (bot)
2017-10-02
1
-2/+19
*
|
[3.6] IDLE: make filetypes a tuple constant. (GH-3847) (#3848)
Terry Jan Reedy
2017-10-01
1
-2/+2
*
|
[3.6] bpo-31460: Simplify the API of IDLE's Module Browser. (GH-3842) (#3843)
Terry Jan Reedy
2017-10-01
4
-47/+42
*
|
[3.6] bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (GH-3839...
Terry Jan Reedy
2017-09-30
7
-6/+7
*
|
[3.6] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#...
Miss Islington (bot)
2017-09-30
1
-1/+1
*
|
[3.6] bpo-31592: Fix an assertion failure in Python parser in case of a bad u...
Miss Islington (bot)
2017-09-30
3
-12/+28
*
|
[3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_complete...
Miss Islington (bot)
2017-09-29
2
-3/+6
*
|
[3.6] bpo-31285: Remove splitlines identifier from Python/_warnings.c (GH-380...
Miss Islington (bot)
2017-09-29
1
-3/+0
*
|
[3.6] bpo-25351: avoid activate failure on strict shells (GH-3804) (#3820)
Miss Islington (bot)
2017-09-29
2
-13/+14
*
|
bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810)
Miss Islington (bot)
2017-09-28
1
-1/+1
*
|
bpo-28129: fix ctypes crashes (#386) (#3799)
Victor Stinner
2017-09-28
7
-9/+87
*
|
[3.6] bpo-31536: Avoid wholesale rebuild after `make regen-all` (GH-3678) (#3...
Miss Islington (bot)
2017-09-28
4
-51/+86
[next]