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
*
Close #18635: Move class level private attribute from instance to class.
Ethan Furman
2013-08-04
2
-1/+19
*
Null merge.
Charles-François Natali
2013-08-04
0
-0/+0
|
\
|
*
Issue #17684: Fix some test_socket failures due to limited FD passing support
Charles-Francois Natali
2013-05-20
1
-6/+4
*
|
Hum, VMS code is still present
Victor Stinner
2013-08-04
1
-1/+0
*
|
Complete What's New in Python 3.4
Victor Stinner
2013-08-04
1
-2/+7
*
|
Merging the 3.4.0a1 head.
Larry Hastings
2013-08-04
5
-8/+23
|
\
\
|
*
\
Issue #17902: Clarify doc of ElementTree.iterparse and IncrementalParser
Eli Bendersky
2013-08-04
1
-2/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #17902: Clarify doc of ElementTree.iterparse
Eli Bendersky
2013-08-04
1
-1/+2
|
*
|
Merge fix for Issue #17011 from 3.3
Eli Bendersky
2013-08-04
2
-2/+18
|
|
\
\
|
|
|
/
|
|
*
Issue #17011: Fix caching of xpath path when namespaces are present.
Eli Bendersky
2013-08-04
2
-2/+18
|
*
|
Issue #16741: Remove testing of implementation artifact.
Serhiy Storchaka
2013-08-03
1
-2/+0
|
|
\
\
|
|
|
/
|
|
*
Issue #16741: Remove testing of implementation artifact.
Serhiy Storchaka
2013-08-03
1
-2/+0
|
*
|
Issue #18647: Temporary disable the "nothing to repeat" check to make buildbo...
Serhiy Storchaka
2013-08-03
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #18647: Temporary disable the "nothing to repeat" check to make buildbo...
Serhiy Storchaka
2013-08-03
1
-2/+2
*
|
|
Cycled Misc/NEWS for alpha 2, touched patchlevel.
Larry Hastings
2013-08-04
2
-1/+13
*
|
|
Merge from v3.4.0a1 head.
Larry Hastings
2013-08-03
9
-76/+124
|
\
\
\
|
|
/
/
|
*
|
Null merge
Serhiy Storchaka
2013-08-03
0
-0/+0
|
|
\
\
|
|
|
/
|
|
*
Merge heads
Serhiy Storchaka
2013-08-03
2
-1/+6
|
|
|
\
|
*
|
\
Merge heads
Serhiy Storchaka
2013-08-03
2
-1/+7
|
|
\
\
\
|
|
*
\
\
Issue #16067: Merge with 3.3
Martin v. Löwis
2013-08-03
2
-1/+7
|
|
|
\
\
\
|
|
|
|
|
/
|
|
|
|
/
|
|
|
|
*
|
Issue #16067: Add description into MSI file to replace installer's temporary ...
Martin v. Löwis
2013-08-03
2
-1/+6
|
*
|
|
|
Issue #16741: Fix an error reporting in int().
Serhiy Storchaka
2013-08-03
5
-68/+98
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
/
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #16741: Fix an error reporting in int().
Serhiy Storchaka
2013-08-03
5
-67/+101
|
|
|
/
|
*
|
Merge heads
Serhiy Storchaka
2013-08-03
1
-1/+0
|
|
\
\
|
*
\
\
Issue #17998: Fix an internal error in regular expression engine.
Serhiy Storchaka
2013-08-03
4
-7/+19
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #17998: Fix an internal error in regular expression engine.
Serhiy Storchaka
2013-08-03
4
-7/+19
*
|
|
|
Added tag v3.4.0a1 for changeset 46535f65e7f3
Larry Hastings
2013-08-03
1
-0/+1
*
|
|
|
Bumped version to 3.4.0a1.
v3.4.0a1
Larry Hastings
2013-08-03
6
-8/+8
*
|
|
|
Updated pydoc topics for Python 3.4.0a1 release.
Larry Hastings
2013-08-03
1
-12/+12
|
|
_
|
/
|
/
|
|
*
|
|
Remove debugging print.
Mark Dickinson
2013-08-03
1
-1/+0
|
/
/
*
|
- Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).
doko@ubuntu.com
2013-08-03
2
-0/+4
|
\
\
|
|
/
|
*
- Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).
doko@ubuntu.com
2013-08-03
2
-0/+4
*
|
Merge #18396 from 3.3
Nick Coghlan
2013-08-03
2
-2/+11
|
\
\
|
|
/
|
*
Close #18396: fix spurious test_signal failure on Windows
Nick Coghlan
2013-08-03
2
-2/+11
*
|
Minor consistency fixes for some longobject.c exception messages:
Mark Dickinson
2013-08-03
1
-4/+4
*
|
Fix minor documentation markup error.
Larry Hastings
2013-08-03
1
-1/+1
*
|
Issue #17046: merge from 3.3
Ned Deily
2013-08-03
2
-1/+4
|
\
\
|
|
/
|
*
Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case.
Ned Deily
2013-08-03
2
-1/+4
*
|
Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deall...
Antoine Pitrou
2013-08-02
4
-33/+0
*
|
Fix warning: ‘ptr2’ may be used uninitialized in this function
Christian Heimes
2013-08-02
1
-0/+1
*
|
Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
Charles-François Natali
2013-08-02
1
-3/+3
|
\
\
|
|
/
|
*
Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
Charles-François Natali
2013-08-02
1
-3/+3
*
|
Issue #18517: merge from 3.3
Ned Deily
2013-08-02
1
-8/+9
|
\
\
|
|
/
|
*
Issue #18517: Move definition of "xxlimited" extension to detect_modules().
Ned Deily
2013-08-02
1
-8/+9
*
|
Closes #18627: merge from 3.3
Ned Deily
2013-08-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18627: Fix typo noticed by Vajrasky Kok.
Ned Deily
2013-08-02
1
-1/+1
*
|
Issue #17557: merge from 3.3
Ned Deily
2013-08-02
3
-0/+34
|
\
\
|
|
/
|
*
Issue #17557: Fix os.getgroups() to work with the modified behavior of
Ned Deily
2013-08-02
3
-0/+34
|
*
Issue #17899: Fix rare file descriptor leak in os.listdir().
Larry Hastings
2013-08-02
2
-0/+13
*
|
Issue #17899: Fix rare file descriptor leak in os.listdir().
Larry Hastings
2013-08-02
2
-2/+14
[next]