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
*
2.7.11 final
v2.7.11
Benjamin Peterson
2015-12-05
1
-3/+0
*
add CVE and issue number
Benjamin Peterson
2015-12-05
1
-2/+3
*
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory ent...
Benjamin Peterson
2015-11-23
2
-0/+4
*
post rc1 updates
Benjamin Peterson
2015-11-22
1
-0/+12
*
bump to 2.7.11rc1
v2.7.11rc1
Benjamin Peterson
2015-11-21
1
-3/+3
*
Misc/NEWS entries for IDLE.
Terry Jan Reedy
2015-11-21
1
-14/+37
*
Issue #25678: Copy buffer objects to null-terminated strings.
Serhiy Storchaka
2015-11-20
1
-0/+4
*
Close #10128: don't rerun __main__.py in multiprocessing
Nick Coghlan
2015-11-19
1
-0/+5
*
fix possible memory lea k in _get_aia_uri (closes #25578)
Benjamin Peterson
2015-11-14
1
-0/+2
*
Issue #25388: Fixed tokenizer hang when processing undecodable source code
Serhiy Storchaka
2015-11-14
1
-0/+3
*
Issue #25590: Make rlcompleter only call getattr() once per attribute
Martin Panter
2015-11-13
1
-0/+3
*
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
Serhiy Storchaka
2015-11-12
1
-0/+3
*
always set OP_NO_SSLv3 by default (closes #25530)
Benjamin Peterson
2015-11-12
1
-0/+3
*
fix memory leak in _get_crl_dp (closes #25569)
Benjamin Peterson
2015-11-12
1
-0/+2
*
Issue #7759: Fixed the mhlib module on filesystems that doesn't support
Serhiy Storchaka
2015-11-11
1
-0/+3
*
Added missed periods at the ends of sentences in Misc/NEWS.
Serhiy Storchaka
2015-11-09
1
-2/+2
*
Issue #7267: format(int, 'c') now raises OverflowError when the argument is not
Victor Stinner
2015-11-09
1
-0/+3
*
Issue #892902: Fixed pickling recursive objects.
Serhiy Storchaka
2015-11-07
1
-0/+2
*
Issue #18010: Fix pydoc GUI search to handle package exceptions
Martin Panter
2015-11-07
1
-0/+3
*
Issue #12612: Add some Valgrind suppressions for 64-bit machines.
doko@ubuntu.com
2015-11-05
1
-0/+24
*
Issue #25523: Backported a-to-an corrections.
Serhiy Storchaka
2015-11-02
2
-2/+2
*
always use os.urandom for the uuid4 algorithm (closes #25515)
Benjamin Peterson
2015-10-30
1
-0/+2
*
Issue #21827: Fixed textwrap.dedent() for the case when largest common
Serhiy Storchaka
2015-10-28
2
-0/+5
*
Issue #25461: Rephrase os.walk() doc
Victor Stinner
2015-10-23
1
-0/+1
*
Issue #21709: Fix the logging module to not depend upon __file__ being set
Gregory P. Smith
2015-10-22
1
-0/+5
*
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter
2015-10-10
1
-0/+1
*
prevent unacceptable bases from becoming bases through multiple inheritance (...
Benjamin Peterson
2015-10-07
1
-0/+3
*
reinitialize an Event's Condition with a regular lock (closes #25319)
Benjamin Peterson
2015-10-06
2
-0/+4
*
Issue #24820: Update IDLE NEWS items.
Terry Jan Reedy
2015-10-04
1
-0/+19
*
Issue #24657: Prevent CGIRequestHandler from collapsing the URL query
Martin Panter
2015-10-03
1
-0/+3
*
Issue #25232: Fix CGIRequestHandler's splitting of URL query
Martin Panter
2015-10-03
2
-0/+4
*
Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:
Serhiy Storchaka
2015-10-02
1
-0/+2
*
Issue #25003: os.urandom() doesn't use getentropy() on Solaris because
Victor Stinner
2015-10-01
1
-0/+4
*
Issue #22958: Constructor and update method of weakref.WeakValueDictionary
Serhiy Storchaka
2015-09-29
1
-0/+3
*
Issue #22609: Constructor and the update method of collections.UserDict now
Serhiy Storchaka
2015-09-29
1
-0/+3
*
Remove indent in news item. Error when building 3.x docs.
Terry Jan Reedy
2015-09-29
1
-1/+1
*
Add recent IDLE NEWS items. Move Build sectios down.
Terry Jan Reedy
2015-09-29
1
-15/+49
*
Issue #25203: Failed readline.set_completer_delims() no longer left the
Serhiy Storchaka
2015-09-27
1
-0/+3
*
Issue #25135: Avoid possible reentrancy issues in deque_clear.
Raymond Hettinger
2015-09-26
1
-0/+3
*
Issue #19143: platform module now reads Windows version from kernel32.dll to ...
Steve Dower
2015-09-23
1
-0/+3
*
Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.
Terry Jan Reedy
2015-09-22
1
-2/+2
*
Issue #24861: add Idle news items and correct previous errors.
Terry Jan Reedy
2015-09-21
1
-2/+5
*
Add NEWS items for Idle.
Terry Jan Reedy
2015-09-21
1
-0/+15
*
Give proper credit for issue #24915
Brett Cannon
2015-09-18
2
-1/+3
*
Issue #24915: Make PGO builds support Clang and use the test suite for
Brett Cannon
2015-09-18
1
-0/+3
*
Issue #24684: socket.socket.getaddrinfo() now calls
Victor Stinner
2015-09-11
1
-0/+6
*
Issue #25030: Do not document seek() as if it accepts keyword arguments
Martin Panter
2015-09-11
1
-0/+1
*
Issue #25022: Add NEWS, fix docs to not mention the old example.
Zachary Ware
2015-09-10
1
-0/+5
*
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
Serhiy Storchaka
2015-09-08
1
-0/+3
*
Issue #23406: Clarify documentation on multiplying a sequence
Martin Panter
2015-09-07
1
-0/+1
[next]