Benjamin Peterson
|
9c70397ea3
|
bump to 2.7.7 final
|
2014-05-31 11:17:34 -07:00 |
|
Benjamin Peterson
|
996bf4828d
|
bump to 2.7.7rc1
|
2014-05-17 17:31:50 -07:00 |
|
Benjamin Peterson
|
ffc34e8311
|
use imperative
|
2014-04-08 10:51:20 -04:00 |
|
Benjamin Peterson
|
95d8acfde3
|
PySequence_Fast generally returns a list (#16305)
|
2014-04-08 10:50:54 -04:00 |
|
Victor Stinner
|
7821ff3789
|
Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.
|
2013-12-10 01:23:22 +01:00 |
|
Alexandre Vassalotti
|
df9460f8dc
|
Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle.
|
2013-11-30 17:43:42 -08:00 |
|
Alexandre Vassalotti
|
a2934280e5
|
Issue #6477: Added pickling support for singletons and their types.
|
2013-11-30 16:52:03 -08:00 |
|
Benjamin Peterson
|
01bdeec8c0
|
a post-2.7.6 world
|
2013-11-10 02:47:17 -05:00 |
|
Benjamin Peterson
|
278519500f
|
2.7.6 final
|
2013-11-10 02:36:30 -05:00 |
|
Benjamin Peterson
|
07ffc78c9a
|
2.7.6rc1
|
2013-10-26 14:57:21 -04:00 |
|
Georg Brandl
|
4fe1260165
|
Closes #13867: remove untrue comment about PyWeakref_Check().
|
2013-10-08 19:50:26 +02:00 |
|
Ezio Melotti
|
419e23cbb0
|
#18466: fix more typos. Patch by Févry Thibault.
|
2013-08-17 16:56:09 +03:00 |
|
Benjamin Peterson
|
988aba3ba3
|
onto 2.7.6
|
2013-05-11 22:36:05 -05:00 |
|
Benjamin Peterson
|
086494483d
|
bump version to 2.7.5
|
2013-05-11 22:29:20 -05:00 |
|
Antoine Pitrou
|
108d1b4a79
|
Issue #17703: Fix a regression where an illegal use of Py_DECREF() after interpreter finalization can cause a crash.
|
2013-04-15 21:20:14 +02:00 |
|
Benjamin Peterson
|
5419e493af
|
start cracking on 2.7.5
|
2013-04-06 10:17:54 -04:00 |
|
Benjamin Peterson
|
376dd0edfa
|
change version to 2.7.4
|
2013-04-06 09:58:51 -04:00 |
|
Benjamin Peterson
|
cd85aa48ed
|
after 2.7.4rc1 bump
|
2013-03-23 10:19:40 -05:00 |
|
Benjamin Peterson
|
a1f6fab464
|
version to 2.7.4rc1
|
2013-03-23 10:17:29 -05:00 |
|
Kristján Valur Jónsson
|
868f0aac37
|
issue #9090 : Take the same approach for socketmodule as daytimemodule
when it needs support from timemodule (which is a .so on linux):
link in timemodule.c for the required functions.
|
2013-03-19 13:53:56 -07:00 |
|
Serhiy Storchaka
|
f39d52f8cb
|
Issue #1783: Remove declarations of nonexistent private variables.
|
2013-02-01 13:13:32 +02:00 |
|
Serhiy Storchaka
|
d7797c6e7a
|
Remove trailing whitespaces in cStringIO.h.
|
2013-01-28 11:00:58 +02:00 |
|
Serhiy Storchaka
|
74f49ab28b
|
Issue #15989: Fix several occurrences of integer overflow
when result of PyInt_AsLong() or PyLong_AsLong() narrowed
to int without checks.
This is a backport of changesets 13e2e44db99d and 525407d89277.
|
2013-01-19 12:55:39 +02:00 |
|
Antoine Pitrou
|
d38c990bb7
|
Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero.
Thanks to Eugene Toder for diagnosing and reporting the issue.
|
2012-12-08 21:15:26 +01:00 |
|
Mark Dickinson
|
17c50cdac2
|
Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms.
|
2012-12-02 13:13:56 +00:00 |
|