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
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
|
Fixes issue #16327: The subprocess module no longer leaks file descriptors
Gregory P. Smith
2012-11-11
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Fixes issue #16327: The subprocess module no longer leaks file descriptors
Gregory P. Smith
2012-11-11
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Fixes issue #16327: The subprocess module no longer leaks file descriptors
Gregory P. Smith
2012-11-11
1
-0/+3
|
|
*
move note to the right section
Gregory P. Smith
2012-11-11
1
-3/+3
*
|
|
Fixes issue #14396: Handle the odd rare case of waitpid returning 0
Gregory P. Smith
2012-11-11
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Fixes issue #14396: Handle the odd rare case of waitpid returning 0
Gregory P. Smith
2012-11-11
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when
Gregory P. Smith
2012-11-11
1
-0/+3
*
|
|
Fixes issue #9535: Fix pending signals that have been received but not
Gregory P. Smith
2012-11-11
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Fixes issue #9535: Fix pending signals that have been received but not
Gregory P. Smith
2012-11-11
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Fixes issue #9535: Fix pending signals that have been received but not
Gregory P. Smith
2012-11-11
1
-0/+3
*
|
|
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...
Nadeem Vawda
2012-11-11
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...
Nadeem Vawda
2012-11-11
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...
Nadeem Vawda
2012-11-11
1
-0/+3
*
|
|
Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...
Nadeem Vawda
2012-11-11
1
-2/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...
Nadeem Vawda
2012-11-11
1
-2/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...
Nadeem Vawda
2012-11-11
1
-2/+4
*
|
|
Issue #16357: fix calling accept() on a SSLSocket created through SSLContext....
Antoine Pitrou
2012-11-11
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #16357: fix calling accept() on a SSLSocket created through SSLContext....
Antoine Pitrou
2012-11-11
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #16357: fix calling accept() on a SSLSocket created through SSLContext....
Antoine Pitrou
2012-11-11
1
-0/+3
*
|
|
Fixes issue #16409: The reporthook callback made by the legacy
Gregory P. Smith
2012-11-10
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Fixes issue #16409: The reporthook callback made by the legacy
Gregory P. Smith
2012-11-10
1
-0/+5
*
|
|
Issue #14794: slice.indices no longer returns OverflowError for out-of-range ...
Mark Dickinson
2012-11-10
1
-0/+3
*
|
|
#13301: merge with 3.3.
Ezio Melotti
2012-11-09
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
#13301: merge with 3.2.
Ezio Melotti
2012-11-09
1
-0/+6
|
|
\
\
|
|
|
/
|
|
*
#13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Pa...
Ezio Melotti
2012-11-09
1
-0/+6
*
|
|
Merge 3.3.
Stefan Krah
2012-11-07
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #16431: Use the type information when constructing a Decimal subtype
Stefan Krah
2012-11-07
1
-0/+3
*
|
|
Issue #15001: fix segfault on "del sys.module['__main__']"
Hynek Schlawack
2012-11-07
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #15001: fix segfault on "del sys.module['__main__']"
Hynek Schlawack
2012-11-07
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #15001: fix segfault on "del sys.module['__main__']"
Hynek Schlawack
2012-11-07
1
-0/+3
*
|
|
Backed out changeset dafca4714298
Tim Golden
2012-11-06
1
-3/+0
*
|
|
issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon
Tim Golden
2012-11-06
1
-0/+3
*
|
|
Issue #15641: Clean up deprecated classes from importlib
Andrew Svetlov
2012-11-05
1
-0/+3
*
|
|
Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal...
Nadeem Vawda
2012-11-04
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal...
Nadeem Vawda
2012-11-04
1
-0/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal...
Nadeem Vawda
2012-11-04
1
-0/+4
[next]