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 #9612: The set object is now 64-bit clean under Windows.
Antoine Pitrou
2010-08-17
1
-0/+2
*
fix issue #8807: adds a context parameter to POP3_SSL class.
Giampaolo Rodolà
2010-08-17
1
-0/+5
*
fix issue #8866: parameters passed to socket.getaddrinfo can now be specified...
Giampaolo Rodolà
2010-08-17
1
-0/+3
*
Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the mod...
Nick Coghlan
2010-08-17
1
-0/+3
*
Address XXX comment in dis.py: inspect.py now attempts to reuse the dis.py co...
Nick Coghlan
2010-08-17
1
-0/+3
*
Issue 9147: Add dis.code_info()
Nick Coghlan
2010-08-17
1
-0/+4
*
Document and test the resolution of issue 3445 (tolerate missing attributes i...
Nick Coghlan
2010-08-17
1
-0/+6
*
Remove some lingering remnants of the short-lived functools.lfu_cache
Nick Coghlan
2010-08-17
1
-1/+1
*
add support for abstract class and static methods #5867
Benjamin Peterson
2010-08-17
1
-0/+2
*
Issue #665761: functools.reduce() will no longer mask exceptions other
Alexander Belopolsky
2010-08-16
1
-0/+3
*
Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr()
Victor Stinner
2010-08-16
1
-0/+4
*
Don't run pgen twice when using make -j.
Martin v. Löwis
2010-08-15
1
-0/+5
*
Oops, fix a typo in NEWS: surrogateespace => surrogateescape
Victor Stinner
2010-08-15
1
-1/+1
*
Issue #9605: posix.getlogin() decodes the username with file filesystem
Victor Stinner
2010-08-15
1
-1/+4
*
Issue #9604: posix.initgroups() encodes the username using the fileystem
Victor Stinner
2010-08-15
1
-0/+3
*
Issue #9603: posix.ttyname() and posix.ctermid() decode the terminal name
Victor Stinner
2010-08-15
1
-0/+4
*
List Misc/python-config.in in Misc/README. Fix few typos.
Florent Xicluna
2010-08-14
1
-3/+3
*
fix issue #8857: provide a test case for socket.getaddrinfo
Giampaolo Rodolà
2010-08-14
1
-0/+2
*
Fix format.
Georg Brandl
2010-08-14
1
-1/+1
*
Typo fix.
Georg Brandl
2010-08-14
1
-1/+1
*
Manually merge r83995: Fix version{added,changed} and spacing in NEWS
Éric Araujo
2010-08-14
1
-1/+1
*
Use a marker in generated MANIFEST files, don't touch files without it. Fixes...
Éric Araujo
2010-08-14
1
-0/+4
*
Issue #9542: Create PyUnicode_FSDecoder() function
Victor Stinner
2010-08-13
1
-0/+4
*
Issue #9203: Computed gotos are now enabled by default on supported
Antoine Pitrou
2010-08-13
1
-0/+4
*
Reapply r83877.
Antoine Pitrou
2010-08-13
1
-2/+2
*
Issue #9425: Create PyErr_WarnFormat() function
Victor Stinner
2010-08-13
1
-1/+4
*
Typo.
Antoine Pitrou
2010-08-12
1
-2/+2
*
Issue #7467: when a file from a ZIP archive, its CRC is checked and a
Antoine Pitrou
2010-08-12
1
-0/+4
*
use pep 383 decoding for mknod and mkfifo #9570
Benjamin Peterson
2010-08-11
1
-0/+2
*
Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99
Alexander Belopolsky
2010-08-11
1
-0/+4
*
Issue #9550: a BufferedReader could issue an additional read when the
Antoine Pitrou
2010-08-11
1
-0/+5
*
Issue #6915: Under Windows, os.listdir() didn't release the Global
Antoine Pitrou
2010-08-09
1
-0/+3
*
Issue #3757: thread-local objects now support cyclic garbage collection.
Antoine Pitrou
2010-08-09
1
-0/+4
*
Followup to r83869 and issue #8524: rename socket.forget() to socket.detach()
Antoine Pitrou
2010-08-09
1
-1/+1
*
issue #9452:
Fred Drake
2010-08-09
1
-0/+3
*
Fix ``Tools/scripts/checkpyc.py`` after PEP 3147.
Florent Xicluna
2010-08-09
1
-0/+2
*
Revert r83877 in order to fix compilation
Antoine Pitrou
2010-08-09
1
-2/+2
*
reapply the revert made in r83875
Senthil Kumaran
2010-08-09
1
-2/+2
*
Revert 83784 adding functools.lru_cache() to the re module.
Raymond Hettinger
2010-08-09
1
-2/+2
*
Issue 9396. Apply functools.lru_cache in the place of the
Raymond Hettinger
2010-08-09
1
-2/+2
*
Issue #8524: Add a forget() method to socket objects, so as to put the
Antoine Pitrou
2010-08-08
1
-0/+4
*
Fix xml.etree.ElementInclude to include the tail of the current node. Issue ...
Florent Xicluna
2010-08-08
1
-0/+3
*
Issue #477863: Print a warning at shutdown if gc.garbage is not empty.
Antoine Pitrou
2010-08-08
1
-0/+2
*
Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an a...
Florent Xicluna
2010-08-08
1
-0/+3
*
Issue #5319: Print an error if flushing stdout fails at interpreter
Antoine Pitrou
2010-08-08
1
-0/+3
*
Issue #8047: Fix the xml.etree serializer to return bytes by default.
Florent Xicluna
2010-08-08
1
-0/+3
*
Fix issue6869: refcount problem in the _ctypes extension.
Thomas Heller
2010-08-08
1
-1/+3
*
Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.
Florent Xicluna
2010-08-08
1
-0/+2
*
Typo.
Florent Xicluna
2010-08-08
1
-1/+1
*
Fix issue5504: ctypes does now work with systems where mmap can't be
Thomas Heller
2010-08-08
1
-0/+3
[next]