Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 3.3 | Georg Brandl | 2013-11-26 | 1 | -1/+0 |
|\ | |||||
| * | Markup fix. | Georg Brandl | 2013-11-26 | 1 | -1/+0 |
| | | |||||
* | | Fix suspicious test case | Christian Heimes | 2013-11-26 | 1 | -2/+2 |
| | | |||||
* | | Issue #18874: Fix typo | Victor Stinner | 2013-11-26 | 1 | -1/+1 |
| | | |||||
* | | Issue #18874: make it more explicit than set_reentrant() only accept 0 or 1 | Victor Stinner | 2013-11-26 | 1 | -0/+1 |
| | | |||||
* | | Issue #18874: tracemalloc: Comment the trace_t structure | Victor Stinner | 2013-11-26 | 1 | -0/+4 |
| | | |||||
* | | Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True) | Victor Stinner | 2013-11-25 | 2 | -6/+1 |
| | | | | | | | | with traceback_limit=1 | ||||
* | | Issue #18874: apply Jim Jewett's patch on tracemalloc doc | Victor Stinner | 2013-11-25 | 1 | -9/+13 |
| | | |||||
* | | Issue #18874: tracemalloc: explain the purpose of get_traces.tracebacks in a ↵ | Victor Stinner | 2013-11-25 | 1 | -0/+2 |
| | | | | | | | | comment | ||||
* | | asyncio: Add StreamReaderProtocol to __all__. | Guido van Rossum | 2013-11-25 | 1 | -1/+1 |
| | | |||||
* | | Issue #19752: Fix "HAVE_DEV_PTMX" implementation of os.openpty() | Victor Stinner | 2013-11-25 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | Regression introduced by the implementation of the PEP 446 (non-inheritable file descriptors by default). master_fd must be set non-inheritable after the creation of the slave_fd, otherwise grantpt(master_fd) fails with EPERM (errno 13). | ||||
* | | Reverting e39db21df580 eagerly due to buildbot failures. | Alexandre Vassalotti | 2013-11-25 | 1 | -33/+90 |
| | | |||||
* | | #13592, #17087: add whatsnew entry about regex/match object repr improvements. | Ezio Melotti | 2013-11-25 | 1 | -0/+7 |
| | | |||||
* | | Combine _Pickler_FastCall and _Unpickler_FastCall in cpickle. | Alexandre Vassalotti | 2013-11-25 | 1 | -90/+33 |
| | | |||||
* | | #19778: fix a couple of re reprs in the documentation. | Ezio Melotti | 2013-11-25 | 1 | -4/+4 |
| | | |||||
* | | Issue #19739: Try to fix compiler warnings on 32-bit Windows. | Alexandre Vassalotti | 2013-11-25 | 1 | -22/+21 |
| | | |||||
* | | Issue #19742: fix a test_pathlib failure when a file owner or group isn't in ↵ | Antoine Pitrou | 2013-11-25 | 1 | -2/+10 |
| | | | | | | | | the system database | ||||
* | | Issue #19691: remove outdated mention about RuntimeError | Antoine Pitrou | 2013-11-25 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Issue #19691: remove outdated mention about RuntimeError | Antoine Pitrou | 2013-11-25 | 1 | -2/+1 |
| | | |||||
* | | asyncio: Hopeful fix for issue 19765. | Guido van Rossum | 2013-11-25 | 1 | -0/+1 |
| | | |||||
* | | asyncio: Change mock pipe to mock socket. Hope to fix issue 19750. | Guido van Rossum | 2013-11-25 | 1 | -1/+1 |
| | | |||||
* | | Issue #19753: New try to fix test_gdb on System Z buildbot | Victor Stinner | 2013-11-25 | 1 | -0/+2 |
| | | |||||
* | | Mention the new tracemalloc module in the What's New in Python 3.4 document | Victor Stinner | 2013-11-25 | 1 | -0/+18 |
| | | |||||
* | | Close #19762: Fix name of _get_traces() and _get_object_traceback() function | Victor Stinner | 2013-11-25 | 1 | -2/+2 |
| | | | | | | | | name in their docstring. Patch written by Vajrasky Kok. | ||||
* | | merge heads | Gregory P. Smith | 2013-11-25 | 1 | -4/+2 |
|\ \ | |||||
| * | | Cleanup test_tracemalloc.py. Patch written by Vajrasky Kok. | Victor Stinner | 2013-11-25 | 1 | -4/+2 |
| | | | |||||
* | | | Remove an errant extra \ within a docstring. | Gregory P. Smith | 2013-11-25 | 1 | -1/+1 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Remove an errant extra \ within a docstring. | Gregory P. Smith | 2013-11-25 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-11-25 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1. | Georg Brandl | 2013-11-25 | 1 | -5/+5 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-11-25 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Fix doc markup error. | Georg Brandl | 2013-11-25 | 1 | -3/+3 |
| | | |||||
* | | asyncio: Fix docstring of get_nowait(). | Guido van Rossum | 2013-11-25 | 1 | -1/+1 |
| | | |||||
* | | Merge save_int into save_long in cpickle to remove redundant code. | Alexandre Vassalotti | 2013-11-25 | 1 | -53/+33 |
| | | | | | | | | Also, replace unnessary uses of the #if preprocessor directive. | ||||
* | | asyncio: Add BoundedSemaphore to export list in locks.__all__. | Guido van Rossum | 2013-11-25 | 1 | -1/+1 |
| | | |||||
* | | Simplify save_bool in cpickle. | Alexandre Vassalotti | 2013-11-25 | 1 | -18/+11 |
| | | |||||
* | | Merge broken link fix from 3.3. | Ezio Melotti | 2013-11-25 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix broken link in html.entities docs. | Ezio Melotti | 2013-11-25 | 1 | -1/+1 |
| | | |||||
* | | Add whatsnew section about the html package. | Ezio Melotti | 2013-11-25 | 1 | -0/+21 |
| | | |||||
* | | #19620: merge with 3.3. | Ezio Melotti | 2013-11-25 | 2 | -3/+3 |
|\ \ | |/ | |||||
| * | #19620: Fix typo in docstring (noticed by Christopher Welborn). | Ezio Melotti | 2013-11-25 | 2 | -3/+3 |
| | | |||||
* | | merge | Raymond Hettinger | 2013-11-24 | 1 | -5/+9 |
|\ \ | |/ | |||||
| * | Document that @property can incorporate a docstring from the getter method. ↵ | Raymond Hettinger | 2013-11-24 | 1 | -5/+9 |
| | | | | | | | | Improve readabilty with additional whitespace. | ||||
* | | Issue #19758: silence PendingDeprecationWarnings in test_hmac | Christian Heimes | 2013-11-24 | 1 | -14/+33 |
| | | | | | | | | I also removed some bare excepts from the tests. | ||||
* | | Merged 3.4.0b1 release head back into trunk. | Larry Hastings | 2013-11-24 | 27 | -362/+1127 |
|\ \ | |||||
| * | | Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. | Serhiy Storchaka | 2013-11-24 | 5 | -13/+33 |
| | | | | | | | | | | | | Changed deprecation message in the fileinput module. | ||||
| * | | Use Clinic to process arguments in cpickle. | Alexandre Vassalotti | 2013-11-24 | 1 | -257/+672 |
| | | | | | | | | | | | | | | | | | | This doesn't make any functional changes to the exisiting implementation. The conversion did help however uncover documentation bugs. The best thing about this conversion is less C code to maintain by hand. | ||||
| * | | Merge from 3.3. | Stefan Krah | 2013-11-24 | 6 | -37/+329 |
| |\ \ | | |/ | |||||
| | * | 1) Prepare libmpdec for the 2.4.0 release. None of the following changes ↵ | Stefan Krah | 2013-11-24 | 6 | -37/+329 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | affects _decimal: o Make all "mpd_t to C integer" conversion functions available in both the 64-bit and the 32-bit versions. o Make all mixed mpd_t/C integer arithmetic functions available in the 32-bit version. o Better handling of __STDC_LIMIT_MACROS for C++ users. o Add struct tags (at the request of C++ users). 2) Check for libmpdec.so.2 if --with-system-libmpdec is used. | ||||
| * | | Issue #19636: Fix usage of MAX_PATH in posixmodule.c | Victor Stinner | 2013-11-24 | 1 | -14/+14 |
| | | |