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
*
further clarify
Benjamin Peterson
2010-08-24
1
-2/+2
*
Issue 8750: Fixed MutableSet's methods to correctly handle reflexive operatio...
Daniel Stutzbach
2010-08-24
1
-0/+3
*
only catch AttributeError in hasattr() #9666
Benjamin Peterson
2010-08-24
2
-0/+4
*
fix issue 9129: adds proper error handling on accept() when smtpd accepts new...
Giampaolo Rodolà
2010-08-23
1
-0/+3
*
fix issue 9601: ftplib now provides a workaround for invalid response code re...
Giampaolo Rodolà
2010-08-23
1
-1/+7
*
fix issue 658749: correctly interprets asyncore's windows errors on connect()
Giampaolo Rodolà
2010-08-23
1
-0/+3
*
Issue #9501: Fixed logging regressions in cleanup code.
Vinay Sajip
2010-08-23
1
-0/+2
*
news note for last change
Benjamin Peterson
2010-08-23
1
-0/+2
*
One of the joys of having test_multiprocessing occasionally execute after
Brett Cannon
2010-08-22
1
-0/+3
*
Added myself to Misc/maintainers.rst for topics on which I'd like to be added...
Daniel Stutzbach
2010-08-22
1
-10/+10
*
Mention that gethostbyaddr now also supports IDNA.
Martin v. Löwis
2010-08-22
1
-1/+2
*
Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex and
Martin v. Löwis
2010-08-22
1
-0/+2
*
Updated maintainers.rst to reflect correct Roundup name.
Vinay Sajip
2010-08-22
1
-1/+1
*
Add Daniel Stutzbach.
Martin v. Löwis
2010-08-22
1
-0/+3
*
Issue #9214: Fix set operations on KeysView and ItemsView.
Raymond Hettinger
2010-08-22
1
-0/+3
*
Issue #9617: Signals received during a low-level write operation aren't
Antoine Pitrou
2010-08-21
1
-0/+3
*
revert changes made in r84236 committed by accident
Giampaolo Rodolà
2010-08-21
1
-3/+0
*
fix issue #9129: added proper error handling when accepting new connections i...
Giampaolo Rodolà
2010-08-21
1
-0/+3
*
alias macintosh to mac_roman #843590
Benjamin Peterson
2010-08-21
1
-0/+2
*
Decode NIS data to fs encoding, using the surrogate error handler.
Martin v. Löwis
2010-08-19
1
-1/+2
*
Create os.fsdecode(): decode from the filesystem encoding with surrogateescape
Victor Stinner
2010-08-19
1
-0/+3
*
#7647: add ST_RDONLY, ST_NOSUID constants to os module.
Andrew M. Kuchling
2010-08-18
2
-1/+5
*
Issue #8622: Add PYTHONFSENCODING environment variable to override the
Victor Stinner
2010-08-18
1
-0/+3
*
Issue #5737: Add Solaris-specific mnemonics in the errno module. Patch by
Antoine Pitrou
2010-08-18
2
-0/+4
*
#5127: Even on narrow unicode builds, the C functions that access the Unicode
Amaury Forgeot d'Arc
2010-08-18
1
-0/+6
*
Restore GIL in nis_cat in case of error.
Martin v. Löwis
2010-08-18
1
-0/+2
*
Issue #9425: Create PyModule_GetFilenameObject() function
Victor Stinner
2010-08-17
1
-0/+5
*
Correct library name that Ask will work on.
Martin v. Löwis
2010-08-17
1
-1/+1
*
Add Ask Solem.
Martin v. Löwis
2010-08-17
1
-0/+4
*
Issue #8063: Call _PyGILState_Init() earlier in Py_InitializeEx().
Victor Stinner
2010-08-17
1
-0/+2
*
Issue #3488: Provide convenient shorthand functions `gzip.compress`
Antoine Pitrou
2010-08-17
2
-0/+4
*
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
*
Mark myself as assignable for winreg, and put myself down for Windows.
Brian Curtin
2010-08-16
1
-2/+2
*
Add Tim Golden as interested in Windows
Tim Golden
2010-08-16
1
-1/+1
*
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
*
Convert to spaces.
Florent Xicluna
2010-08-14
1
-32/+32
[next]