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 #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows.
Victor Stinner
2015-09-15
1
-0/+2
*
Merge release engineering work from Python 3.5.0.
Larry Hastings
2015-09-13
1
-3/+4
|
\
|
*
Post-release updates for Python 3.5.0.
Larry Hastings
2015-09-13
1
-0/+12
|
*
Version bump for Python 3.5.0 final.
Larry Hastings
2015-09-12
1
-1/+2
|
*
Regenerate pydoc topics, fix minor non-RST formatting in Misc/NEWS.
Larry Hastings
2015-09-12
1
-1/+1
*
|
Adds 3.5.0 header to Misc/NEWS
Steve Dower
2015-09-11
1
-0/+5
*
|
Merge from 3.5.0
Steve Dower
2015-09-11
1
-0/+5
|
\
\
|
|
/
|
*
Issue #25071: Windows installer should not require TargetDir parameter when i...
Steve Dower
2015-09-11
1
-0/+5
*
|
Merge 3.4
Victor Stinner
2015-09-11
1
-0/+6
|
\
\
|
*
|
Issue #24684: socket.socket.getaddrinfo() now calls
Victor Stinner
2015-09-11
1
-0/+6
*
|
|
Issue #25030: Merge seek() doc fixes from 3.4 into 3.5
Martin Panter
2015-09-11
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #25030: Do not document seek() as if it accepts keyword arguments
Martin Panter
2015-09-11
1
-0/+1
*
|
|
compute stack effect of BUILD_MAP correctly (closes #25060)
Benjamin Peterson
2015-09-11
1
-0/+2
*
|
|
Issue #25022: Merge with 3.4
Zachary Ware
2015-09-10
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #25022: Add NEWS, fix docs to not mention the old example.
Zachary Ware
2015-09-10
1
-0/+5
*
|
|
Issue #24857: Comparing call_args to a long sequence now correctly returns a
Berker Peksag
2015-09-09
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #24857: Comparing call_args to a long sequence now correctly returns a
Berker Peksag
2015-09-09
1
-0/+3
*
|
|
Merge Python 3.5.0rc4 back to hg.python.org.
Larry Hastings
2015-09-09
1
-3/+20
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Version bump for Python 3.5.0rc4.
v3.5.0rc4
Larry Hastings
2015-09-09
1
-2/+8
|
*
|
Merge 3.5.0rc3 revisions back into current 3.5.0 head.
Larry Hastings
2015-09-09
1
-1/+1
|
|
\
\
|
*
|
|
Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ...
Steve Dower
2015-09-09
1
-0/+7
|
*
|
|
Adds Mics/NEWS entry for issue #25029.
Steve Dower
2015-09-09
1
-0/+4
|
*
|
|
Added Misc/NEWS section for Python 3.5.0 final.
Larry Hastings
2015-09-09
1
-0/+6
*
|
|
|
Issue #24984: Merge 3.4 into 3.5
Martin Panter
2015-09-09
1
-0/+1
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Issue #24984: Document AF_BLUETOOTH socket address formats
Martin Panter
2015-09-09
1
-0/+1
*
|
|
|
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
Serhiy Storchaka
2015-09-08
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
Serhiy Storchaka
2015-09-08
1
-0/+3
*
|
|
|
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Serhiy Storchaka
2015-09-07
2
-0/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Serhiy Storchaka
2015-09-07
2
-0/+4
|
*
|
|
Issue #24917: time_strftime() buffer over-read.
Steve Dower
2015-09-07
1
-0/+2
*
|
|
|
Merge heads.
Larry Hastings
2015-09-07
3
-41/+92
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge from 3.5.0 branch.
Steve Dower
2015-09-07
1
-4/+10
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Issue #25004: Merge 3.4 into 3.5
Martin Panter
2015-09-07
1
-0/+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #25004: Handle out-of-disk-space error in LargeMmapTests
Martin Panter
2015-09-07
1
-0/+1
|
*
|
|
Issue #23406: Merge 3.4 into 3.5
Martin Panter
2015-09-07
1
-0/+1
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #23406: Clarify documentation on multiplying a sequence
Martin Panter
2015-09-07
1
-0/+1
|
*
|
|
#23144: merge with 3.4.
Ezio Melotti
2015-09-06
1
-1/+5
|
|
\
\
\
|
|
|
/
/
|
|
*
|
#23144: Make sure that HTMLParser.feed() returns all the data, even when conv...
Ezio Melotti
2015-09-06
1
-1/+4
|
*
|
|
Issue #24917: Backed out changeset 09b62202d9b7
Steve Dower
2015-09-06
1
-2/+0
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Backed out changeset: a29b49d57769
Steve Dower
2015-09-06
1
-2/+0
|
|
*
|
Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.
Steve Dower
2015-09-06
1
-0/+2
|
*
|
|
Merge from 3.5.0 release branch
Steve Dower
2015-09-06
1
-0/+2
|
|
\
\
\
|
*
\
\
\
merge from 3.4
Terry Jan Reedy
2015-09-05
1
-0/+3
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
Issue #16180: Exit pdb if file has syntax error, instead of trapping user
Terry Jan Reedy
2015-09-05
1
-0/+3
|
*
|
|
|
Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Me...
Guido van Rossum
2015-09-05
1
-0/+2
|
|
\
\
\
\
|
*
|
|
|
|
Issue #24910: Windows MSIs now have unique display names.
Steve Dower
2015-09-05
1
-0/+2
|
*
|
|
|
|
Issue #24635: Fixed flakiness in test_typing.py.
Guido van Rossum
2015-09-04
1
-0/+3
|
*
|
|
|
|
Merge 3.4 (create_stdio)
Victor Stinner
2015-09-04
2
-0/+7
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
Fix race condition in create_stdio()
Victor Stinner
2015-09-04
2
-0/+7
|
*
|
|
|
|
Fixed merge error.
Serhiy Storchaka
2015-09-04
1
-3/+0
[next]