| CODENOTIFIER | HelpYou are not signed inSign in |
| Revision | Author | Date | Description |
|---|---|---|---|
| 68344 | marc-andre.lemburg | 05 Jan 2009 14:43:35 | Fix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declaration
Add a few more comments and apply some minor edits to make the file contents
|
| 68338 | neal.norwitz | 04 Jan 2009 22:57:25 | Make sure to checkout any new packages |
| 68326 | georg.brandl | 04 Jan 2009 17:03:10 | Update make.bat. |
| 68325 | benjamin.peterson | 04 Jan 2009 17:00:18 | use Jinja 2.1.1 |
| 68319 | antoine.pitrou | 04 Jan 2009 16:29:23 | Issue #4272: Add an optional argument to the GzipFile constructor to override the timestamp in the gzip stream. |
| 68318 | mark.dickinson | 04 Jan 2009 16:25:40 | Misc/NEWS entry for r68317 |
| 68317 | mark.dickinson | 04 Jan 2009 16:22:02 | More Python 2.3 compatibility fixes for decimal.py. |
| 68314 | mark.dickinson | 04 Jan 2009 16:10:56 | Fix Decimal.from_float to use valid Python 2.3 syntax, as per
|
| 68312 | mark.dickinson | 04 Jan 2009 15:19:41 | It's wrong to use AC_REPLACE_FUNCS for hypot, since there's no longer any
|
| 68311 | mark.dickinson | 04 Jan 2009 14:53:00 | Use C99 'isfinite' macro in preference to BSD-derived 'finite' function. |
| 68304 | mark.dickinson | 04 Jan 2009 12:02:05 | Fix HAVE_DECL_ISINF/ISNAN test (again). |
| 68302 | mark.dickinson | 04 Jan 2009 11:06:40 | Oops. Need to check not only that HAVE_DECL_ISINF is defined, but also
|
| 68299 | mark.dickinson | 04 Jan 2009 08:57:26 | isinf and isnan are macros, not functions; fix configure script
|