Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #11940: Update external link. | Raymond Hettinger | 2011-04-27 | 1 | -1/+1 |
| | |||||
* | #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. | Ezio Melotti | 2011-04-28 | 1 | -1/+1 |
| | |||||
* | Move NEWS entry to the right section. | Antoine Pitrou | 2011-04-27 | 1 | -4/+4 |
| | |||||
* | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* | Antoine Pitrou | 2011-04-27 | 4 | -0/+23 |
| | | | | | APIs, to avoid a crash with the pthread implementation in RHEL 5. Patch by Charles-François Natali. | ||||
* | #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings ↵ | Ezio Melotti | 2011-04-27 | 3 | -0/+47 |
| | | | | are too long. | ||||
* | Update NEWS for Issue11236. | Senthil Kumaran | 2011-04-26 | 1 | -0/+2 |
| | |||||
* | issue11236 getpass.getpass to respond ctrl-c or ctrl-z | Senthil Kumaran | 2011-04-26 | 1 | -1/+1 |
| | |||||
* | #6780: fix starts/endswith error message to mention that tuples are accepted ↵ | Ezio Melotti | 2011-04-26 | 5 | -6/+46 |
| | | | | too. | ||||
* | #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 2 | -0/+25 |
| | | | | Patch by Sijin Joseph. | ||||
* | pybench prep_times calculation error (closes #11895) | Jesus Cea | 2011-04-25 | 2 | -1/+2 |
| | |||||
* | Other minor clean-ups. | Raymond Hettinger | 2011-04-24 | 1 | -8/+15 |
| | |||||
* | Remove unused branch in the clear() method. Minor comment edits. | Raymond Hettinger | 2011-04-24 | 1 | -18/+15 |
| | |||||
* | Minor code clean-up. | Raymond Hettinger | 2011-04-23 | 1 | -1/+2 |
| | |||||
* | Remove unused imports | Raymond Hettinger | 2011-04-23 | 1 | -3/+3 |
| | |||||
* | Minor code simplification. | Raymond Hettinger | 2011-04-23 | 1 | -15/+15 |
| | |||||
* | Minor code simplification. | Raymond Hettinger | 2011-04-23 | 1 | -4/+2 |
| | |||||
* | Cleanups to remove dependencies and add docstrings. | Raymond Hettinger | 2011-04-22 | 1 | -38/+49 |
| | |||||
* | Fix some more markup glitches in argparse doc. | Ezio Melotti | 2011-04-22 | 1 | -98/+110 |
| | |||||
* | The \ is not supported in Sphinx 0.6. | Ezio Melotti | 2011-04-21 | 1 | -6/+2 |
| | |||||
* | #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. | Ezio Melotti | 2011-04-21 | 1 | -1/+1 |
| | |||||
* | #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. | Ezio Melotti | 2011-04-21 | 1 | -4/+4 |
| | |||||
* | #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. | Ezio Melotti | 2011-04-21 | 1 | -1/+1 |
| | |||||
* | Add the :mod: role where it was missing. | Ezio Melotti | 2011-04-21 | 1 | -11/+11 |
| | |||||
* | #11885: capitalize Python. | Ezio Melotti | 2011-04-21 | 1 | -2/+2 |
| | |||||
* | Minor text rearrangement. | Raymond Hettinger | 2011-04-20 | 1 | -10/+10 |
| | |||||
* | Fix wrong function name. Noticed by Clive Darke. | Ezio Melotti | 2011-04-20 | 1 | -1/+1 |
| | |||||
* | startswith and endswith don't accept None as slice index. Patch by Torsten ↵ | Jesus Cea | 2011-04-20 | 8 | -64/+197 |
| | | | | Becker. (closes #11828) | ||||
* | Fix #8886. Use context managers throughout zipfile tests. | Brian Curtin | 2011-04-19 | 1 | -112/+110 |
| | | | | This was fixed in py3k SVN. Consider this a backport. | ||||
* | Issue #11875: Alter the previous fix to work better with subclasses | Raymond Hettinger | 2011-04-19 | 1 | -1/+1 |
| | |||||
* | Fix wrong number of functions noticed by Sandro Tosi. | Ezio Melotti | 2011-04-19 | 1 | -1/+1 |
| | |||||
* | Use a generic class lookup. | Raymond Hettinger | 2011-04-19 | 1 | -1/+1 |
| | |||||
* | Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. | Raymond Hettinger | 2011-04-19 | 2 | -3/+5 |
| | |||||
* | Updated documentation on fileConfig(). | Vinay Sajip | 2011-04-19 | 1 | -7/+21 |
| | |||||
* | Fix sporadic failure in test_startfile. | Nadeem Vawda | 2011-04-19 | 2 | -0/+8 |
| | | | | | | Wait for the child process to terminate before ending the test, so that the regrtest cleanup code doesn't get an error when it tries to delete the temporary CWD. | ||||
* | Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6 | Victor Stinner | 2011-04-18 | 2 | -0/+4 |
| | | | | Fix the documentation. | ||||
* | (Merge 3.1) Issue #11768: The signal handler of the signal module only calls | Victor Stinner | 2011-04-18 | 2 | -10/+20 |
| | | | | | Py_AddPendingCall() for the first signal to fix a deadlock on reentrant or parallel calls. PyErr_SetInterrupt() writes also into the wake up file. | ||||
* | #11865: fix typo in init.rst. | Ezio Melotti | 2011-04-18 | 1 | -1/+1 |
| | |||||
* | Rework multiset methods to use less memory and to make fewer calls to __hash__. | Raymond Hettinger | 2011-04-17 | 1 | -12/+19 |
| | |||||
* | merge 11442 NEWS | Martin v. Löwis | 2011-04-17 | 1 | -0/+3 |
|\ | |||||
| * | merge 11442 NEWS | Martin v. Löwis | 2011-04-17 | 1 | -0/+3 |
| |\ | |||||
| | * | Issue 11442: Add NEWS entry for e9724d7abbc2 | Martin v. Löwis | 2011-04-17 | 1 | -0/+3 |
| | | | |||||
* | | | Fix a few hyphens in argparse.rst. | Ezio Melotti | 2011-04-16 | 1 | -21/+21 |
| | | | |||||
* | | | Issue #11855: Apply missing formatting for urlretrieve | Eli Bendersky | 2011-04-16 | 1 | -5/+5 |
| | | | |||||
* | | | Add another example to the collections module docs. | Raymond Hettinger | 2011-04-15 | 1 | -0/+20 |
| | | | |||||
* | | | Fix minor subclassing issue with collections.Counter | Raymond Hettinger | 2011-04-15 | 3 | -2/+13 |
| | | | |||||
* | | | #11843: remove duplicate line from table in distutil doc. | Ezio Melotti | 2011-04-15 | 1 | -2/+0 |
| | | | |||||
* | | | Issue #5057: fix a bug in the peepholer that led to non-portable pyc files ↵ | Ezio Melotti | 2011-04-15 | 3 | -0/+40 |
| | | | | | | | | | | | | between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. u"\U00012345"[0]). | ||||
* | | | Issue #11467: Fix urlparse behavior when handling urls which contains scheme | Senthil Kumaran | 2011-04-15 | 3 | -7/+17 |
| | | | | | | | | | | | | specific part only digits. Patch by Santoso Wijaya. | ||||
* | | | #11848: replace dead link in random.betavariate comment. | Ezio Melotti | 2011-04-15 | 1 | -1/+1 |
| | | | |||||
* | | | #4783: document that is not possible to use json.dump twice on the same stream. | Ezio Melotti | 2011-04-15 | 1 | -0/+5 |
| | | |