| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Backport bugfix: | Michael W. Hudson | 2005-09-23 | 1 | -15/+53 |
|
|
| * | (backport) tracing of C functions: don't call the trace func | Armin Rigo | 2005-09-20 | 1 | -26/+31 |
|
|
| * | backport patch [ 1119423 ] python -c readlink()s and stat()s '-c' | Georg Brandl | 2005-09-15 | 1 | -3/+3 |
|
|
| * | backport bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault. | Georg Brandl | 2005-09-15 | 1 | -0/+7 |
|
|
| * | Complete format code support in getargs.c::skipitem(), which is called when | Georg Brandl | 2005-09-14 | 1 | -59/+39 |
|
|
| * | - Changes donated by Elemental Security to make it work on AIX 5.3 | Guido van Rossum | 2005-09-14 | 1 | -0/+12 |
|
|
| * | (backport from HEAD) | Guido van Rossum | 2005-09-14 | 1 | -0/+14 |
|
|
| * | Backport of patch #1290454: Fix reload() error message when parent is not | Georg Brandl | 2005-09-14 | 1 | -2/+3 |
|
|
| * | Disallow keyword arguments for type constructors that don't use them | Georg Brandl | 2005-08-26 | 1 | -0/+26 |
|
|
| * | Forward UnicodeDecodeError into SyntaxError for source encoding errors. | Martin v. Löwis | 2005-08-24 | 1 | -5/+7 |
|
|
| * | SF bug #1242657: list(obj) can swallow KeyboardInterrupt | Raymond Hettinger | 2005-08-21 | 1 | -0/+12 |
|
|
| * | Fix for SF bug # 900092, hotshot.stats.load assertion failure. This patch | Barry Warsaw | 2005-08-15 | 1 | -8/+14 |
|
|
| * | Backport: fix cleanup DECREF logic in builtin_filter function. | Georg Brandl | 2005-07-19 | 1 | -6/+6 |
|
|
| * | bug 1234979 addition | Georg Brandl | 2005-07-09 | 1 | -2/+2 |
|
|
| * | backport bug [ 1234979 ] Lock.acquire treats only 1 as True | Georg Brandl | 2005-07-08 | 1 | -1/+1 |
|
|
| * | Backport my recent fix (rev. 2.40 of Python/pystate.c): | Michael W. Hudson | 2005-04-24 | 1 | -1/+1 |
|
|
| * | Move exception finalisation later in the shutdown process - this | Anthony Baxter | 2005-03-29 | 1 | -7/+8 |
|
|
| * | Add 0 to _POSIX_SEMAPHORES. | Martin v. Löwis | 2005-03-28 | 1 | -1/+3 |
|
|
| * | Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean no | Anthony Baxter | 2005-03-16 | 1 | -0/+4 |
|
|
| * | Revert previous checkin on getargs 'L' code. Try to convert all | Martin v. Löwis | 2005-03-03 | 1 | -1/+0 |
|
|
| * | Clear internal call error in 'L' format. Fixes #723201. | Martin v. Löwis | 2005-03-03 | 1 | -0/+1 |
|
|
| * | Backport 2.39: | Guido van Rossum | 2005-02-08 | 1 | -1/+3 |
|
|
| * | Partially revert #1074011; don't try to fflush stdin. | Martin v. Löwis | 2005-01-27 | 1 | -1/+10 |
|
|
| * | happy new year! (2.4 branch) | Anthony Baxter | 2005-01-25 | 1 | -1/+1 |
|
|
| * | Flush std{in,out,err} before closing it. Fixes #1074011. | Martin v. Löwis | 2005-01-23 | 1 | -3/+10 |
|
|
| * | make thread stack size compile-time tunable on OS/2 | Andrew MacIntyre | 2005-01-17 | 1 | -1/+5 |
|
|
| * | Back-ported: marshal.dumps() with the new optional argument 'version' just | Armin Rigo | 2004-12-20 | 1 | -1/+1 |
|
|
| * | Hye-Shik Chang's fix for Bug 875692. | Kurt B. Kaiser | 2004-11-23 | 1 | -0/+6 |
|
|
| * | SF bug 1061968: threads: segfault or Py_FatalError at exit | Tim Peters | 2004-11-08 | 1 | -13/+12 |
|
|
| * | SF patch 1025636: Check for NULL returns in compile.c:com_import_stmt | Jeremy Hylton | 2004-11-07 | 1 | -4/+14 |
|
|
| * | SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core | Raymond Hettinger | 2004-11-05 | 1 | -158/+67 |
|
|
| * | Maintain peepholer's cumlc invariant by updating the running total | Raymond Hettinger | 2004-11-02 | 1 | -0/+4 |
|
|
| * | Simplify and future proof NOP counting in the peepholer. | Raymond Hettinger | 2004-11-01 | 1 | -13/+6 |
|
|
| * | Fixed a comment and added another one. | Armin Rigo | 2004-10-30 | 1 | -1/+4 |
|
|
| * | Adopt some peepholer suggestions from Armin Rigo: | Raymond Hettinger | 2004-10-30 | 1 | -15/+20 |
|
|
| * | SF bug #1053819: Segfault in tuple_of_constants | Raymond Hettinger | 2004-10-26 | 1 | -1/+9 |
|
|
| * | SF bug #1048870: call arg of lambda not updating | Raymond Hettinger | 2004-10-24 | 1 | -0/+2 |
|
|
| * | Patch #975056 - fixes for restartable signals on *BSD. In addition, | Anthony Baxter | 2004-10-13 | 1 | -24/+19 |
|
|
| * | SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick | Tim Peters | 2004-10-11 | 2 | -4/+6 |
|
|
| * | Revert rev 2.35. It was based on erroneous reasoning -- the current | Tim Peters | 2004-10-10 | 1 | -15/+8 |
|
|
| * | PyInterpreterState_New(), PyThreadState_New(): use malloc/free directly. | Tim Peters | 2004-10-10 | 1 | -4/+16 |
|
|
| * | find_key(): This routine wasn't thread-correct, and accounts for the | Tim Peters | 2004-10-10 | 1 | -5/+17 |
|
|
| * | PyGILState_Release(): If we need to delete the TLS entry for this thread, | Tim Peters | 2004-10-09 | 1 | -8/+15 |
|
|
| * | _PyGILState_Init(), PyGILState_Ensure(): Since PyThread_set_key_value() | Tim Peters | 2004-10-09 | 1 | -2/+5 |
|
|
| * | Document the results of painful reverse-engineering of the "portable TLS" | Tim Peters | 2004-10-09 | 1 | -6/+84 |
|
|
| * | Style guide & consistency changes. No semantic changes. | Tim Peters | 2004-10-09 | 2 | -29/+41 |
|
|
| * | Trim trailing whitespace. | Tim Peters | 2004-10-09 | 1 | -8/+8 |
|
|
| * | SF patch #1035498: -m option to run a module as a script | Raymond Hettinger | 2004-10-07 | 1 | -0/+16 |
|
|
| * | Finalize the freelist of list objects. | Raymond Hettinger | 2004-10-07 | 1 | -0/+1 |
|
|
| * | Print verbose messages to stderr. Fixes #1036752. | Martin v. Löwis | 2004-10-03 | 1 | -1/+2 |
|
|