| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Oops, "=" is not a comparison operator | Neal Norwitz | 2005-10-21 | 1 | -1/+0 |
|
|
| * | Fix some mods that got dropped from the AST merge | Neal Norwitz | 2005-10-21 | 1 | -2/+2 |
|
|
| * | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 13 | -6074/+9774 |
|
|
| * | Fix SF bug #976608, Unhelpful error message when mtime of a module is -1 | Neal Norwitz | 2005-10-03 | 1 | -1/+5 |
|
|
| * | SF bug #887946, segfault if redirecting directory | Neal Norwitz | 2005-10-03 | 1 | -0/+9 |
|
|
| * | - Fix segfault with invalid coding. | Neal Norwitz | 2005-10-02 | 1 | -1/+1 |
|
|
| * | Forward port bugfix: | Michael W. Hudson | 2005-09-30 | 1 | -0/+4 |
|
|
| * | Convert iterator __len__() methods to a private API. | Raymond Hettinger | 2005-09-24 | 1 | -3/+3 |
|
|
| * | clean-up tracing of C functions. In particular, don't call the trace func | Armin Rigo | 2005-09-20 | 1 | -26/+31 |
|
|
| * | Removed a check "if (args != NULL)" which is always True and makes no sense. | Armin Rigo | 2005-09-20 | 1 | -5/+3 |
|
|
| * | Don't call memset() before checking that the ptr is not NULL. | Armin Rigo | 2005-09-20 | 1 | -1/+1 |
|
|
| * | patch [ 1119423 ] python -c readlink()s and stat()s '-c' | Georg Brandl | 2005-09-15 | 1 | -3/+3 |
|
|
| * | 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 |
|
|
| * | - Changes donated by Elemental Security to make it work on HP-UX 11 on | Guido van Rossum | 2005-09-14 | 1 | -0/+14 |
|
|
| * | Patch #1290454: Fix reload() error message when parent module is not in | Georg Brandl | 2005-09-14 | 1 | -2/+3 |
|
|
| * | Whitespace normalization. | Georg Brandl | 2005-08-31 | 1 | -7/+7 |
|
|
| * | 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 |
|
|
| * | Add a C API for sets and frozensets. | Raymond Hettinger | 2005-08-16 | 1 | -4/+2 |
|
|
| * | Port from the Python 2.4 branch, patches for SF bug # 900092, | Barry Warsaw | 2005-08-15 | 1 | -8/+14 |
|
|
| * | com_yield_expr(): Squash new compiler wng about unreferenced local. | Tim Peters | 2005-08-03 | 1 | -1/+0 |
|
|
| * | PEP 342 implementation. Per Guido's comments, the generator throw() | Phillip J. Eby | 2005-08-02 | 4 | -126/+212 |
|
|
| * | * Improve code for the empty frozenset singleton: | Raymond Hettinger | 2005-08-01 | 1 | -0/+1 |
|
|
| * | 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 |
|
|
| * | bug [ 1234979 ] Lock.acquire treats only 1 as True | Georg Brandl | 2005-07-08 | 1 | -1/+1 |
|
|
| * | Fix signedness of various char variables to stop causing a warning under gcc 4. | Brett Cannon | 2005-06-25 | 3 | -12/+12 |
|
|
| * | Add comments about PyThreadState and the usage of its fields. | Brett Cannon | 2005-06-25 | 1 | -0/+4 |
|
|
| * | Fix bug: | Michael W. Hudson | 2005-06-20 | 1 | -15/+53 |
|
|
| * | You can have more than one thread state for a thread if they | Michael W. Hudson | 2005-06-16 | 1 | -1/+1 |
|
|
| * | Fix bug | Michael W. Hudson | 2005-06-13 | 1 | -0/+4 |
|
|
| * | Remove extraneous format character from PyArg_ParseTuple call in | Michael W. Hudson | 2005-06-13 | 1 | -1/+1 |
|
|
| * | Fix a couple of crashing-on-malformed data marshal bugs. | Michael W. Hudson | 2005-06-03 | 1 | -6/+8 |
|
|
| * | This is my patch: | Michael W. Hudson | 2005-06-03 | 2 | -66/+177 |
|
|
| * | This is my patch: | Michael W. Hudson | 2005-05-27 | 1 | -0/+2 |
|
|
| * | Patch #1197318: Cygwin case-sensitive import patch | Jason Tishler | 2005-05-20 | 1 | -17/+6 |
|
|
| * | Fix: | Michael W. Hudson | 2005-04-18 | 1 | -1/+1 |
|
|
| * | Make a handy macro, Py_DEFAULT_RECURSION_LIMIT to allow to define | Hye-Shik Chang | 2005-04-04 | 1 | -2/+5 |
|
|
| * | I suppose a bug report or even a fix would be a better response, but | Michael W. Hudson | 2005-03-30 | 1 | -1/+2 |
|
|
| * | Move exception finalisation later in the shutdown process - this | Anthony Baxter | 2005-03-29 | 1 | -7/+8 |
|
|
| * | Add 0 to _POSIX_SEMAPHORES. Will backport to 2.4. | 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 |
|
|
| * | Add two new functions, any() and all(). | Raymond Hettinger | 2005-03-11 | 1 | -0/+65 |
|
|
| * | Allow classes to be defined with empty parentheses. This means that | Brett Cannon | 2005-03-05 | 2 | -8/+10 |
|
|
| * | Patch #1115086: support PY_LONGLONG in structmember. | Martin v. Löwis | 2005-03-03 | 1 | -0/+32 |
|
|
| * | Revert previous checkin on getargs 'L' code. Try to convert all | Martin v. Löwis | 2005-03-03 | 1 | -1/+0 |
|
|
| * | Patch #802188: better parser error message for non-EOL following line cont. | Martin v. Löwis | 2005-03-03 | 1 | -0/+3 |
|
|