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
...
*
Issue #29354: Fixed inspect.getargs() for parameters which are cell
Serhiy Storchaka
2017-02-01
3
-4/+42
*
Issue #29028: Fixed possible use-after-free bugs in the subscription of the
Serhiy Storchaka
2017-02-01
2
-29/+51
*
update zlib ChangeLog file
doko@ubuntu.com
2017-01-31
1
-0/+4
*
- Issue #29169: Update zlib to 1.2.11.
doko@ubuntu.com
2017-01-31
11
-28/+34
*
Issue #12067: Rewrite Comparisons section in the language reference
Martin Panter
2017-01-21
2
-39/+169
*
Add clarity to the warning on certificate verification in urllib.
Senthil Kumaran
2017-01-28
1
-4/+9
*
Merge heads
Serhiy Storchaka
2017-01-25
1
-12/+7
|
\
|
*
issue26149 - Point to Wiki for Editors and Python IDEs on Unix.
Senthil Kumaran
2017-01-25
1
-12/+7
*
|
Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro.
Serhiy Storchaka
2017-01-25
3
-23/+70
|
/
*
Issue #29189: Fix indentation in RST markup
Martin Panter
2017-01-24
1
-38/+38
*
Issue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith
2017-01-23
3
-1/+53
*
Issue #29274: tests cases → test cases
Martin Panter
2017-01-18
3
-12/+12
*
revert dd13098a5dc2 (#29006, #10513)
Benjamin Peterson
2017-01-16
3
-4/+33
*
generate spaces instead of tabs into config.c
Benjamin Peterson
2017-01-16
1
-1/+1
*
fix _testcapi to work when statically linked into python
Benjamin Peterson
2017-01-16
1
-2/+2
*
Avoid line breaks after hyphens, otherwise they are turned into spaces
Martin Panter
2017-01-14
9
-56/+56
*
Issue #15527: remove double parens by changing markup.
Martin Panter
2017-01-14
8
-94/+94
*
Fix spelling and markup in documentation and code comment
Martin Panter
2017-01-14
2
-3/+3
*
Merge heads
Serhiy Storchaka
2017-01-13
1
-2/+7
|
\
|
*
Closes #28130: Documented that time.tzset() updates time module globals.
Alexander Belopolsky
2017-01-12
1
-2/+7
*
|
Issue #29219: Fixed infinite recursion in the repr of uninitialized
Serhiy Storchaka
2017-01-13
2
-0/+7
|
/
*
Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows.
Serhiy Storchaka
2017-01-12
3
-1/+11
*
merge heads
Benjamin Peterson
2017-01-12
45
-1278/+2221
|
\
|
*
Issue #29217: Fix the wrong type description of UUID.variant.
Xiang Zhang
2017-01-10
1
-1/+1
|
*
Don't use getentropy() on Linux
Victor Stinner
2017-01-09
2
-2/+14
|
*
Issue #29142: Fix suffixes in no_proxy handling in urllib.
Xiang Zhang
2017-01-09
3
-1/+7
|
*
Issue #29145: Fix overflow checks in string, bytearray and unicode.
Xiang Zhang
2017-01-09
4
-74/+54
|
*
Issue #29189: Fix broken indentation in FancyURLopener documentation
Berker Peksag
2017-01-07
1
-9/+9
|
*
Issue #29023: Clarify that ints and longs are always deterministic seeds for...
Raymond Hettinger
2017-01-07
2
-11/+13
|
*
test_curses - substitute self.skip() with self.skipTest()
Xavier de Gaye
2017-01-06
1
-2/+2
|
*
- Issue #29169: Update zlib to 1.2.10.
doko@ubuntu.com
2017-01-05
29
-1176/+2100
|
*
add Modules/zlib/zlib.map to .hgeol
doko@ubuntu.com
2017-01-05
1
-0/+3
|
*
Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuk...
Steve Dower
2016-12-28
4
-1/+14
|
*
Fixed possible reference leaks in the _json module.
Serhiy Storchaka
2017-01-03
1
-1/+4
*
|
revert 030e100f048a (#29006, #10513)
Benjamin Peterson
2017-01-12
3
-33/+4
|
/
*
only include sys/random.h if it seems like it might have something useful (#2...
Benjamin Peterson
2017-01-02
1
-1/+1
*
ring in 2017 for Python
Benjamin Peterson
2017-01-02
11
-13/+14
*
Issue #29094: Offsets in a ZIP file created with extern file object and modes
Serhiy Storchaka
2017-01-01
2
-1/+4
*
Issue #29123: Make CheckSqlTimestamp more robust
Berker Peksag
2016-12-31
1
-2/+1
*
Issue #29112: Fix a questionable wording in sequence doc.
Xiang Zhang
2016-12-30
1
-1/+1
*
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
Serhiy Storchaka
2016-12-28
4
-9/+35
*
Issue #9770: curses.ascii predicates now work correctly with negative integers.
Serhiy Storchaka
2016-12-28
3
-9/+31
*
Fixed running MiscTests in test_xml_etree_c.
Serhiy Storchaka
2016-12-28
1
-0/+2
*
Backed out changeset 78bf34b6a713
Serhiy Storchaka
2016-12-28
3
-32/+4
*
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
6
-15/+147
*
Issue #28998: More APIs now support longs as well as ints.
Serhiy Storchaka
2016-12-27
23
-44/+70
*
Issue #29078: Add the missing import in datetime.time doc example.
Xiang Zhang
2016-12-27
2
-1/+2
*
Issue #28815: Skip TIPC tests if /proc/modules is not readable
Martin Panter
2016-12-24
1
-3/+11
*
Issue #1446619: Account for negative slice direction in description
Martin Panter
2016-12-24
1
-2/+4
*
Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT
Martin Panter
2016-12-24
2
-3/+5
[prev]
[next]