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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6925)
Steve Dower
2018-05-17
2
-0/+3
*
[3.6] bpo-33503: Fix the broken pypi link in the source and the documentation...
Stéphane Wirtel
2018-05-16
1
-0/+1
*
[3.6] bpo-29706: IDLE now colors async and await as keywords in 3.6. (#6879)
Terry Jan Reedy
2018-05-16
1
-0/+2
*
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
Miss Islington (bot)
2018-05-15
1
-0/+1
*
Add AsyncContextManager to typing module documentation. (GH-6823)
Travis DePrato
2018-05-15
1
-0/+1
*
[3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711)...
Miss Islington (bot)
2018-05-14
1
-0/+3
*
bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)
Miss Islington (bot)
2018-05-13
1
-0/+1
*
Backport recent typing updates (GH-6759)
Ivan Levkivskyi
2018-05-11
1
-0/+3
*
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data ...
Miss Islington (bot)
2018-05-09
1
-0/+2
*
[3.6] bpo-20087: Update locale alias mapping with glibc 2.27 supported locale...
Miss Islington (bot)
2018-05-06
1
-0/+1
*
bpo-33422: Fix quotation marks getting deleted when looking up byte/string li...
Miss Islington (bot)
2018-05-05
1
-0/+2
*
bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)
Miss Islington (bot)
2018-05-02
1
-0/+1
*
bpo-33378: Add Korean to the language switcher. (GH-6627)
Miss Islington (bot)
2018-05-01
1
-0/+1
*
bpo-31908: Fix output of cover files for trace module command-line tool. (GH-...
Miss Islington (bot)
2018-05-01
1
-0/+3
*
bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-...
Miss Islington (bot)
2018-04-30
1
-0/+3
*
bpo-33256: Replace angle brackets around python object repr to display it in ...
Miss Islington (bot)
2018-04-29
2
-0/+2
*
[3.6] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630...
Serhiy Storchaka
2018-04-29
1
-0/+2
*
[3.6] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (GH...
Antoine Pitrou
2018-04-23
1
-0/+1
*
bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)
Miss Islington (bot)
2018-04-23
1
-0/+1
*
bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (GH-4...
Miss Islington (bot)
2018-04-22
1
-0/+2
*
Clarify that __path__ can't be just any value (GH-6554)
Miss Islington (bot)
2018-04-20
1
-0/+1
*
bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546)
Miss Islington (bot)
2018-04-20
1
-0/+1
*
bpo-33189: pygettext.py now accepts only literal strings (GH-6364)
Miss Islington (bot)
2018-04-19
1
-0/+2
*
bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519)
Miss Islington (bot)
2018-04-19
1
-0/+2
*
bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) (GH-6529)
Miss Islington (bot)
2018-04-19
1
-0/+2
*
bpo-33184: Update Windows installer to OpenSSL 1.0.2o (GH-6464)
Steve Dower
2018-04-14
1
-0/+1
*
bpo-31920: Fixed handling directories as arguments in the ``pygettext`` scrip...
Miss Islington (bot)
2018-04-09
2
-0/+3
*
[3.6] bpo-33201: Modernize "Extension types" doc (GH-6337) (GH-6412)
Antoine Pitrou
2018-04-07
1
-0/+1
*
bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408)
Ned Deily
2018-04-07
1
-0/+1
*
[3.6] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (G...
Miss Islington (bot)
2018-04-07
1
-0/+2
*
[3.6] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6400)
Miss Islington (bot)
2018-04-06
3
-7/+9
*
bpo-33231: Fix potential leak in normalizestring() (GH-6386)
Miss Islington (bot)
2018-04-06
1
-0/+1
*
bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) (GH-6391)
Miss Islington (bot)
2018-04-05
1
-0/+2
*
bpo-33203: Ensure random.choice always raises IndexError on empty sequence (G...
Miss Islington (bot)
2018-04-05
1
-0/+3
*
bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)
INADA Naoki
2018-04-05
1
-0/+3
*
bpo-29922: Improve error messages in 'async with' (GH-6352)
Miss Islington (bot)
2018-04-04
1
-0/+2
*
bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(...
Miss Islington (bot)
2018-04-03
1
-0/+1
*
bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)
Miss Islington (bot)
2018-04-03
1
-0/+2
*
bpo-33204: IDLE - revise and extend colorizer test. (GH-6347)
Miss Islington (bot)
2018-04-02
1
-2/+2
*
bpo-33204: IDLE: consistently color invalid string prefixes (GH-6344)
Miss Islington (bot)
2018-04-02
1
-0/+3
*
Merge tag 'v3.6.5' into 3.6
Ned Deily
2018-03-28
3
-2/+16
|
\
|
*
3.6.5final
v3.6.5
Ned Deily
2018-03-28
3
-2/+16
|
*
bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6285)
Miss Islington (bot)
2018-03-28
1
-0/+1
|
*
bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-62...
Miss Islington (bot)
2018-03-28
1
-0/+1
*
|
bpo-33126: Document PyBuffer_ToContiguous() (GH-6292) (GH-6293)
Miss Islington (bot)
2018-03-28
1
-0/+1
*
|
bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6285)
Miss Islington (bot)
2018-03-28
1
-0/+1
*
|
bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-62...
Miss Islington (bot)
2018-03-28
1
-0/+1
*
|
bpo-27212: Modify islice recipe to consume initial values preceding start (GH...
Miss Islington (bot)
2018-03-27
1
-0/+2
*
|
bpo-32844: Fix a subprocess misredirection of a low fd (GH5689)
Miss Islington (bot)
2018-03-26
1
-0/+2
*
|
bpo-33096: Fix ttk.Treeview.insert. (GH-6228)
Miss Islington (bot)
2018-03-26
1
-0/+4
[next]