summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Backporting a small part of the socket.py changes from 2.3: get ridTim Peters2002-12-231-3/+0
* Backport documentation of left-to-right evaluation order.Raymond Hettinger2002-12-161-0/+31
* try_3way_compare() was returning -1 in one case where it should returnGuido van Rossum2002-12-161-1/+1
* Revise the __all__ index entry a touch.Fred Drake2002-12-071-1/+1
* Fix typo in abstract.c which caused __rpow__ to not be invoked.Raymond Hettinger2002-12-072-1/+6
* Add __all__ to Reference Manual index.Raymond Hettinger2002-12-071-0/+1
* Backport from head.Tim Peters2002-12-071-3/+3
* Remove extra ")" in example.Fred Drake2002-12-061-1/+1
* Typo: "dead lock" --> "deadlock"Fred Drake2002-12-062-2/+2
* Fix bugs:Michael W. Hudson2002-12-061-19/+23
* Backport version 1.21:Walter Dörwald2002-12-061-8/+13
* Fix problem in example code. It's minor in this particular example,Fred Drake2002-12-031-1/+1
* Fix example regular expressions that simulate scanf() constructs.Fred Drake2002-12-032-3/+4
* Fix SF # 646578, Documentation TypoNeal Norwitz2002-12-021-1/+1
* Remove unused variableNeal Norwitz2002-12-021-1/+1
* Update 2.2 documentAndrew M. Kuchling2002-11-271-1/+4
* Clarify the interpretation of the __getstate__() return value forFred Drake2002-11-271-3/+9
* Add missing dependency information for the "What's New" document.Fred Drake2002-11-261-2/+2
* Backport my (!) revision 1.50:Michael W. Hudson2002-11-261-7/+3
* Fix SF # 640557, '64-bit' systems and the dbm moduleNeal Norwitz2002-11-221-6/+17
* Backport fix for SF #640094, on win32 getpass runs into unix_getpassNeal Norwitz2002-11-201-1/+4
* Backport rev. 1.14:Andrew M. Kuchling2002-11-201-1/+15
* Backport of rev1.57:Andrew M. Kuchling2002-11-201-2/+11
* Backport Neil Schemenauer's fix for SF #529750,Neal Norwitz2002-11-202-6/+0
* Add more names to ok_sys_names, including hexversion; otherwise theGuido van Rossum2002-11-191-2/+3
* Note that str.zfill() and the optional argument to str.strip(),Fred Drake2002-11-161-0/+4
* SF 639138, Ref. calendar module in time docsNeal Norwitz2002-11-151-0/+3
* Explain what to do in case of missing shared libraries. Fixes #635929.Martin v. Löwis2002-11-151-5/+22
* The "Up" link should point to index.html, not ./, since theseFred Drake2002-11-141-1/+1
* Update the docstring to match the code.Neal Norwitz2002-11-141-1/+3
* Fix SF # 505427, socket module fails to build on HPUX10Neal Norwitz2002-11-141-0/+5
* Document struct_time and the field names.Fred Drake2002-11-131-14/+25
* Add \funcline, \funclineni, and \methodlineni to the list of functionsFred Drake2002-11-131-0/+3
* Fix broken markup.Fred Drake2002-11-131-1/+1
* Typo: it's --> itsFred Drake2002-11-132-2/+2
* Update: Older versions of Python crashed when calling repr()Fred Drake2002-11-131-3/+5
* Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don'tFred Drake2002-11-131-3/+7
* Clarified meaning of \w and \W with respect to the UNICODE and LOCALE flags.Fred Drake2002-11-121-5/+5
* SF # 627900, Bytecode copy bug in freezeNeal Norwitz2002-11-121-1/+2
* Handle the Content-Type header a little more appropriately: if itFred Drake2002-11-121-0/+3
* Clarified documentation of tempnam().Fred Drake2002-11-121-0/+4
* Commit version 1.02 (CVS revision 1.59) of whatsnew22.tex, whichAndrew M. Kuchling2002-11-121-12/+15
* Search for tix subdirectories. Fixes #564729.Martin v. Löwis2002-11-091-9/+14
* Make strip work as documented.Martin v. Löwis2002-11-081-2/+2
* Fix typo only present in the r22-maint branch.Fred Drake2002-11-081-1/+1
* Clarify what it means to require Python 1.5.2.Raymond Hettinger2002-11-081-3/+3
* Backport 1.72:Neal Norwitz2002-11-071-0/+1
* Backport 1.72:Neal Norwitz2002-11-071-0/+6
* Backport 2.173:Neal Norwitz2002-11-071-3/+1
* Backport 1.6->1.7: Skip the test_nocaret test when running as jython.Finn Bock2002-11-061-1/+4