Vinay Sajip
|
49d5fbab87
|
Minor documentation tweak.
|
2012-03-26 17:06:44 +01:00 |
|
Stefan Krah
|
0f6ce8d9df
|
Issue #3367: NULL-terminate argv[] copies to prevent an invalid access
in sys_update_path().
|
2012-03-26 15:05:22 +02:00 |
|
Benjamin Peterson
|
533281dd4f
|
merge heads
|
2012-03-25 22:41:06 -04:00 |
|
Benjamin Peterson
|
e8ecc73844
|
kill this terribly outdated comment
|
2012-03-25 22:40:54 -04:00 |
|
Benjamin Peterson
|
a8755c586e
|
kill this terribly outdated comment
|
2012-03-25 22:40:54 -04:00 |
|
Georg Brandl
|
d34fc8b275
|
Add missing files for new doc theme.
|
2012-03-25 20:40:57 +02:00 |
|
Georg Brandl
|
ab7121430e
|
Switch to new "lighter" doc design.
|
2012-03-25 20:31:57 +02:00 |
|
Georg Brandl
|
99c1f594b3
|
Closes #14401: fix typos in curses howto.
|
2012-03-25 08:43:22 +02:00 |
|
Georg Brandl
|
11ee31ab08
|
Closes #14401: fix typos in curses howto.
|
2012-03-25 08:43:22 +02:00 |
|
Charles-François Natali
|
8e6fe648cc
|
Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due
to a known bug in pthread implementation on FreeBSD < 7).
|
2012-03-24 20:36:09 +01:00 |
|
Martin v. Löwis
|
2dee394af9
|
Issue #14400: Fix typo.
|
2012-03-24 17:39:57 +01:00 |
|
Martin v. Löwis
|
fcf37c1896
|
Issue #14400: Fix typo.
|
2012-03-24 17:38:29 +01:00 |
|
Vinay Sajip
|
ee64b28cf4
|
Closes #14314: backported fix.
|
2012-03-23 14:36:22 +00:00 |
|
Vinay Sajip
|
50d6f54b1a
|
Closes #14314: backported fix.
|
2012-03-23 14:33:00 +00:00 |
|
Giampaolo Rodola'
|
a3481e70d1
|
attempt to fix asyncore buildbot failure
|
2012-03-23 15:07:07 +01:00 |
|
Giampaolo Rodola'
|
ea605cd152
|
attempt to fix asyncore buildbot failure
|
2012-03-23 15:04:27 +01:00 |
|
Kristján Valur Jónsson
|
c5d47d5ac3
|
Fix typo when "PyObject*" was changed to "identifier"
|
2012-03-23 12:50:53 +00:00 |
|
Benjamin Peterson
|
eee7690315
|
move news thing around
|
2012-03-22 23:32:23 -04:00 |
|
Kristján Valur Jónsson
|
aa589b3ca7
|
Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers.
|
2012-03-22 23:10:37 +00:00 |
|
Kristján Valur Jónsson
|
b81e5388b6
|
Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers.
|
2012-03-22 23:10:37 +00:00 |
|
krisvale
|
479c8f8c51
|
Issue #10538 - Update Misc/NEWS
|
2012-03-22 20:17:42 +00:00 |
|
Kristján Valur Jónsson
|
50b6778bda
|
Issue #10538. Put a reference to the source object in the Py_buffer when
converting the old buffer for PyArgs_ParseTuple with *s
|
2012-03-22 16:35:37 +00:00 |
|
Giampaolo Rodola'
|
4a65b0a355
|
issue 10340 - forgot to update Misc/NEWS
|
2012-03-22 16:22:06 +01:00 |
|
Giampaolo Rodola'
|
350c94b900
|
fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect.
|
2012-03-22 16:17:43 +01:00 |
|
Giampaolo Rodola'
|
96cb5d15c1
|
fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect.
|
2012-03-22 16:06:43 +01:00 |
|
Benjamin Peterson
|
9faf5ee750
|
this should technicaly be identifier
|
2012-03-22 10:39:16 -04:00 |
|
Benjamin Peterson
|
219a05094b
|
this should technicaly be identifier
|
2012-03-22 10:39:16 -04:00 |
|
Antoine Pitrou
|
0197ff97d0
|
Issue #14387: Do not include accu.h from Python.h.
|
2012-03-22 14:38:16 +01:00 |
|
Benjamin Peterson
|
72c6227df8
|
merge heads
|
2012-03-22 08:57:56 -04:00 |
|
Benjamin Peterson
|
ab79c71f39
|
check for NULL
|
2012-03-22 08:56:15 -04:00 |
|
Benjamin Peterson
|
e90cdaa185
|
check for NULL
|
2012-03-22 08:56:15 -04:00 |
|
Benjamin Peterson
|
a4e4e35783
|
check by equality for __future__ not identity (closes #14378)
|
2012-03-22 08:19:04 -04:00 |
|
Benjamin Peterson
|
eff19a13ed
|
check by equality for __future__ not identity (closes #14378)
|
2012-03-22 08:19:04 -04:00 |
|
R David Murray
|
b3f95d7ff1
|
#12757: Make doctest skipping in -OO mode work with unittest/regrtest -v
|
2012-03-21 15:02:30 -04:00 |
|
R David Murray
|
e112153727
|
#12757: Make doctest skipping in -OO mode work with unittest/regrtest -v
|
2012-03-21 14:53:42 -04:00 |
|
Andrew Svetlov
|
7c010ee00c
|
#3573: idle now doesn't hungs if launched as: idle -e <directory>
Patch by Guilherme Polo.
|
2012-03-21 13:35:08 +02:00 |
|
Andrew Svetlov
|
0f71f44156
|
#3573: idle now doesn't hungs if launched as: idle -e <directory>
Patch by Guilherme Polo.
|
2012-03-21 13:23:41 +02:00 |
|
Giampaolo Rodola'
|
7941736ddb
|
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
|
2012-03-20 16:49:55 +01:00 |
|
Giampaolo Rodola'
|
3d3cf48e53
|
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
|
2012-03-20 16:46:57 +01:00 |
|
Benjamin Peterson
|
0e3c107549
|
merge from release branch
|
2012-03-20 10:40:55 -04:00 |
|
Benjamin Peterson
|
02fa3b9571
|
merge tag
|
2012-03-20 10:40:26 -04:00 |
|
Ross Lagerwall
|
71faefc37e
|
Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
Based on patch from Hervé Coatanhay.
|
2012-03-19 06:08:43 +02:00 |
|
Benjamin Peterson
|
e79499504e
|
merge heads
|
2012-03-18 21:23:22 -04:00 |
|
Benjamin Peterson
|
f72ef7882c
|
merge 2.7.3 release branch
|
2012-03-18 21:22:45 -04:00 |
|
R David Murray
|
1623afff67
|
#14355: remove obsolete doc reference to previously removed init_frozen.
Patch by Eric Snow.
|
2012-03-18 20:50:03 -04:00 |
|
Gregory P. Smith
|
fcdf04becc
|
Fixes Issue #14331: Use significantly less stack space when importing modules by
allocating path buffers on the heap instead of the stack.
|
2012-03-18 16:07:10 -07:00 |
|
Gregory P. Smith
|
c809f98143
|
Fixes Issue #14331: Use significantly less stack space when importing modules by
allocating path buffers on the heap instead of the stack.
|
2012-03-18 16:06:53 -07:00 |
|
Martin v. Löwis
|
cdc60aac3d
|
Add 2.7.3rc2 uuid
|
2012-03-18 23:46:56 +01:00 |
|
Martin v. Löwis
|
28b22d0d15
|
Add 2.7.3rc2 uuid
|
2012-03-18 23:46:56 +01:00 |
|
Martin v. Löwis
|
a7f6b14fa6
|
Add 3.2.3rc2 uuid.
|
2012-03-18 20:39:19 +01:00 |
|