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 #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä
Martin Panter
2015-09-20
1
-0/+1
*
Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods
Victor Stinner
2015-09-18
1
-0/+8
*
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 #24857: Comparing call_args to a long sequence now correctly returns a
Berker Peksag
2015-09-09
1
-0/+3
*
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 #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
*
Issue #25004: Handle out-of-disk-space error in LargeMmapTests
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: Make sure that HTMLParser.feed() returns all the data, even when conv...
Ezio Melotti
2015-09-06
1
-1/+4
*
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
*
Issue #16180: Exit pdb if file has syntax error, instead of trapping user
Terry Jan Reedy
2015-09-05
1
-0/+3
*
Fix race condition in create_stdio()
Victor Stinner
2015-09-04
2
-0/+7
*
Issue #24952: Clarify default argument of stack_size() in threading, _thread
Martin Panter
2015-08-31
2
-0/+4
*
Issue #24931: Resolve __dict__ conflict in namedtuple subclasses.
Raymond Hettinger
2015-08-30
1
-0/+4
*
Issue #21112: Fix regression in unittest.expectedFailure on subclasses.
Robert Collins
2015-08-27
1
-0/+3
*
Issue #24808: Update the documentation of some PyTypeObject fields
Martin Panter
2015-08-25
2
-0/+4
*
Issue #22812: Fix unittest discovery examples.
Robert Collins
2015-08-24
2
-0/+4
*
Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses.
Yury Selivanov
2015-08-18
1
-0/+3
*
cgi.FieldStorage.read_multi ignores Content-Length
Victor Stinner
2015-08-18
2
-0/+5
*
Idle NEWS entries.
Terry Jan Reedy
2015-08-17
1
-0/+13
*
Issue #23672: ACKS
Terry Jan Reedy
2015-08-17
1
-0/+1
*
Issue #24774: Fix docstring in http.server.test.
Robert Collins
2015-08-17
2
-0/+3
*
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
Robert Collins
2015-08-13
1
-0/+3
*
#21167: Fix definition of NAN when ICC used without -fp-model strict.
R David Murray
2015-08-13
2
-0/+4
*
Fixed doubled spaces in Misc/NEWS.
Serhiy Storchaka
2015-08-09
1
-17/+17
*
Issue #4395: Better testing and documentation of binary operators.
Robert Collins
2015-08-06
1
-0/+3
*
Issue #23004: mock_open() now reads binary data correctly when the type of re...
Berker Peksag
2015-08-06
1
-0/+3
*
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Yury Selivanov
2015-08-05
1
-0/+3
*
Issue #24129: Clarify reference docs for name resolution.
Nick Coghlan
2015-08-05
2
-0/+6
*
Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.
Zachary Ware
2015-08-05
1
-0/+4
*
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins
2015-08-04
2
-0/+3
*
Issue #24021: docstring for urllib.urlcleanup.
Robert Collins
2015-08-04
1
-0/+2
*
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
Robert Collins
2015-08-03
1
-0/+2
*
Issue #23652: Make the select module compile against LSB headers.
Zachary Ware
2015-08-02
1
-0/+4
*
Issue 24745: Add ACKS entry.
Terry Jan Reedy
2015-08-01
1
-0/+1
*
Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.
Terry Jan Reedy
2015-08-01
1
-0/+1
*
Issue #22932: Fix timezones in email.utils.formatdate.
Robert Collins
2015-07-31
2
-0/+4
*
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
Robert Collins
2015-07-30
2
-0/+4
*
Merge
Jason R. Coombs
2015-07-29
1
-0/+3
|
\
|
*
Issue #24729: Correct reference to open function.
Jason R. Coombs
2015-07-29
1
-0/+3
*
|
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
Robert Collins
2015-07-29
1
-0/+2
|
/
*
Issue #23319: Add Matthieu Gautier to Misc/ACKS
Victor Stinner
2015-07-29
1
-0/+1
*
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
Victor Stinner
2015-07-29
1
-0/+3
*
Issue #19450: Update OS X installer builds to use SQLite 3.8.11.
Ned Deily
2015-07-29
1
-1/+1
*
Issue #23254: Document how to close the TCPServer listening socket.
Robert Collins
2015-07-29
1
-0/+3
[next]