| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate unnecessary get_wrapped_(u)long defines in struct module. | Mark Dickinson | 2009-09-27 | 1 | -9/+6 |
|
|
* | #6243: fix segfault when keyname() returns a NULL pointer. | Andrew M. Kuchling | 2009-09-25 | 1 | -4/+7 |
|
|
* | http://bugs.python.org/issue6971 | Kristján Valur Jónsson | 2009-09-25 | 1 | -15/+39 |
|
|
* | Fix whitespace. | Brett Cannon | 2009-09-22 | 1 | -42/+43 |
|
|
* | When range checking was added to time.strftime() a check was placed on tm_isdst | Brett Cannon | 2009-09-22 | 1 | -5/+7 |
|
|
* | Issue #6236, #6348: Fix various failures in the io module under AIX | Antoine Pitrou | 2009-09-21 | 2 | -7/+7 |
|
|
* | Merge a newer version of libffi_osx, based on the | Ronald Oussoren | 2009-09-20 | 8 | -716/+713 |
|
|
* | Issue 6877: this patch makes it possible to link the readline extension | Ronald Oussoren | 2009-09-20 | 1 | -0/+70 |
|
|
* | Remove unused variable and static function to fix compiler warnings. | Thomas Heller | 2009-09-19 | 1 | -11/+0 |
|
|
* | #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a System... | Georg Brandl | 2009-09-19 | 1 | -5/+8 |
|
|
* | Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...) | Thomas Heller | 2009-09-18 | 2 | -2/+6 |
|
|
* | Issue #5042: Structure sub-subclass does now initialize correctly with | Thomas Heller | 2009-09-18 | 1 | -58/+73 |
|
|
* | Remove outdated include; this include was breaking OS X builds using | Mark Dickinson | 2009-09-16 | 1 | -4/+0 |
|
|
* | Fix issue #1590864, multiple threads and fork() can cause deadlocks, by | Thomas Wouters | 2009-09-16 | 1 | -3/+31 |
|
|
* | tabbify | Benjamin Peterson | 2009-09-09 | 1 | -1/+1 |
|
|
* | #6865 fix ref counting in initialization of pwd module | Benjamin Peterson | 2009-09-08 | 1 | -0/+1 |
|
|
* | Make ctypes compile again with older Python versions. | Thomas Heller | 2009-09-08 | 1 | -0/+49 |
|
|
* | #6750: TextIOWrapped could duplicate output when several threads write to it. | Amaury Forgeot d'Arc | 2009-08-29 | 1 | -4/+9 |
|
|
* | Add weakref support to the thread.lock type. | Gregory P. Smith | 2009-08-20 | 1 | -2/+7 |
|
|
* | Expat could crash if given the wrong kind of input by never stopping its | Brett Cannon | 2009-08-13 | 1 | -1/+1 |
|
|
* | Fix issue1628205: Socket file objects returned by socket.socket.makefile() now | Gregory P. Smith | 2009-08-13 | 1 | -1/+14 |
|
|
* | comment typo fix | Gregory P. Smith | 2009-08-12 | 1 | -1/+1 |
|
|
* | Issue #6629: Fix a data corruption issue in the new `io` package, which could | Antoine Pitrou | 2009-08-06 | 1 | -0/+13 |
|
|
* | Issue #6644: Fix compile error on AIX. | Mark Dickinson | 2009-08-04 | 1 | -1/+1 |
|
|
* | Issue 6637: defaultdict.copy() failed with an empty factory. | Raymond Hettinger | 2009-08-04 | 1 | -1/+4 |
|
|
* | Issue #6561: '\d' regular expression should not match characters of | Mark Dickinson | 2009-07-28 | 1 | -1/+1 |
|
|
* | #6553: crash in cPickle.load(), when given a StringIO with incomplete data. | Amaury Forgeot d'Arc | 2009-07-23 | 1 | -0/+6 |
|
|
* | Revert rev 74134, as it does not completely fixx issue #6493. | Thomas Heller | 2009-07-21 | 1 | -2/+2 |
|
|
* | Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits | Thomas Heller | 2009-07-21 | 1 | -2/+2 |
|
|
* | Fix GCC warning about fprintf used without a string literal and | Alexandre Vassalotti | 2009-07-17 | 1 | -3/+3 |
|
|
* | Initialize variables in PyCurses_getsyx() to avoid compiler warnings. | Alexandre Vassalotti | 2009-07-17 | 1 | -1/+2 |
|
|
* | #5910: fix kqueue for calls with more than one event. | Georg Brandl | 2009-07-16 | 1 | -3/+4 |
|
|
* | Issue #2389: Pickle array objects using a list representation for portability | Alexandre Vassalotti | 2009-07-15 | 1 | -35/+33 |
|
|
* | #6416: Fix compilation of the select module on Windows, as well as test_subpr... | Amaury Forgeot d'Arc | 2009-07-09 | 1 | -0/+2 |
|
|
* | Issue #1523: Remove deprecated overflow masking in struct module, and | Mark Dickinson | 2009-07-07 | 1 | -219/+32 |
|
|
* | Typo in error message | Mark Dickinson | 2009-07-07 | 1 | -1/+1 |
|
|
* | #6420: Fix a compilation warning in the nis module, for OpenBSD and FreeBSD. | Amaury Forgeot d'Arc | 2009-07-07 | 1 | -1/+1 |
|
|
* | Issues #1530559, #1741130: Fix various inconsistencies in struct.pack | Mark Dickinson | 2009-07-05 | 1 | -109/+107 |
|
|
* | Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and | Alexandre Vassalotti | 2009-07-05 | 1 | -2/+21 |
|
|
* | Adds the select.PIPE_BUF attribute to expose the system constant. | Gregory P. Smith | 2009-07-03 | 1 | -0/+2 |
|
|
* | multiprocessing doesn't compile in Solaris because a typo | Jesus Cea | 2009-07-02 | 1 | -1/+1 |
|
|
* | Issue #6344: Fixed a crash of mmap.read() when passed a negative argument. | Hirokazu Yamamoto | 2009-06-29 | 1 | -3/+13 |
|
|
* | Issue #4856: Py_GetFileAttributesEx[AW] are not needed because GetFileAttribu... | Hirokazu Yamamoto | 2009-06-29 | 1 | -58/+2 |
|
|
* | Issue #4856: Remove checks for win NT. | Hirokazu Yamamoto | 2009-06-28 | 2 | -329/+264 |
|
|
* | Fix a compilation warning on Windows | Amaury Forgeot d'Arc | 2009-06-25 | 1 | -1/+1 |
|
|
* | Issue 6305: Clarify error message for large arguments to itertools.islice(). | Raymond Hettinger | 2009-06-23 | 1 | -3/+3 |
|
|
* | remove some unused symtable constants | Benjamin Peterson | 2009-06-23 | 1 | -4/+0 |
|
|
* | backport r73430 | Benjamin Peterson | 2009-06-14 | 1 | -9/+0 |
|
|
* | Issue #6271: mmap tried to close invalid file handle (-1) when annonymous. | Hirokazu Yamamoto | 2009-06-14 | 1 | -1/+2 |
|
|
* | Issue #6215: backport the 3.1 io lib | Antoine Pitrou | 2009-06-12 | 8 | -247/+7793 |
|
|