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
*
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
*
|
Issue #18519: Fix test_sqlite on old versions of libsqlite3
Victor Stinner
2013-08-01
1
-3/+12
*
|
Issue #18609, #18408: _ctypes_add_traceback() now clears the current exception
Victor Stinner
2013-08-01
1
-3/+20
*
|
Fix OS X installer build script to handle the pretty-printed _sysconfigdata.py
Ned Deily
2013-08-01
1
-8/+48
*
|
Fix the RLIMIT_CORE resource lowering logic in test_subprocess.
Antoine Pitrou
2013-08-01
1
-1/+1
*
|
Issue #10241: Clear extension module dict copies at interpreter shutdown.
Antoine Pitrou
2013-08-01
4
-0/+33
*
|
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou
2013-08-01
9
-201/+201
|
\
\
|
|
/
|
*
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou
2013-08-01
9
-192/+192
*
|
Issue #18608: Avoid keeping a strong reference to the locale module inside th...
Antoine Pitrou
2013-08-01
4
-27/+51
*
|
Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, ...
Antoine Pitrou
2013-08-01
3
-44/+122
*
|
test_capi: make a specific test case for the subinterpreter test
Antoine Pitrou
2013-08-01
1
-1/+6
*
|
Remove Lib/site.py hack to unregister patched builtins.
Antoine Pitrou
2013-08-01
1
-29/+10
*
|
Add a test for module weakrefability
Antoine Pitrou
2013-08-01
1
-0/+9
*
|
Issue #18569: The installer now adds .py to the PATHEXT variable
Martin v. Löwis
2013-08-01
2
-0/+10
*
|
Add UUID for 3.4.
Martin v. Löwis
2013-08-01
1
-0/+1
*
|
- Issue #18257: Fix readlink usage in python-config. Install the python
doko@ubuntu.com
2013-08-01
4
-2/+19
*
|
issue9035: Prevent Windows-specific tests from running on non-Windows platforms
Tim Golden
2013-08-01
1
-16/+16
*
|
Issue #9035: os.path.ismount now recognises volumes mounted below
Tim Golden
2013-08-01
4
-5/+103
*
|
#17616: Improve context manager tests, fix bugs in close method and mode docs.
R David Murray
2013-08-01
3
-26/+54
*
|
Initialize utime with 0. It fixes a couple of compiler warnung:
Christian Heimes
2013-07-31
1
-0/+1
|
\
\
|
|
/
|
*
Initialize utime with 0. It fixes a couple of compiler warnung:
Christian Heimes
2013-07-31
1
-0/+1
*
|
merge
Christian Heimes
2013-07-31
0
-0/+0
|
\
\
|
|
/
|
*
merge
Christian Heimes
2013-07-31
7
-16/+20
|
|
\
*
|
\
Silence warning about set but unused variable inside compile_atom() in non-de...
Christian Heimes
2013-07-31
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Silence warning about set but unused variable inside compile_atom() in non-de...
Christian Heimes
2013-07-31
1
-0/+1
*
|
|
Fix whitespace
Antoine Pitrou
2013-07-31
1
-1/+0
*
|
|
Issue #18214: Improve finalization of Python modules to avoid setting their g...
Antoine Pitrou
2013-07-31
9
-111/+180
*
|
|
Merge
Antoine Pitrou
2013-07-31
17
-32/+137
|
\
\
\
[next]