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
*
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
*
Issue #11268: Prevent Mac OS X Installer failure if Documentation
Ned Deily
2011-02-21
2
-1/+8
*
Issue 11263: Fix link to source code.
Raymond Hettinger
2011-02-21
1
-1/+1
*
Issue #11089: Fix performance issue limiting the use of ConfigParser()
Raymond Hettinger
2011-02-21
3
-8/+103
*
Issue #10990: Prevent tests from clobbering a set trace function.
Brett Cannon
2011-02-21
15
-237/+299
*
Fix compile error under MSVC introduced by r88460.
Antoine Pitrou
2011-02-21
1
-2/+2
*
Ignore Vim .swp files.
Brett Cannon
2011-02-21
1
-0/+1
*
Fix issues on 32-bit systems introduced by r88460
Antoine Pitrou
2011-02-21
1
-6/+6
*
3.2 is stable now.
Georg Brandl
2011-02-21
1
-1/+1
*
Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers
Antoine Pitrou
2011-02-21
3
-2/+57
*
Issue 10160: Both single-arg and multi-arg calls have been sped-up.
Raymond Hettinger
2011-02-21
1
-3/+3
*
- Check for NULL result in PyType_FromSpec.
Martin v. Löwis
2011-02-21
2
-0/+7
*
Remove unittest methods scheduled for removal in 3.3 -- makes the unittest te...
Georg Brandl
2011-02-20
5
-152/+9
*
More automated version replacement.
Georg Brandl
2011-02-20
21
-864/+864
*
Bump trunk to 3.3 alpha 0.
Georg Brandl
2011-02-20
13
-30/+39
*
Bump to 3.3a0.
Georg Brandl
2011-02-20
1
-0/+0
*
Version bump to 3.2 final.
Georg Brandl
2011-02-20
6
-46/+37
*
Topic and suspicious update.
Georg Brandl
2011-02-20
2
-30/+16
*
#11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a...
Georg Brandl
2011-02-19
2
-0/+13
*
Fix two typos in what’s new (#11234).
Éric Araujo
2011-02-19
1
-2/+2
*
Some more grammar fixes/typos for what’s new (approved by Raymond; #11071)
Éric Araujo
2011-02-19
1
-6/+6
*
#11184: Fix large file support on AIX.
Georg Brandl
2011-02-19
3
-1/+16
*
#11222: fix non-framework shared library build on Mac, patch by Ned Deily.
Georg Brandl
2011-02-19
2
-2/+4
*
#10709: add back an updated AIX-NOTES (as README.AIX).
Georg Brandl
2011-02-19
2
-0/+142
*
Update the porting HOWTO to be a little less harsh on using 2to3.
Brett Cannon
2011-02-18
1
-23/+20
*
Doc fixups.
Raymond Hettinger
2011-02-18
2
-3/+6
*
Fix-up logging.dictConfig() example.
Raymond Hettinger
2011-02-17
1
-3/+5
*
Fix an import and add a citation.
Raymond Hettinger
2011-02-17
1
-4/+7
*
#730467: Another small AIX fix.
Georg Brandl
2011-02-15
3
-4/+4
[next]