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-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...
Miss Islington (bot)
2018-10-31
3
-1/+13
*
Fix a possible crash in range.__reversed__(). (GH-10252)
Miss Islington (bot)
2018-10-31
1
-0/+1
*
[3.6] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-1023...
Serhiy Storchaka
2018-10-31
29
-86/+97
*
bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10248)
matthewbelisle-wf
2018-10-30
1
-2/+16
*
bpo-35086: Fix tkinter example "A Simple Hello World Program". (GH-10160)
Miss Islington (bot)
2018-10-30
1
-1/+2
*
Restore EmbeddingTests, removed in 278d975ce158608f6be491c561247d4701c842be (...
Daniel Pope
2018-10-30
1
-0/+104
*
bpo-34945: Buffer output in test suite only when creating junit file (GH-10204)
Miss Islington (bot)
2018-10-29
2
-14/+16
*
bpo-28655: Fix test bdb for isolate mode (GH-10220)
Maite Giménez
2018-10-29
1
-1/+2
*
bpo-27741: Better wording for datetime.strptime() (GH-9994)
Miss Islington (bot)
2018-10-29
1
-1/+3
*
Fix a possible "double decref" in termios.tcgetattr(). (GH-10194)
Miss Islington (bot)
2018-10-29
1
-2/+2
*
bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206)
Miss Islington (bot)
2018-10-29
3
-1/+37
*
bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174)
Miss Islington (bot)
2018-10-28
3
-5/+5
*
Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195)
Miss Islington (bot)
2018-10-28
3
-20/+42
*
[3.6] Fix checking for bugfix Tcl version. (GH-10185) (GH-10187)
Miss Islington (bot)
2018-10-28
1
-2/+2
*
[3.6] bpo-35054: Add yet more index entries for symbols. (GH-10121). (GH-10182)
Serhiy Storchaka
2018-10-28
30
-190/+223
*
[3.6] bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873)...
Serhiy Storchaka
2018-10-28
9
-17/+17
*
bpo-1529353: Explain Shell text squeezing in the IDLE doc. (GH-10169)
Miss Islington (bot)
2018-10-28
2
-3/+39
*
bpo-35089: Don't mention typing.io and typing.re (GH-10173)
Miss Islington (bot)
2018-10-28
2
-16/+11
*
bpo-35088: Update idlelib.help.copy_string docstring (GH-10164)
Miss Islington (bot)
2018-10-28
2
-17/+19
*
bpo-35087: Update idlelib help files for the current doc build. (GH-10162)
Miss Islington (bot)
2018-10-28
3
-78/+100
*
Fix typo in zipfile documentation. (GH-10151) (GH-10154)
Miss Islington (bot)
2018-10-27
1
-1/+1
*
[3.6] unittest documentation: Spell pytest without the dot (GH-9820) (GH-10156)
Mariatta
2018-10-27
1
-2/+2
*
bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)
Miss Islington (bot)
2018-10-27
2
-3/+6
*
bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)
Miss Islington (bot)
2018-10-26
1
-5/+5
*
[3.6] - bpo-34576 : Backport eeab510 3.6 (GH-10113)
Senthil Kumaran
2018-10-26
1
-0/+5
*
bpo-35017, socketserver: don't accept request after shutdown (GH-9952)
Miss Islington (bot)
2018-10-26
2
-0/+6
*
[3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequence (GH...
Miss Islington (bot)
2018-10-26
1
-1/+1
*
[3.6] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10119)
Serhiy Storchaka
2018-10-26
26
-68/+471
*
bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (G...
Miss Islington (bot)
2018-10-25
2
-3/+2
*
bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)
Steve Dower
2018-10-25
3
-2/+6
*
configparser doc: Properly label ConfigParser attributes (GH-9930)
Miss Islington (bot)
2018-10-24
1
-3/+3
*
importlib doc: Fix approximated import_module() code (GH-9945)
Miss Islington (bot)
2018-10-24
1
-1/+1
*
[3.6] bpo-33899: Mention tokenize behavior change in What's New (GH-10073) (G...
Tal Einat
2018-10-24
1
-0/+5
*
[3.6] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-1...
Zsolt Cserna
2018-10-23
2
-6/+12
*
bpo-34794: Fix a leak in Tkinter. (GH-10025)
Miss Islington (bot)
2018-10-23
2
-3/+3
*
Fix error handling bugs in _elementtree.c. (GH-10060)
Miss Islington (bot)
2018-10-23
1
-11/+11
*
bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901)
Miss Islington (bot)
2018-10-23
1
-10/+25
*
bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973)
Miss Islington (bot)
2018-10-23
2
-18/+24
*
bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809)
Miss Islington (bot)
2018-10-23
1
-5/+6
*
[3.6] bpo-34901: add -I flag to sys.flags (GH-9755)
danishprakash
2018-10-22
1
-0/+3
*
bpo-34973: Fix crash in bytes constructor. (GH-9841)
Miss Islington (bot)
2018-10-21
3
-35/+88
*
closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodu...
Miss Islington (bot)
2018-10-21
2
-0/+6
*
[3.6] Remove duplicate NEWS entry due to cherry-picking (GH-10013)
Ned Deily
2018-10-20
1
-3/+0
*
Post release bump
Ned Deily
2018-10-20
2
-3/+3
*
Merge tag 'v3.6.7' into 3.6
Ned Deily
2018-10-20
6
-16/+27
|
\
|
*
3.6.7final
v3.6.7
Ned Deily
2018-10-20
6
-11/+27
|
*
bpo-34576: Revert doc change until it can be properly fixed (GH-9720)
Ned Deily
2018-10-20
1
-8/+0
|
*
bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)
Miss Islington (bot)
2018-10-20
1
-0/+3
*
|
bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004)
Miss Islington (bot)
2018-10-20
1
-24/+0
*
|
bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349). ...
Serhiy Storchaka
2018-10-20
2
-53/+21
[next]