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
*
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
2
-0/+6
*
Add George Boutsioukis, from the GSoC project.
Martin v. Löwis
2010-08-11
1
-0/+3
*
Note that Éric Araujo has been given commit privileges.
Brett Cannon
2010-08-11
1
-0/+3
*
Issue #8834: Added a comment describing the order of entries in Misc/ACKS.
Alexander Belopolsky
2010-08-10
1
-4/+10
*
Issue #6915: Under Windows, os.listdir() didn't release the Global
Antoine Pitrou
2010-08-09
2
-0/+4
*
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
*
Add a news entry for Issue8280.
Senthil Kumaran
2010-08-08
1
-0/+4
*
Issue #9507: Named tuple repr will now automatically display the right
Raymond Hettinger
2010-08-08
1
-0/+3
*
Issue #8433: Fix test_curses failure for platforms with recent versions of nc...
Mark Dickinson
2010-08-07
1
-0/+2
*
Add xml subpackages, since they are likely to have different maintainers.
R. David Murray
2010-08-06
1
-1/+8
*
Fix #9324: Add parameter validation to signal.signal on Windows in order
Brian Curtin
2010-08-06
1
-0/+3
*
In PySlice_IndicesEx, clip the step to [-PY_SSIZE_T_MAX, PY_SSIZE_T_MAX] rath...
Mark Dickinson
2010-08-06
1
-0/+4
*
Misc/NEWS entry for r83751.
Mark Dickinson
2010-08-06
1
-0/+4
*
Issue #9524: Document that two CTRL* signals are meant for use only
Brian Curtin
2010-08-05
1
-0/+3
*
Issue #6683: For SMTP logins we now try all authentication methods advertised
Gerhard Häring
2010-08-05
1
-0/+4
*
Issue #9337: Make float.__str__ identical to float.__repr__.
Mark Dickinson
2010-08-04
1
-0/+3
*
Add Terry Reedy.
Martin v. Löwis
2010-08-04
1
-0/+3
*
Issue #8814: function annotations (the `__annotations__` attribute)
Antoine Pitrou
2010-08-04
2
-0/+5
*
Issue #9496: Provide a test suite for the rlcompleter module. Patch by
Antoine Pitrou
2010-08-04
2
-0/+4
*
I'm interested in threading issues as well
Antoine Pitrou
2010-08-04
1
-2/+2
*
as per discussion with antoine revert changes made in 83708 as the user usein...
Giampaolo Rodolà
2010-08-04
2
-3/+0
*
Something fun to maintain
Antoine Pitrou
2010-08-04
1
-1/+1
*
fix issue #6822: ftplib's storline method doesn't work with text files
Giampaolo Rodolà
2010-08-04
2
-0/+3
*
issue #8687: provides a test suite for sched.py module
Giampaolo Rodolà
2010-08-04
1
-0/+5
*
fix issue #2944: asyncore doesn't handle connection refused correctly (patch ...
Giampaolo Rodolà
2010-08-04
2
-0/+3
*
note smtpd module changes in NEWS
Richard Jones
2010-08-04
1
-0/+3
*
#3196: if needed pad a short base64 encoded word before trying to decode.
R. David Murray
2010-08-03
2
-0/+4
*
Misc/NEWS entry for r83677.
Mark Dickinson
2010-08-03
1
-0/+2
*
#9444: use first of prefix_chars for help opt instead of raising error
R. David Murray
2010-08-03
2
-0/+5
*
Issue #8867: Fix `Tools/scripts/serve.py` to work with files containing
Antoine Pitrou
2010-08-03
1
-0/+6
[next]