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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
#16522: Add FAIL_FAST flag to doctest.
R David Murray
2012-11-21
1
-0/+2
*
Merge from 3.3: Improve str() and object.__str__() docs (issue #13538).
Chris Jerdonek
2012-11-21
1
-0/+2
|
\
|
*
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
1
-0/+2
*
|
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw
2012-11-20
1
-0/+3
|
\
\
|
|
/
|
*
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw
2012-11-20
1
-0/+3
*
|
remove unused flag (closes #16505)
Benjamin Peterson
2012-11-19
1
-0/+2
*
|
Issue #15627: Add the compile_source() method to
Brett Cannon
2012-11-18
1
-0/+2
*
|
#16306: merge with 3.3.
Ezio Melotti
2012-11-18
2
-0/+4
|
\
\
|
|
/
|
*
#16306: merge with 3.2.
Ezio Melotti
2012-11-18
2
-0/+4
|
|
\
|
|
*
#16306: Fix multiple error messages when unknown command line parameters wher...
Ezio Melotti
2012-11-18
2
-0/+4
|
|
*
#14313: zipfile now raises NotImplementedError when the compression type is u...
Ezio Melotti
2012-11-18
1
-0/+3
*
|
|
Issue #10966: Remove the concept of unexpected skipped tests.
Brett Cannon
2012-11-18
1
-0/+2
*
|
|
Issue #16408: Fix file descriptors not being closed in error conditions in th...
Antoine Pitrou
2012-11-17
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #16408: Fix file descriptors not being closed in error conditions in th...
Antoine Pitrou
2012-11-17
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #16408: Fix file descriptors not being closed in error conditions in th...
Antoine Pitrou
2012-11-17
1
-0/+3
*
|
|
Issue #16215: Fix potential double memory free in str.replace().
Antoine Pitrou
2012-11-17
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #16215: Fix potential double memory free in str.replace().
Antoine Pitrou
2012-11-17
1
-0/+3
*
|
|
Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak referenc...
Antoine Pitrou
2012-11-17
1
-0/+3
*
|
|
Merge fix for #16489 from 3.3
Brett Cannon
2012-11-17
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #16489: Make it clearer that importlib.find_loader() requires
Brett Cannon
2012-11-17
1
-0/+3
*
|
|
MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files,...
Jesus Cea
2012-11-17
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files,...
Jesus Cea
2012-11-17
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Closes #16461: Wave library should be able to deal with 4GB wav files, and sa...
Jesus Cea
2012-11-17
1
-0/+3
*
|
|
Add NEWS entries for the removal of Misc/Vim and Misc/TextMate.
Brett Cannon
2012-11-15
1
-6/+7
*
|
|
merge
Brett Cannon
2012-11-15
1
-0/+4
|
\
\
\
|
*
|
|
Issue #16469: Fraction(float('nan')) and Fraction(float('inf')) now raise Val...
Mark Dickinson
2012-11-15
1
-0/+4
*
|
|
|
Remove the TextMate bundle.
Brett Cannon
2012-11-15
8
-240/+0
*
|
|
|
Remove the Vim syntax files.
Brett Cannon
2012-11-15
4
-526/+0
|
/
/
/
*
|
|
Issue #16481: Merge
Richard Oudkerk
2012-11-15
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #16481: multiprocessing no longer leaks process handles on Windows.
Richard Oudkerk
2012-11-15
1
-0/+2
*
|
|
Merge from 3.3: update the PyPI docs regarding listing versions (issue #16400).
Chris Jerdonek
2012-11-14
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Merge from 3.2: update the PyPI docs regarding listing versions (issue #16400).
Chris Jerdonek
2012-11-14
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Update the description of which package versions PyPI displays (issue #16400).
Chris Jerdonek
2012-11-14
1
-0/+3
|
*
|
Issue #16453: Fix equality testing of dead weakref objects.
Antoine Pitrou
2012-11-11
1
-0/+2
|
|
\
\
|
|
|
/
*
|
|
Issue #16290: __complex__ must now always return an instance of complex.
Mark Dickinson
2012-11-14
1
-0/+3
*
|
|
Issue #12428: Add a pure Python implementation of functools.partial().
Antoine Pitrou
2012-11-13
2
-0/+4
*
|
|
Issue #16416: Fix Misc/NEWS entry, mention Mac OS X
Victor Stinner
2012-11-12
1
-5/+5
*
|
|
Issue #16416: OS data are now always encoded/decoded to/from
Victor Stinner
2012-11-12
1
-0/+6
*
|
|
Issue #16453: Fix equality testing of dead weakref objects.
Antoine Pitrou
2012-11-11
1
-0/+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #16453: Fix equality testing of dead weakref objects.
Antoine Pitrou
2012-11-11
1
-0/+2
*
|
|
Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...
Nadeem Vawda
2012-11-11
1
-0/+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...
Nadeem Vawda
2012-11-11
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...
Nadeem Vawda
2012-11-11
1
-0/+3
*
|
|
Fixes issue #16140: The subprocess module no longer double closes its
Gregory P. Smith
2012-11-11
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Fixes issue #16140: The subprocess module no longer double closes its
Gregory P. Smith
2012-11-11
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Fixes issue #16140: The subprocess module no longer double closes its
Gregory P. Smith
2012-11-11
1
-0/+3
*
|
|
Remove the subprocess "bad exception data" warning (formerly a print!)
Gregory P. Smith
2012-11-11
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Remove the subprocess "bad exception data" warning (formerly a print!)
Gregory P. Smith
2012-11-11
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Remove the subprocess "bad exception data" warning (formerly a print!)
Gregory P. Smith
2012-11-11
1
-0/+3
*
|
|
Raise our own SubprocessError rather than a RuntimeError in when dealing with
Gregory P. Smith
2012-11-11
1
-0/+3
[next]