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 #13477: Added command line interface to the tarfile module.
Serhiy Storchaka
2013-11-23
4
-1/+323
*
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings
2013-11-23
18
-136/+343
*
Keep asyncio working with Python 3.3 too.
Guido van Rossum
2013-11-23
1
-2/+9
*
asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Se...
Guido van Rossum
2013-11-23
2
-18/+20
*
Issue #19358: "make clinic" now runs the Argument Clinic preprocessor
Larry Hastings
2013-11-23
3
-3/+36
*
Issue #19730: Argument Clinic now supports all the existing PyArg
Larry Hastings
2013-11-23
9
-155/+466
*
Issue #19722: Added opcode.stack_effect(), which accurately
Larry Hastings
2013-11-23
8
-8/+177
*
Update Tcl/Tk to 8.6.1.
Martin v. Löwis
2013-11-23
7
-28/+28
*
Issue #19735: Implement private function ssl._create_stdlib_context() to
Christian Heimes
2013-11-23
11
-55/+100
*
Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,
Serhiy Storchaka
2013-11-23
8
-37/+168
*
Package _overlapped.
Martin v. Löwis
2013-11-23
1
-0/+1
*
Merge heads
Serhiy Storchaka
2013-11-23
1
-3/+4
|
\
|
*
Fix test_pickletools.py doctest's on 32-bit platforms. I hate doctests.
Gregory P. Smith
2013-11-23
1
-3/+4
*
|
Issue #13592: Improved the repr for regular expression pattern objects.
Serhiy Storchaka
2013-11-23
5
-1/+150
|
/
*
Fix signed / unsigned comparison
Antoine Pitrou
2013-11-23
1
-1/+1
*
test_pickle: speed up test_long
Antoine Pitrou
2013-11-23
1
-1/+5
*
Issue #19641: Added the audioop.byteswap() function to convert big-endian
Serhiy Storchaka
2013-11-23
10
-78/+80
*
gcc doesn't realize that dummy is always initialized by the function call
Gregory P. Smith
2013-11-23
1
-1/+1
*
Issue #17810: Fixed NULL check in _PyObject_GetItemsIter()
Christian Heimes
2013-11-23
1
-1/+1
*
merge
Christian Heimes
2013-11-23
13
-13/+45
|
\
|
*
Merge heads
Serhiy Storchaka
2013-11-23
2
-14/+28
|
|
\
|
*
|
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka
2013-11-23
13
-13/+45
*
|
|
Issue #17810: Add two missing error checks to save_global
Christian Heimes
2013-11-23
1
-2/+4
|
|
/
|
/
|
*
|
Merge
Antoine Pitrou
2013-11-23
1
-1/+1
|
\
\
|
*
|
Issue #17810: return -1 on error
Christian Heimes
2013-11-23
1
-1/+1
*
|
|
Fix writing out 64-bit size fields on 32-bit builds
Antoine Pitrou
2013-11-23
2
-14/+25
|
/
/
*
|
Issue #17810: Add NULL check to save_frozenset
Christian Heimes
2013-11-23
1
-0/+3
|
/
*
asyncio: Use socketpair() from test_utils in tests (Saúl Ibarra Corretgé).
Guido van Rossum
2013-11-23
1
-1/+1
*
Fix typo.
Guido van Rossum
2013-11-23
1
-1/+1
*
#10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unit...
Ezio Melotti
2013-11-23
4
-0/+120
*
#19639: update the repr of the match objects in the docs. Patch by Claudiu P...
Ezio Melotti
2013-11-23
3
-18/+18
*
Fix whitespace
Antoine Pitrou
2013-11-23
1
-3/+3
*
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou
2013-11-23
12
-997/+3123
*
#13633: Added a new convert_charrefs keyword arg to HTMLParser that, when Tru...
Ezio Melotti
2013-11-23
4
-36/+134
*
Fixed incorrectly applying a patch for issue19668.
Serhiy Storchaka
2013-11-23
2
-26/+724
*
Undo (hopefully) buildbot failures
Antoine Pitrou
2013-11-23
1
-1/+1
|
\
|
*
Undo (hopefully) buildbot failures
Antoine Pitrou
2013-11-23
1
-1/+1
|
*
Issue #19308: fix the gdb plugin on gdbs linked with Python 3
Antoine Pitrou
2013-11-23
2
-53/+70
*
|
Relax timing even more, hopefully again fixes issue 19579.
Guido van Rossum
2013-11-23
1
-1/+1
*
|
Merge heads
Serhiy Storchaka
2013-11-23
2
-1/+7
|
\
\
|
*
|
Isue #19634: test_y_before_1900() is expected to fail on Solaris
Victor Stinner
2013-11-23
1
-1/+3
|
*
|
Add news about pdb fix for yield[from].
Guido van Rossum
2013-11-23
1
-0/+4
*
|
|
Issue #19668: Added support for the cp1125 encoding.
Serhiy Storchaka
2013-11-23
7
-31/+44
|
/
/
*
|
Issue #19308: fix the gdb plugin on gdbs linked with Python 3
Antoine Pitrou
2013-11-23
2
-53/+70
*
|
Tweak ssl docs
Antoine Pitrou
2013-11-23
1
-23/+53
*
|
- Modules/_struct.c (unpackiter_type): Define static.
doko@ubuntu.com
2013-11-23
1
-1/+1
*
|
merge
Christian Heimes
2013-11-23
16
-57/+197
|
\
\
|
*
|
Issue #19715: try the utime(..., None) approach again, now that it should be ...
Antoine Pitrou
2013-11-23
2
-8/+3
|
*
|
Issue #19727: os.utime(..., None) is now potentially more precise under Windows.
Antoine Pitrou
2013-11-23
2
-7/+5
|
*
|
Issue #19634: time.strftime("%y") now raises a ValueError on Solaris when given
Victor Stinner
2013-11-23
1
-1/+1
[next]