- 16 Mar, 2013 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
R David Murray yazdı
Initial patch contributed by Edmond Burnett.
-
- 15 Mar, 2013 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 14 Mar, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().
-
Terry Jan Reedy yazdı
If PYTHON is undefined, this fails without the launcher (installed with 3.3 or from PyPI), but this is better than always failing. Patch from Zachary Ware.
-
- 13 Mar, 2013 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Ezio Melotti yazdı
-
- 12 Mar, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.
-
Eli Bendersky yazdı
-
- 11 Mar, 2013 5 kayıt (commit)
-
-
Terry Jan Reedy yazdı
as reported by Serhiy Storchaka and Matthew Barnett.
-
Terry Jan Reedy yazdı
as reported by Serhiy Storchaka and Matthew Barnett.
-
Terry Jan Reedy yazdı
found by Serhiy Storchaka and Matthew Barnett
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 10 Mar, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 09 Mar, 2013 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Eli Bendersky yazdı
-
Terry Jan Reedy yazdı
-
- 08 Mar, 2013 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Eli Bendersky yazdı
Document that ctypes automatically applies byref() when argtypes declares POINTER.
-
- 07 Mar, 2013 4 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Previously the parts of the message retained whatever linesep they had on read, which means if the messages weren't read in univeral newline mode, the line endings could well be inconsistent. In general sending it via smtplib would result in them getting fixed, but it is better to generate them correctly to begin with. Also, the new send_message method of smtplib does not do the fixup, so that method is producing rfc-invalid output without this fix.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#11732: add a new suppress_crash_popup() context manager to test.support that disables crash popups on Windows and use it in test_ctypes.
-
- 06 Mar, 2013 2 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Ezio Melotti yazdı
-
- 05 Mar, 2013 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
response message when send_error includes a message in addition to error status. Patch contributed by Karl.
-
- 04 Mar, 2013 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
-
Ezio Melotti yazdı
-
- 03 Mar, 2013 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
- 01 Mar, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 28 Şub, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 27 Şub, 2013 2 kayıt (commit)
-
-
Chris Jerdonek yazdı
-
R David Murray yazdı
-
- 26 Şub, 2013 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Richard Oudkerk yazdı
-