- 19 Mar, 2013 6 commits
-
-
doko@ubuntu.com authored
- Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting db-5.x, and dropping support for db-4.1 and db-4.2.
-
doko@ubuntu.com authored
db-5.x, and dropping support for db-4.1 and db-4.2.
-
Kristján Valur Jónsson authored
when it needs support from timemodule (which is a .so on linux): link in timemodule.c for the required functions.
-
R David Murray authored
I have no idea how one would write a test for this. Patch by July Tikhonov.
-
Kristján Valur Jónsson authored
time function on non-windows isn't quite simple.
-
Kristján Valur Jónsson authored
(WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately)
-
- 18 Mar, 2013 3 commits
-
-
Gregory P. Smith authored
specifically addresses a stack misalignment issue on x86 and issues on some more recent platforms.
-
Benjamin Peterson authored
-
R David Murray authored
Original patch by Kushal Das.
-
- 17 Mar, 2013 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
the sentence referred to. Make other minor edits to improve flow.
-
- 16 Mar, 2013 3 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Ezio Melotti authored
-
- 15 Mar, 2013 1 commit
-
-
Terry Jan Reedy authored
-
- 14 Mar, 2013 3 commits
-
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
objects. Original patch by Aman Shah.
-
- 13 Mar, 2013 2 commits
-
-
Senthil Kumaran authored
-
Ezio Melotti authored
-
- 12 Mar, 2013 4 commits
-
-
Ezio Melotti authored
#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 authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 11 Mar, 2013 5 commits
-
-
Terry Jan Reedy authored
as reported by Serhiy Storchaka and Matthew Barnett.
-
Terry Jan Reedy authored
as reported by Serhiy Storchaka and Matthew Barnett.
-
Terry Jan Reedy authored
found by Serhiy Storchaka and Matthew Barnett
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 10 Mar, 2013 5 commits
-
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 09 Mar, 2013 4 commits
-
-
Ezio Melotti authored
-
Eli Bendersky authored
-
Raymond Hettinger authored
-
Terry Jan Reedy authored
-
- 08 Mar, 2013 2 commits
-
-
Vinay Sajip authored
-
Eli Bendersky authored
Document that ctypes automatically applies byref() when argtypes declares POINTER.
-