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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
#16309: avoid using deprecated method and turn docstring in a comment.
Ezio Melotti
2012-11-22
1
-6/+6
*
#16522: Add FAIL_FAST flag to doctest.
R David Murray
2012-11-21
2
-3/+52
*
Merge from 3.3: Improve str() and object.__str__() docs (issue #13538).
Chris Jerdonek
2012-11-21
2
-0/+21
|
\
|
*
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
2
-0/+21
*
|
Do a better job of preserving the state of sys.modules.
Barry Warsaw
2012-11-20
1
-1/+6
|
\
\
|
|
/
|
*
Do a better job of preserving the state of sys.modules.
Barry Warsaw
2012-11-20
1
-1/+6
*
|
Merge test from issue #1160.
Antoine Pitrou
2012-11-20
1
-0/+6
|
\
\
|
|
/
|
*
Merge test from issue #1160.
Antoine Pitrou
2012-11-20
1
-0/+6
|
|
\
|
|
*
Issue #1160: Fix compiling large regular expressions on UCS2 builds.
Antoine Pitrou
2012-11-20
1
-0/+6
*
|
|
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw
2012-11-20
2
-4/+23
|
\
\
\
|
|
/
/
|
*
|
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw
2012-11-20
2
-4/+23
|
*
|
#7782: merge with 3.2.
Ezio Melotti
2012-11-18
1
-0/+15
|
|
\
\
|
|
|
/
|
|
*
#7782: add a test for test_iter.
Ezio Melotti
2012-11-18
1
-0/+15
*
|
|
Remove sys.platform == 'riscos' checks from some Python and test files. #16501
Christian Heimes
2012-11-18
6
-14/+4
*
|
|
#7782: merge with 3.3.
Ezio Melotti
2012-11-18
1
-0/+15
*
|
|
Issue #15627: Add the compile_source() method to
Brett Cannon
2012-11-18
2
-9/+18
*
|
|
#16306: merge with 3.3.
Ezio Melotti
2012-11-18
1
-1/+8
|
\
\
\
|
|
/
/
|
*
|
#16306: merge with 3.2.
Ezio Melotti
2012-11-18
1
-1/+8
|
|
\
\
|
|
|
/
|
|
*
#16306: Fix multiple error messages when unknown command line parameters wher...
Ezio Melotti
2012-11-18
1
-1/+8
|
|
*
#14313: zipfile now raises NotImplementedError when the compression type is u...
Ezio Melotti
2012-11-18
2
-0/+39
*
|
|
Issue #10966: Remove the concept of unexpected skipped tests.
Brett Cannon
2012-11-18
3
-298/+12
*
|
|
Issue #16408: Fix file descriptors not being closed in error conditions in th...
Antoine Pitrou
2012-11-17
1
-234/+217
|
\
\
\
|
|
/
/
|
*
|
Issue #16408: Fix file descriptors not being closed in error conditions in th...
Antoine Pitrou
2012-11-17
1
-234/+217
|
|
\
\
|
|
|
/
|
|
*
Issue #16408: Fix file descriptors not being closed in error conditions in th...
Antoine Pitrou
2012-11-17
1
-222/+205
*
|
|
Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak referenc...
Antoine Pitrou
2012-11-17
2
-1/+195
*
|
|
#11981: remove duplicate line. Patch by Johan Euphrosine.
Ezio Melotti
2012-11-17
1
-1/+0
*
|
|
Merge fix for #16489 from 3.3
Brett Cannon
2012-11-17
1
-1/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #16489: Make it clearer that importlib.find_loader() requires
Brett Cannon
2012-11-17
1
-1/+3
*
|
|
MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files,...
Jesus Cea
2012-11-17
1
-6/+6
|
\
\
\
|
|
/
/
|
*
|
MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files,...
Jesus Cea
2012-11-17
1
-6/+6
|
|
\
\
|
|
|
/
|
|
*
Closes #16461: Wave library should be able to deal with 4GB wav files, and sa...
Jesus Cea
2012-11-17
1
-6/+6
*
|
|
#16478: merge with 3.3.
Ezio Melotti
2012-11-16
1
-8/+8
|
\
\
\
|
|
/
/
|
*
|
#16478: merge with 3.2.
Ezio Melotti
2012-11-16
1
-8/+8
|
|
\
\
|
|
|
/
|
|
*
#16478: use floor division in tabnanny and fix a ResourceWarning. Patch by S...
Ezio Melotti
2012-11-16
1
-8/+11
*
|
|
Issue #16469: Fraction(float('nan')) and Fraction(float('inf')) now raise Val...
Mark Dickinson
2012-11-15
2
-19/+27
*
|
|
Issue #16481: Merge
Richard Oudkerk
2012-11-15
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #16481: multiprocessing no longer leaks process handles on Windows.
Richard Oudkerk
2012-11-15
1
-0/+1
*
|
|
Allow configuration of handler properties.
Vinay Sajip
2012-11-15
2
-0/+39
*
|
|
merge 3.3
Philip Jenvey
2012-11-14
1
-5/+10
|
\
\
\
|
|
/
/
|
*
|
merge 3.2
Philip Jenvey
2012-11-14
1
-5/+10
|
|
\
\
|
|
|
/
|
|
*
don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine)
Philip Jenvey
2012-11-14
1
-5/+9
*
|
|
Fix a typo
Brett Cannon
2012-11-14
1
-1/+1
*
|
|
merge
Brett Cannon
2012-11-14
1
-0/+2
|
\
\
\
|
*
|
|
Issue #16290: __complex__ must now always return an instance of complex.
Mark Dickinson
2012-11-14
1
-0/+2
*
|
|
|
Clean up the messages used by some tests.
Brett Cannon
2012-11-14
4
-11/+7
*
|
|
|
Clean up test_sundry and have it error out when a module has grown
Brett Cannon
2012-11-14
1
-18/+14
*
|
|
|
Use importlib instead of calling __import__ directly.
Brett Cannon
2012-11-14
1
-2/+1
|
/
/
/
*
|
|
Closes #16378: Merged docstring changes from 3.3.
Vinay Sajip
2012-11-14
1
-4/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #16378: Updated docstrings to reflect the defaults present in the code.
Vinay Sajip
2012-11-14
1
-4/+7
*
|
|
Fix whitespace.
Antoine Pitrou
2012-11-13
1
-1/+1
[next]