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 #6715: Add module for compression using the LZMA algorithm.
Nadeem Vawda
2011-11-29
16
-6/+3773
*
Py_UNICODE_HIGH_SURROGATE() and Py_UNICODE_LOW_SURROGATE() macros
Victor Stinner
2011-11-29
2
-26/+23
*
Mention hashable memoryviews, and reformat.
Antoine Pitrou
2011-11-29
1
-13/+13
*
Add subheaders to make PEP 393 description clearer
Antoine Pitrou
2011-11-29
1
-22/+28
*
Merge 3.2
Éric Araujo
2011-11-29
11
-16/+37
|
\
|
*
Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487).
Éric Araujo
2011-11-29
3
-1/+5
|
*
Mark up constants in sockets docs as such
Éric Araujo
2011-11-29
1
-8/+8
|
*
Fix instructions on how to rebuild some modules
Éric Araujo
2011-11-29
3
-3/+3
|
*
Add a regrtest cleanup check for shutil registries
Éric Araujo
2011-11-29
1
-0/+19
|
*
Fix last remaining references to ex-devguide
Éric Araujo
2011-11-29
2
-3/+2
|
*
Fix typo (#13467)
Éric Araujo
2011-11-29
1
-1/+1
*
|
cleanup setup.py for curses options
Victor Stinner
2011-11-28
1
-9/+8
*
|
(Merge 3.2) Fix curses module for strict SysV implementation (without has_key...
Victor Stinner
2011-11-28
1
-1/+1
|
\
\
|
|
/
|
*
Fix curses module for strict SysV implementation (without has_key function)
Victor Stinner
2011-11-28
1
-1/+1
*
|
Merge test_xmlrpc_net fixes (issue #13434)
Antoine Pitrou
2011-11-28
1
-1/+2
|
\
\
|
|
/
|
*
Fix resource warning in test_xmlrpc_net
Antoine Pitrou
2011-11-28
1
-0/+1
|
*
Issue #13434: skip the time.xmlrpc.com test, and reenable the buildbot test.
Antoine Pitrou
2011-11-28
1
-1/+1
*
|
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou
2011-11-28
3
-15/+59
|
\
\
|
|
/
|
*
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou
2011-11-28
3
-15/+59
*
|
Issue #12618: py_compile cannot create files in current directory
Meador Inge
2011-11-28
4
-1/+16
|
\
\
|
|
/
|
*
Issue #12618: py_compile cannot create files in current directory
Meador Inge
2011-11-28
4
-1/+16
*
|
Issue #13415: test_curses skips unencodable characters
Victor Stinner
2011-11-28
1
-1/+8
*
|
Null merge.
Charles-François Natali
2011-11-27
0
-0/+0
|
\
\
|
|
/
|
*
Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X.
Charles-François Natali
2011-11-27
1
-0/+4
*
|
Null merge.
Charles-François Natali
2011-11-27
0
-0/+0
|
\
\
|
|
/
|
*
Issue #13415: Test in configure if unsetenv() has a return value or not.
Charles-François Natali
2011-11-27
4
-310/+333
*
|
MERGE: Closes issue #13488: Some old preprocessors have problem with #define ...
Jesus Cea
2011-11-27
1
-80/+80
|
\
\
|
|
/
|
*
Closes issue #13488: Some old preprocessors have problem with #define not in ...
Jesus Cea
2011-11-27
1
-80/+80
*
|
Issue #13415: Help to locate curses.h when _curses module is linked to ncursesw
Victor Stinner
2011-11-26
2
-1/+8
*
|
Issue #13444: When stdout has been closed explicitly, we should not attempt t...
Antoine Pitrou
2011-11-26
3
-2/+40
|
\
\
|
|
/
|
*
Issue #13444: When stdout has been closed explicitly, we should not attempt t...
Antoine Pitrou
2011-11-26
3
-2/+40
*
|
Issue #12618: fix py_compile unit tests to handle different drives on Windows
Meador Inge
2011-11-26
1
-0/+10
|
\
\
|
|
/
|
*
Issue #12618: fix py_compile unit tests to handle different drives on Windows
Meador Inge
2011-11-26
1
-0/+10
*
|
sched.py: fix test_queue by making sure that queue property returns an orderd...
Giampaolo Rodola'
2011-11-26
1
-7/+8
*
|
Issue #13415: Skip test_os.test_unset_error on FreeBSD < 7 and OS X < 10.6
Charles-François Natali
2011-11-26
1
-0/+4
*
|
Issue #12618: create unit tests for the py_compile module
Meador Inge
2011-11-26
1
-0/+42
|
\
\
|
|
/
|
*
Issue #12618: create unit tests for the py_compile module
Meador Inge
2011-11-26
1
-0/+42
*
|
Issue #13380: add an internal function for resetting the ctypes caches
Meador Inge
2011-11-26
4
-9/+25
|
\
\
|
|
/
|
*
Issue #13380: add an internal function for resetting the ctypes caches
Meador Inge
2011-11-26
4
-9/+25
*
|
Some libcs' snprintf may output a leading minus sign when %p-formatting
Antoine Pitrou
2011-11-26
1
-17/+17
*
|
Merge heads
Antoine Pitrou
2011-11-26
32
-306/+1040
|
\
\
|
*
|
Issue #12567: The curses module uses Unicode functions for Unicode arguments
Victor Stinner
2011-11-25
6
-121/+520
|
*
|
Issue #12856: Ensure child processes do not inherit the parent's random seed ...
Antoine Pitrou
2011-11-25
3
-2/+43
|
|
\
\
|
|
|
/
|
|
*
Issue #12856: Ensure child processes do not inherit the parent's random seed ...
Antoine Pitrou
2011-11-25
3
-2/+43
|
*
|
NEWS: fix the issue number for PyUnicode_EncodeDecimal change
Victor Stinner
2011-11-25
1
-1/+1
|
*
|
Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers
Victor Stinner
2011-11-25
3
-127/+26
|
*
|
Typo
Antoine Pitrou
2011-11-25
1
-1/+1
|
*
|
Update What's new for PEP 3155
Antoine Pitrou
2011-11-25
1
-0/+59
|
*
|
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou
2011-11-25
21
-43/+322
|
*
|
Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size par...
Antoine Pitrou
2011-11-25
3
-3/+31
[next]