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
*
run autoconf
Benjamin Peterson
2011-02-25
2
-524/+484
*
Add 3.3 whatsnew to index.
Georg Brandl
2011-02-25
1
-0/+1
*
Remove unused m4 define.
Georg Brandl
2011-02-25
1
-7/+0
*
Removed fcmp and FUZZ from test.support, following the discussion on python-dev:
Eli Bendersky
2011-02-25
3
-25/+10
*
Issue #10516: adding list.clear() and list.copy() methods
Eli Bendersky
2011-02-25
6
-2/+81
*
Adds Python 3.3 what's new document.
Giampaolo Rodolà
2011-02-24
1
-0/+95
*
Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer with
Antoine Pitrou
2011-02-24
4
-0/+21
*
Issue #11286: Fixed unpickling of empty 2.x strings.
Alexander Belopolsky
2011-02-24
4
-13/+12
*
Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spado...
Éric Araujo
2011-02-24
5
-3/+36
*
rewrite
Benjamin Peterson
2011-02-24
1
-26/+25
*
this seems to be pointlessly nested
Benjamin Peterson
2011-02-24
1
-9/+6
*
Merged revisions 88535 via svnmerge from
Benjamin Peterson
2011-02-24
1
-0/+4
*
Issue #11304: Input/output tutorial - PI is rounded not truncated.
Raymond Hettinger
2011-02-24
1
-1/+1
*
Revert r88503 as Benjamin's request.
Brett Cannon
2011-02-23
2
-6/+3
*
Issue #3080: Fix test_reprlib on Windows
Victor Stinner
2011-02-23
1
-1/+1
*
Issue #11272: Fix input() and sys.stdin for Windows newline
Victor Stinner
2011-02-23
4
-5/+48
*
Issue #11224: Improved sparse file read support (r85916) introduced a
Lars Gustäbel
2011-02-23
3
-3/+22
*
dynload_dl.c: replace tabs by spaces
Victor Stinner
2011-02-23
1
-7/+7
*
Add tests for the _ChainMap helper class.
Raymond Hettinger
2011-02-23
2
-0/+119
*
Indent "versionadded" properly.
Georg Brandl
2011-02-23
1
-5/+5
*
Add new subdirectory to LIBSUBDIRS.
Georg Brandl
2011-02-23
1
-1/+1
*
Fix imports from collections.abc
Raymond Hettinger
2011-02-23
7
-20/+22
*
Issue #3080: Add PyModule_GetNameObject()
Victor Stinner
2011-02-23
3
-21/+45
*
Issue #3080: Mark _PyImport_FindBuiltin() argument as constant
Victor Stinner
2011-02-23
2
-4/+4
*
Issue #3080: document encoding used by import functions
Victor Stinner
2011-02-22
3
-16/+51
*
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
Victor Stinner
2011-02-22
8
-11/+10
*
Issue #3080: Mark PyWin_FindRegisteredModule() as private
Victor Stinner
2011-02-22
2
-7/+7
*
A crypt algorithm may not be available by returning None.
Brett Cannon
2011-02-22
1
-2/+7
*
Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API
Brett Cannon
2011-02-22
3
-58/+60
*
Issue #11277: finally fix Snow Leopard crash following r88460.
Antoine Pitrou
2011-02-22
1
-1/+1
*
Fix test.test_crypt.test_methods() to pass on OS X.
Brett Cannon
2011-02-22
1
-1/+4
*
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon
2011-02-22
36
-84/+69
*
In FTP.close() method, make sure to also close the socket object, not only th...
Giampaolo Rodolà
2011-02-22
0
-0/+0
*
In FTP.close() method, make sure to also close the socket object, not only th...
Giampaolo Rodolà
2011-02-22
1
-3/+3
*
Add lib2to3.__main__ to make it easier for debugging purposes to run 2to3.
Brett Cannon
2011-02-22
2
-3/+6
*
smtlib.py PEP8 normalization via pep8.py script.
Giampaolo Rodolà
2011-02-22
1
-63/+73
*
Issue #10924: Adding salt and Modular Crypt Format to crypt library.
Sean Reifscheider
2011-02-22
7
-13/+183
*
Issue #11074: Make 'tokenize' so it can be reloaded.
Brett Cannon
2011-02-22
2
-3/+4
*
Issue #10512: close the log file in cgi when running tests.
Brett Cannon
2011-02-22
2
-0/+3
*
Issue #10992: make tests pass when run under coverage.
Brett Cannon
2011-02-22
13
-4/+58
*
Ignore __pycache__ in Lib/collections.
Brett Cannon
2011-02-22
0
-0/+0
*
Factor-out common code for helper classes.
Raymond Hettinger
2011-02-22
2
-20/+4
*
Have the test filename match the module filename.
Raymond Hettinger
2011-02-22
1
-0/+0
*
Issue #11085: Moved collections abstract base classes into a separate module
Raymond Hettinger
2011-02-22
8
-135/+163
*
Issue #4681: Allow mmap() to work on file sizes and offsets larger than
Antoine Pitrou
2011-02-21
3
-50/+112
*
Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due
Antoine Pitrou
2011-02-21
3
-19/+15
*
Fix PyUnicode_FromFormatV("%c") for non-BMP char
Victor Stinner
2011-02-21
3
-3/+30
*
Remove filename variable from ceval.c
Victor Stinner
2011-02-21
2
-17/+6
*
compileall uses repr() to format filenames/paths
Victor Stinner
2011-02-21
3
-6/+9
*
Remove bootstrap code of PyUnicode_AsEncodedString()
Victor Stinner
2011-02-21
2
-16/+5
[next]