Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add note about two kinds of illegal imports that are now checked | Jeremy Hylton | 2001-01-30 | 1 | -0/+6 |
| | |||||
* | Added news of function comparison and hashing by identity | Moshe Zadka | 2001-01-29 | 1 | -0/+3 |
| | |||||
* | SF bug #130306: statcache.py full of thread problems. | Tim Peters | 2001-01-28 | 1 | -0/+1 |
| | | | | Fixed the thread races. Function forget_dir was also utterly Unix-specific. | ||||
* | SF bug http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470 | Tim Peters | 2001-01-27 | 1 | -0/+1 |
| | | | | | | | | SF patch http://sourceforge.net/patch/?func=detailpatch&patch_id=103453&group_id=5470 PyMember_Set of T_CHAR always raises exception. Unfortunately, this is a use of a C API function that Python itself never makes, so there's no .py test I can check in to verify this stays fixed. But the fault in the code is obvious, and Dave Cole's patch just as obviously fixes it. | ||||
* | Added news about repr(string). | Tim Peters | 2001-01-27 | 1 | -0/+8 |
| | |||||
* | SF bug 130030: Claim of bad betavariate algorithm. | Tim Peters | 2001-01-26 | 1 | -1/+2 |
| | |||||
* | Fix bugs introduced by rewrite (in particular, time-based initialization | Tim Peters | 2001-01-25 | 1 | -5/+10 |
| | | | | | | | got broken). Also added new method .jumpahead(N). This finally gives us a semi-decent answer to how Python's RNGs can be used safely and efficiently in multithreaded programs (although it requires the user to use the new machinery!). | ||||
* | Reworked random.py so that it no longer depends on, and offers all the | Tim Peters | 2001-01-25 | 1 | -0/+13 |
| | | | | | | | | | | | functionality of, whrandom.py. Also closes all the "XXX" todos in random.py. New frequently-requested functions/methods getstate() and setstate(). All exported functions are now bound methods of a hidden instance. Killed all unintended exports. Updated the docs. FRED: The more I fiddle the docs, the less I understand the exact intended use of the \var, \code, \method tags. Please review critically. GUIDO: See email. I updated NEWS as if whrandom were deprecated; I think it should be. | ||||
* | PyObject_Dump() -> _PyObject_Dump() | Barry Warsaw | 2001-01-24 | 1 | -2/+2 |
| | | | | PyGC_Dump() -> _PyGC_Dump() | ||||
* | A few useful definitions if you're using gdb. Copy to ~/.gdbinit to | Barry Warsaw | 2001-01-23 | 1 | -0/+27 |
| | | | | pull it in automatically. | ||||
* | Added notes about setup.py and cygwin build; removed note about | Guido van Rossum | 2001-01-23 | 1 | -5/+12 |
| | | | | the previous auto-configuring modules feature (already obsolete :-). | ||||
* | Get rid of weird @SET_CXX@ macro occurrence. | Guido van Rossum | 2001-01-23 | 1 | -3/+2 |
| | |||||
* | A few more contributors. | Guido van Rossum | 2001-01-23 | 1 | -0/+4 |
| | |||||
* | Updating NEWS to match the current state of affairs. | Marc-André Lemburg | 2001-01-20 | 1 | -7/+4 |
| | |||||
* | Make the 'time' argument to the timemodule functions strftime, asctime, | Thomas Wouters | 2001-01-19 | 1 | -0/+4 |
| | | | | | | ctime, gmtime and localtime optional, defaulting to 'the current time' in all cases. Adjust docs, add news item. Also convert all argument-handling to METH_VARARGS. Closes SF patch #103265. | ||||
* | Add Jason Tishler to the ACKS file | Andrew M. Kuchling | 2001-01-19 | 1 | -0/+1 |
| | |||||
* | - Add note about complex numbers. | Guido van Rossum | 2001-01-18 | 1 | -9/+16 |
| | | | | | | - Changed description of rich comparisons to emphasize that < and > (etc.) are each other's reflection. Also use this word in the note about the demise of __rcmp__. | ||||
* | Variant of SF patch 103252: Startup optimize: read *.pyc as string, not with ↵ | Tim Peters | 2001-01-18 | 1 | -0/+1 |
| | | | | getc(). | ||||
* | This patch adds a new builtin unistr() which behaves like str() | Marc-André Lemburg | 2001-01-17 | 1 | -0/+8 |
| | | | | | | | | | | except that it always returns Unicode objects. A new C API PyObject_Unicode() is also provided. This closes patch #101664. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum. | ||||
* | News item for rich comparisons. | Guido van Rossum | 2001-01-17 | 1 | -0/+43 |
| | | | | | (I'm going to check in some more uses of rich comparisons, but the basic feature should be in place now.) | ||||
* | Add a NEWS item about function attributes. | Barry Warsaw | 2001-01-15 | 1 | -0/+6 |
| | |||||
* | Add note about new and improved xrange(). | Guido van Rossum | 2001-01-15 | 1 | -0/+8 |
| | |||||
* | Add note about ftplib defaulting to passive mode. | Guido van Rossum | 2001-01-15 | 1 | -0/+7 |
| | |||||
* | Use the "MS" getline hack (fgets()) by default on non-get_unlocked | Tim Peters | 2001-01-15 | 1 | -5/+17 |
| | | | | platforms. See NEWS for details. | ||||
* | Added Jeffery Collins. | Tim Peters | 2001-01-14 | 1 | -0/+1 |
| | |||||
* | Mention new curses.panel module | Andrew M. Kuchling | 2001-01-13 | 1 | -0/+3 |
| | |||||
* | Document extensions to .pth files. | Martin v. Löwis | 2001-01-13 | 1 | -0/+4 |
| | |||||
* | News about from...import. | Guido van Rossum | 2001-01-12 | 1 | -0/+11 |
| | |||||
* | Typo. | Guido van Rossum | 2001-01-11 | 1 | -1/+1 |
| | |||||
* | Added a whole slew of news items. Not striving for completeness -- | Guido van Rossum | 2001-01-10 | 1 | -1/+78 |
| | | | | | I've skipped all bugfixes, Unicode, distutils changes. But this should be a start! | ||||
* | Clarification of new bisect module functions. | Tim Peters | 2001-01-05 | 1 | -1/+2 |
| | |||||
* | Recognize pyc files even if they don't end in pyc. | Martin v. Löwis | 2001-01-04 | 1 | -0/+8 |
| | | | | Patch #103067 with modifications as discussed in email. | ||||
* | Two new names. | Guido van Rossum | 2001-01-03 | 1 | -0/+2 |
| | |||||
* | Fred, THIS NEEDS DOCS! The function docstrings tell the tale. | Tim Peters | 2000-12-29 | 1 | -0/+12 |
| | | | | | | | | | | | | | Christmas present to myself: the bisect module didn't define what happened if the new element was already in the list. It so happens that it inserted the new element "to the right" of all equal elements. Since it wasn't defined, among other bad implications it was a mystery how to use bisect to determine whether an element was already in the list (I've seen code that *assumed* "to the right" without justification). Added new methods bisect_left and insort_left that insert "to the left" instead; made the old names bisect and insort aliases for the new names bisect_right and insort_right; beefed up docstrings to explain what these actually do; and added a std test for the bisect module. | ||||
* | (python-font-lock-keywords): Add highlighting of `as' as a keyword, | Barry Warsaw | 2000-12-27 | 1 | -0/+2 |
| | | | | | but only in "import foo as bar" statements (including optional preceding `from' clause). | ||||
* | Document the -W option as best as I can. | Guido van Rossum | 2000-12-19 | 1 | -7/+70 |
| | | | | Get rid of BeOpen references. | ||||
* | Fix typo | Andrew M. Kuchling | 2000-12-15 | 1 | -1/+1 |
| | |||||
* | Describe {}.popitem(). | Guido van Rossum | 2000-12-12 | 1 | -0/+7 |
| | |||||
* | SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41). Boosted to 512. | Tim Peters | 2000-12-12 | 1 | -0/+8 |
| | |||||
* | The C+ compiler is called $(CXX) these days, not CCC. | Guido van Rossum | 2000-12-06 | 1 | -3/+3 |
| | | | | This fixes SF Bug #124478. | ||||
* | Made the description of %[udxXo] formats of negative longs in 2.1 more accurate. | Tim Peters | 2000-12-01 | 1 | -2/+12 |
| | | | | I suggested to Guido that %u be deprecated (it seems useless in Python to me). | ||||
* | Fox for SF bug #123859: %[duxXo] long formats inconsistent. | Tim Peters | 2000-11-30 | 1 | -12/+32 |
| | |||||
* | (py-goto-beginning-of-tqs): When searching backwards for the matching | Barry Warsaw | 2000-10-27 | 1 | -4/+8 |
| | | | | | | delimiter, watch out for backslash escaped delimiters. Also use = instead of eq for character comparison (because a character is = to it's integer value, but not eq to it). | ||||
* | Rename Setup.in to Setup.dist, and assume that configure will create | Fred Drake | 2000-10-26 | 2 | -2/+2 |
| | | | | Setup (instead of creating it from the Makefile). | ||||
* | Typo repair. | Tim Peters | 2000-10-16 | 1 | -1/+1 |
| | |||||
* | revise xml comment | Jeremy Hylton | 2000-10-16 | 1 | -2/+2 |
| | |||||
* | Updated the XML package comment. | Fred Drake | 2000-10-16 | 1 | -3/+3 |
| | |||||
* | Filled in math-module info; fixed a typo or two. | Tim Peters | 2000-10-16 | 1 | -6/+12 |
| | |||||
* | Add NEWS for 2.0 final (there are a few XXX comments that must be | Jeremy Hylton | 2000-10-16 | 1 | -9/+79 |
| | | | | | | addressed). Fix a few nits in 2.0c1 news. | ||||
* | distutils setup files for Tkinter | Jeremy Hylton | 2000-10-16 | 2 | -0/+31 |
| |