| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Backporting a small part of the socket.py changes from 2.3: get rid | Tim Peters | 2002-12-23 | 1 | -3/+0 |
|
|
| * | Backport documentation of left-to-right evaluation order. | Raymond Hettinger | 2002-12-16 | 1 | -0/+31 |
|
|
| * | try_3way_compare() was returning -1 in one case where it should return | Guido van Rossum | 2002-12-16 | 1 | -1/+1 |
|
|
| * | Revise the __all__ index entry a touch. | Fred Drake | 2002-12-07 | 1 | -1/+1 |
|
|
| * | Fix typo in abstract.c which caused __rpow__ to not be invoked. | Raymond Hettinger | 2002-12-07 | 2 | -1/+6 |
|
|
| * | Add __all__ to Reference Manual index. | Raymond Hettinger | 2002-12-07 | 1 | -0/+1 |
|
|
| * | Backport from head. | Tim Peters | 2002-12-07 | 1 | -3/+3 |
|
|
| * | Remove extra ")" in example. | Fred Drake | 2002-12-06 | 1 | -1/+1 |
|
|
| * | Typo: "dead lock" --> "deadlock" | Fred Drake | 2002-12-06 | 2 | -2/+2 |
|
|
| * | Fix bugs: | Michael W. Hudson | 2002-12-06 | 1 | -19/+23 |
|
|
| * | Backport version 1.21: | Walter Dörwald | 2002-12-06 | 1 | -8/+13 |
|
|
| * | Fix problem in example code. It's minor in this particular example, | Fred Drake | 2002-12-03 | 1 | -1/+1 |
|
|
| * | Fix example regular expressions that simulate scanf() constructs. | Fred Drake | 2002-12-03 | 2 | -3/+4 |
|
|
| * | Fix SF # 646578, Documentation Typo | Neal Norwitz | 2002-12-02 | 1 | -1/+1 |
|
|
| * | Remove unused variable | Neal Norwitz | 2002-12-02 | 1 | -1/+1 |
|
|
| * | Update 2.2 document | Andrew M. Kuchling | 2002-11-27 | 1 | -1/+4 |
|
|
| * | Clarify the interpretation of the __getstate__() return value for | Fred Drake | 2002-11-27 | 1 | -3/+9 |
|
|
| * | Add missing dependency information for the "What's New" document. | Fred Drake | 2002-11-26 | 1 | -2/+2 |
|
|
| * | Backport my (!) revision 1.50: | Michael W. Hudson | 2002-11-26 | 1 | -7/+3 |
|
|
| * | Fix SF # 640557, '64-bit' systems and the dbm module | Neal Norwitz | 2002-11-22 | 1 | -6/+17 |
|
|
| * | Backport fix for SF #640094, on win32 getpass runs into unix_getpass | Neal Norwitz | 2002-11-20 | 1 | -1/+4 |
|
|
| * | Backport rev. 1.14: | Andrew M. Kuchling | 2002-11-20 | 1 | -1/+15 |
|
|
| * | Backport of rev1.57: | Andrew M. Kuchling | 2002-11-20 | 1 | -2/+11 |
|
|
| * | Backport Neil Schemenauer's fix for SF #529750, | Neal Norwitz | 2002-11-20 | 2 | -6/+0 |
|
|
| * | Add more names to ok_sys_names, including hexversion; otherwise the | Guido van Rossum | 2002-11-19 | 1 | -2/+3 |
|
|
| * | Note that str.zfill() and the optional argument to str.strip(), | Fred Drake | 2002-11-16 | 1 | -0/+4 |
|
|
| * | SF 639138, Ref. calendar module in time docs | Neal Norwitz | 2002-11-15 | 1 | -0/+3 |
|
|
| * | Explain what to do in case of missing shared libraries. Fixes #635929. | Martin v. Löwis | 2002-11-15 | 1 | -5/+22 |
|
|
| * | The "Up" link should point to index.html, not ./, since these | Fred Drake | 2002-11-14 | 1 | -1/+1 |
|
|
| * | Update the docstring to match the code. | Neal Norwitz | 2002-11-14 | 1 | -1/+3 |
|
|
| * | Fix SF # 505427, socket module fails to build on HPUX10 | Neal Norwitz | 2002-11-14 | 1 | -0/+5 |
|
|
| * | Document struct_time and the field names. | Fred Drake | 2002-11-13 | 1 | -14/+25 |
|
|
| * | Add \funcline, \funclineni, and \methodlineni to the list of functions | Fred Drake | 2002-11-13 | 1 | -0/+3 |
|
|
| * | Fix broken markup. | Fred Drake | 2002-11-13 | 1 | -1/+1 |
|
|
| * | Typo: it's --> its | Fred Drake | 2002-11-13 | 2 | -2/+2 |
|
|
| * | Update: Older versions of Python crashed when calling repr() | Fred Drake | 2002-11-13 | 1 | -3/+5 |
|
|
| * | Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don't | Fred Drake | 2002-11-13 | 1 | -3/+7 |
|
|
| * | Clarified meaning of \w and \W with respect to the UNICODE and LOCALE flags. | Fred Drake | 2002-11-12 | 1 | -5/+5 |
|
|
| * | SF # 627900, Bytecode copy bug in freeze | Neal Norwitz | 2002-11-12 | 1 | -1/+2 |
|
|
| * | Handle the Content-Type header a little more appropriately: if it | Fred Drake | 2002-11-12 | 1 | -0/+3 |
|
|
| * | Clarified documentation of tempnam(). | Fred Drake | 2002-11-12 | 1 | -0/+4 |
|
|
| * | Commit version 1.02 (CVS revision 1.59) of whatsnew22.tex, which | Andrew M. Kuchling | 2002-11-12 | 1 | -12/+15 |
|
|
| * | Search for tix subdirectories. Fixes #564729. | Martin v. Löwis | 2002-11-09 | 1 | -9/+14 |
|
|
| * | Make strip work as documented. | Martin v. Löwis | 2002-11-08 | 1 | -2/+2 |
|
|
| * | Fix typo only present in the r22-maint branch. | Fred Drake | 2002-11-08 | 1 | -1/+1 |
|
|
| * | Clarify what it means to require Python 1.5.2. | Raymond Hettinger | 2002-11-08 | 1 | -3/+3 |
|
|
| * | Backport 1.72: | Neal Norwitz | 2002-11-07 | 1 | -0/+1 |
|
|
| * | Backport 1.72: | Neal Norwitz | 2002-11-07 | 1 | -0/+6 |
|
|
| * | Backport 2.173: | Neal Norwitz | 2002-11-07 | 1 | -3/+1 |
|
|
| * | Backport 1.6->1.7: Skip the test_nocaret test when running as jython. | Finn Bock | 2002-11-06 | 1 | -1/+4 |
|
|