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-32365: Fix a reference leak when compile __debug__. (GH-4916) (#4918)
Miss Islington (bot)
2017-12-18
1
-4/+4
*
|
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) (#4898)
Yury Selivanov
2017-12-16
6
-31/+53
*
|
Minor wording tweak for itertools documentation (GH-4893) (#4894)
Miss Islington (bot)
2017-12-15
1
-2/+2
*
|
F-strings docs: link to Format Specifiers (GH-4888) (GH-4889)
Miss Islington (bot)
2017-12-15
1
-1/+2
*
|
bpo-32294: Fix multiprocessing test_semaphore_tracker() (GH-4885) (#4887)
Miss Islington (bot)
2017-12-15
1
-1/+1
*
|
compile.c: Remove unused varible (#4886)
Victor Stinner
2017-12-15
1
-1/+0
*
|
bpo-28393: Update encoding lookup docs wrt bpo-27938 (GH-4871) (#4881)
Miss Islington (bot)
2017-12-15
1
-4/+8
*
|
[3.6] bpo-30416: Protect the optimizer during constant folding. (#4865)
Serhiy Storchaka
2017-12-15
4
-17/+144
*
|
[3.6] bpo-27169: The __debug__ constant is now optimized out at compile time....
Serhiy Storchaka
2017-12-15
4
-38/+26
*
|
bpo-32329: Fix sys.flags.hash_randomization (#4875)
Victor Stinner
2017-12-15
5
-7/+12
*
|
bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (GH-47...
Miss Islington (bot)
2017-12-14
2
-0/+4
*
|
pythoninfo: sync with master (#4844)
Victor Stinner
2017-12-14
1
-21/+84
*
|
[3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#...
Andrew Svetlov
2017-12-14
36
-69/+70
*
|
bpo-32302: Fix distutils bdist_wininst for CRT v142 (GH-4851) (#4861)
Miss Islington (bot)
2017-12-14
2
-2/+4
*
|
bpo-32316: Travis CI: use PYTHON_FOR_REGEN=python3 (#4853)
Victor Stinner
2017-12-13
1
-2/+4
*
|
trivial: link updates in documentation (GH-2765) (#4835)
Miss Islington (bot)
2017-12-13
4
-5/+5
*
|
[3.6] Test atexit shutdown mechanism in a subprocess (GH-4828) (#4829)
Antoine Pitrou
2017-12-13
1
-0/+16
*
|
bpo-32284: Fix documentation of BinaryIO and TextIO (GH-4832) (#4833)
Miss Islington (bot)
2017-12-13
1
-3/+3
*
|
Fix improper use of re.escape() in tests. (GH-4814) (#4816)
Miss Islington (bot)
2017-12-12
1
-1/+1
*
|
Fix implementation dependent assertion in test_plistlib. (GH-4813) (#4815)
Miss Islington (bot)
2017-12-12
1
-1/+2
*
|
bpo-31942: Document optional support of start and stop attributes in Sequence...
Miss Islington (bot)
2017-12-12
2
-3/+6
*
|
bpo-32255: Always quote a single empty field when write into a CSV file. (GH-...
Miss Islington (bot)
2017-12-12
4
-2/+25
*
|
Fix idlelib comment typos reported by Mike on pull request 4803. (GH-4807) (#...
Miss Islington (bot)
2017-12-12
3
-3/+3
*
|
bpo-22671: Clarify and test default read method implementations (GH-4568) (#4...
Miss Islington (bot)
2017-12-11
2
-7/+59
*
|
bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794) (#4795)
Miss Islington (bot)
2017-12-11
2
-1/+3
*
|
Removed doubled 'bpo-'. (GH-4777) (#4780)
Miss Islington (bot)
2017-12-10
1
-1/+1
*
|
bpo-32212: Updated logging documentation to make parameter names more consist...
Vinay Sajip
2017-12-09
1
-236/+251
*
|
bpo-32208: update threading.Semaphore docs and add unit test (GH-4709) (#4750)
Miss Islington (bot)
2017-12-07
2
-15/+17
*
|
bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link li...
Miss Islington (bot)
2017-12-07
2
-1/+2
*
|
Allows non-critical upload steps to fail (GH-4742) (#4743)
Miss Islington (bot)
2017-12-06
1
-3/+3
*
|
Bump to 3.6.4rc1+
Ned Deily
2017-12-06
1
-1/+1
*
|
Merge tag 'v3.6.4rc1' into 3.6
Ned Deily
2017-12-06
114
-294/+1153
|
\
\
|
|
/
|
*
Bump to 3.6.4rc1
v3.6.4rc1
Ned Deily
2017-12-05
2
-6/+6
|
*
Update NEWS and pydoc topics.
Ned Deily
2017-12-05
112
-280/+1147
|
*
Tidy NEWS entry.
Ned Deily
2017-12-05
1
-10/+2
*
|
bpo-30928: update idlelib/NEWS.txt. (GH-4706) (#4707)
Miss Islington (bot)
2017-12-05
1
-0/+7
|
/
*
Add a missing space in tkinter documentation. (GH-4692) (GH-4722)
Miss Islington (bot)
2017-12-05
1
-1/+1
*
[3.6] bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (GH-47...
Miss Islington (bot)
2017-12-05
2
-1/+3
*
bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246). (GH-4717)
Mariatta
2017-12-05
4
-3/+4
*
[3.6] bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (GH-4715) (#4716)
Miss Islington (bot)
2017-12-05
2
-4/+4
*
[bpo-28556] Minor fixes for typing module (GH-4710) (#4713)
Miss Islington (bot)
2017-12-05
3
-10/+55
*
[3.6] bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245) (#4711)
Ned Deily
2017-12-05
2
-3/+4
*
bpo-32207: Improve tk event exception tracebacks in IDLE. (GH-4703) (#4705)
Miss Islington (bot)
2017-12-04
2
-5/+15
*
bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (GH-4701) (#4702)
Miss Islington (bot)
2017-12-04
1
-0/+16
*
bpo-27240 Rewrite the email header folding algorithm. (GH-3488) (#4693)
Miss Islington (bot)
2017-12-04
6
-563/+511
*
bpo-31619: Fixed integer overflow in converting huge strings to int. (GH-3884...
Miss Islington (bot)
2017-12-03
1
-3/+11
*
[3.6] bpo-32176: Set CO_NOFREE in the code object constructor (GH-4684)
Nick Coghlan
2017-12-03
4
-13/+59
*
[3.6] bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940) ...
Miss Islington (bot)
2017-12-02
1
-3/+2
*
Don't hide unexpected errors in PyErr_WarnExplicitObject(). (GH-4585) (#4662)
Miss Islington (bot)
2017-12-01
1
-9/+10
*
bpo-32186: Release the GIL during lseek and fstat (GH-4652) (#4661)
Miss Islington (bot)
2017-12-01
2
-1/+8
[prev]
[next]