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 #18760: Improved cross-references in the xml package.
Serhiy Storchaka
2013-08-29
7
-44/+67
|
\
|
*
Issue #18760: Improved cross-references in the xml package.
Serhiy Storchaka
2013-08-29
7
-44/+67
*
|
Tighten-up the lookkey() logic and beautify the code a bit.
Raymond Hettinger
2013-08-29
1
-88/+43
*
|
Fix tests for #11798
Andrew Svetlov
2013-08-28
2
-4/+10
*
|
Issue #11798: TestSuite now drops references to own tests after execution.
Andrew Svetlov
2013-08-28
6
-10/+72
*
|
Issue #18786: Don't reinstall old SIGUSR1 handler prematurely.
Richard Oudkerk
2013-08-28
1
-5/+7
*
|
(Merge 3.3) Fix @requires_freebsd_version and @requires_linux_version
Victor Stinner
2013-08-28
1
-0/+2
|
\
\
|
|
/
|
*
Fix @requires_freebsd_version and @requires_linux_version decorators of
Victor Stinner
2013-08-28
1
-0/+2
*
|
Fix test_socket.test_SOCK_CLOEXEC(), the test was wrong
Victor Stinner
2013-08-28
1
-1/+1
*
|
test_posix.test_pipe2() now checks that the O_NONBLOCK flag is set
Victor Stinner
2013-08-28
1
-2/+4
*
|
select.epoll.fromfd(fd) must be not change the inheritable flag of the file
Victor Stinner
2013-08-28
1
-1/+1
*
|
Issue #18865: remove unused import from multiprocessing.util.spawnv_passfds()
Victor Stinner
2013-08-28
1
-1/+1
*
|
Issue #18865: PEP 446 makes multiprocessing.util.pipe() unnecessary.
Richard Oudkerk
2013-08-28
2
-21/+1
*
|
Get rid of signed/unsigned comparaison in _sre.c
Victor Stinner
2013-08-28
1
-11/+11
*
|
_datetimemodule.c: fix the compilation warning "conversion from 'double' to
Victor Stinner
2013-08-27
1
-1/+1
*
|
fix a compilation warning in posix_openpty() on "PPC64 AIX 3.x" buildbot
Victor Stinner
2013-08-27
1
-0/+2
*
|
pythonrun.c: use MAXPATHLEN instead of PATH_MAX
Victor Stinner
2013-08-27
1
-1/+1
*
|
(Merge 3.3) Fix compilation of the _sqlite module if threads are disabled
Victor Stinner
2013-08-27
1
-0/+3
|
\
\
|
|
/
|
*
Fix compilation of the _sqlite module if threads are disabled
Victor Stinner
2013-08-27
1
-0/+3
*
|
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-27
51
-317/+1448
*
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
40
-150/+140
|
\
\
|
|
/
|
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
40
-150/+137
*
|
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner
2013-08-26
22
-176/+515
*
|
Restore changeset 5bd9db528aed (issue #18408)
Victor Stinner
2013-08-26
2
-0/+22
*
|
Issue #18664, #18408: Rewrite PyErr_WriteUnraisable() to handle errors
Victor Stinner
2013-08-26
1
-40/+62
*
|
Issue #18408: _PyObject_Dump() now saves/restores the current exception
Victor Stinner
2013-08-26
1
-0/+6
*
|
#18839: merge with 3.3.
Ezio Melotti
2013-08-26
1
-1/+1
|
\
\
|
|
/
|
*
#18839: document that sys.exit() will not accept a non-integer numeric value ...
Ezio Melotti
2013-08-26
1
-1/+1
*
|
Clarify pyexpat documentation in StartElementHandler
Eli Bendersky
2013-08-26
1
-2/+4
|
\
\
|
|
/
|
*
Clarify pyexpat documentation in StartElementHandler
Eli Bendersky
2013-08-26
1
-2/+4
*
|
Remove the obsolete XMLParser._start/_start_list duality.
Eli Bendersky
2013-08-26
1
-26/+12
*
|
#18803: merge with 3.3.
Ezio Melotti
2013-08-25
17
-20/+20
|
\
\
|
|
/
|
*
#18803: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-25
17
-20/+20
*
|
Merge doc fix from 3.3
Eli Bendersky
2013-08-25
1
-8/+8
|
\
\
|
|
/
|
*
Update XMLParser.close documentation and fix formatting.
Eli Bendersky
2013-08-25
1
-7/+9
*
|
Fix markup in elementtree docs.
Ezio Melotti
2013-08-25
1
-2/+2
*
|
#18833: merge with 3.3.
Ezio Melotti
2013-08-25
2
-0/+9
|
\
\
|
|
/
|
*
#18833: add a test for test_telnetlib. Patch by Alex Volkov.
Ezio Melotti
2013-08-25
2
-0/+9
*
|
Issue #18808: Non-daemon threads are now automatically joined when a sub-inte...
Antoine Pitrou
2013-08-25
3
-0/+54
*
|
Merge.
Charles-François Natali
2013-08-25
0
-0/+0
|
\
\
|
*
\
Issue #18763: subprocess: The file descriptors are now closed after calling the
Charles-François Natali
2013-08-25
2
-11/+29
|
|
\
\
*
|
\
\
Merge.
Charles-François Natali
2013-08-25
2
-11/+29
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge.
Charles-François Natali
2013-08-25
2
-11/+29
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #18763: subprocess: The file descriptors are now closed after calling the
Charles-François Natali
2013-08-25
2
-11/+29
*
|
|
|
Issue #18817: Fix a resource warning in Lib/aifc.py demo. Patch by
Serhiy Storchaka
2013-08-25
2
-21/+22
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #18817: Fix a resource warning in Lib/aifc.py demo.
Serhiy Storchaka
2013-08-25
2
-19/+25
*
|
|
|
Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags.
R David Murray
2013-08-25
3
-11/+61
|
\
\
\
\
|
|
/
/
/
|
*
|
|
#16611: BaseCookie now parses 'secure' and 'httponly' flags.
R David Murray
2013-08-25
3
-11/+61
*
|
|
|
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
Christian Heimes
2013-08-25
2
-1/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
Christian Heimes
2013-08-25
2
-1/+4
[next]