- 188b2d6 - add link to the datetime module by Fred Drake · 21 years ago
- ceb1fd2 - update description of isleap() - add link to the datetime module by Fred Drake · 21 years ago
- 6f51a72 - use the same markup for the deprecation as for that of file.xreadlines() by Fred Drake · 21 years ago
- ae55d5f - add a "See also" reference to the doctest module by Fred Drake · 21 years ago
- 6e70acc Strengthen the test for hash effectiveness by Raymond Hettinger · 21 years ago
- ed54d91 Various fixups: by Raymond Hettinger · 21 years ago
- 32fef9f fix truly evil markup typo by Fred Drake · 21 years ago
- ea49de3 minor cleanup of example by Fred Drake · 21 years ago
- ff381e1 - we *really* don't care about Python 1.5 alphas any more! by Fred Drake · 21 years ago
- 401d1e3 fix a variety of markup bugs by Fred Drake · 21 years ago
- f161c91 work around whitespace bugs in the HTML version by Fred Drake · 21 years ago
- dcf32a6 fix markup errors by Fred Drake · 21 years ago
- b0e8f5d lots of markup adjustments by Fred Drake · 21 years ago
- 7c67cb8 markup fix by Fred Drake · 21 years ago
- 4a44293 Fixes to support CJKCodecs as per SF bug #852347. Actually, this by Barry Warsaw · 21 years ago
- 339270e Bump version number to 2.5.5 by Barry Warsaw · 21 years ago
- 89d147d remove ancient cruft by Fred Drake · 21 years ago
- 345555d - make "--" in code text not get converted to "-" - fix minor typo in comment by Fred Drake · 21 years ago
- 4922cae - remove crufty markup that's no longer needed to make the by Fred Drake · 21 years ago
- 4271310 use consistent email address for Tim by Fred Drake · 21 years ago
- 34929f2 - update Tim's email address - remove spurious blank lines by Fred Drake · 21 years ago
- da91d02 Add IPV6_ socket options from RFCs 3493 and 3542. Fixes #867012. by Martin v. Löwis · 21 years ago
- 7db07e6 Fix gcc 3.3 warnings related to Py_UNICODE_WIDE. by Hye-Shik Chang · 21 years ago
- f1ca7f5 complete backout of listobject.c v2.171 by Andrew MacIntyre · 21 years ago
- 3097341 Revert previous two checkins to repair test failure. by Jeremy Hylton · 21 years ago
- 87c1afa Fix name problem in previous checkin: Dict not List by Jeremy Hylton · 21 years ago
- e99990f At 2.2, the Py<type>_Check() family of API functions (macros) changed by Andrew MacIntyre · 21 years ago
- 6f3a24d reverting 2.29: the patch was Ok, but the commit msg wrong by Andrew MacIntyre · 21 years ago
- 694e3a4 use the correct macro to access list size by Andrew MacIntyre · 21 years ago
- f72af65 At 2.2, the Py<type>_Check() family of API functions (macros) changed by Andrew MacIntyre · 21 years ago
- 43e5711 The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along by Andrew MacIntyre · 21 years ago
- 13cd889 The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along by Andrew MacIntyre · 21 years ago
- d57caed Performance of list([]) in 2.3 came up in a thread on comp.lang.python, by Andrew MacIntyre · 21 years ago
- 4d04639 add definitions required for expat 1.95.7 by Andrew MacIntyre · 21 years ago
- 7553426 [Bug #850823] Fix broken link by Andrew M. Kuchling · 21 years ago
- 91ca8de [Bug #850818] Accept Gregory H. Ball's suggested rewrite of a confusing description by Andrew M. Kuchling · 21 years ago
- 7a3786c [Bug #857821] Remove mention of deprecated string.{atol,atof} functions. (Patch from Gerrit Holl) by Andrew M. Kuchling · 21 years ago
- 273069d Fix silly typo by Andrew M. Kuchling · 21 years ago
- b386f6a As part of fixing bug #829532, add a test case that exercises os.makedirs by Andrew M. Kuchling · 21 years ago
- 6fccc8a [Bug #829532] Invoking os.makedirs() with an argument that contains a by Andrew M. Kuchling · 21 years ago
- 7fc4cf5 Fix unicode.rsplit()'s bug that ignores separater on the end of string when by Hye-Shik Chang · 21 years ago
- 0490fe9 Changed the UCHAR_MAX error msg a bit: we don't really assume anything by Tim Peters · 21 years ago
- ac4ea13 There are places in Python which assume bytes have 8-bits. Formalize that a by Skip Montanaro · 21 years ago
- 66518bb (forced commit) by Hye-Shik Chang · 21 years ago
- 40e9509 Fix broken xmlcharrefreplace by rev 2.204. (Pointy hat goes to perky) by Hye-Shik Chang · 21 years ago
- 9014560 Make sure the UserDict copies do not share the same underlying by Raymond Hettinger · 21 years ago
- 435f648 Python 2.3.3 Window build number and release date. by Thomas Heller · 21 years ago
- 70029c5 Add the first of (hopefully) many third-party licenses and acknowledgements. by Raymond Hettinger · 21 years ago
- 893020b Remove self from the arguments for the function add_type(). by Walter Dörwald · 21 years ago
- 4a264fb SF #859573: Reduce compiler warnings on gcc 3.2 and above. by Hye-Shik Chang · 21 years ago
- 8d2e08d Enable some unittests on FreeBSD. by Hye-Shik Chang · 21 years ago
- 302e550 Sync with python-mode project. Adds two changes: by Skip Montanaro · 21 years ago
- 828f847 minor markup adjustment by Fred Drake · 21 years ago
- 3435820 Fix typo by Andrew M. Kuchling · 21 years ago
- 35f2b05 Add various items by Andrew M. Kuchling · 21 years ago
- 852fe06 fix loss of a space after indexing markup by Fred Drake · 21 years ago
- 4d88322 - use correct markup - re-wrap resulting long lines by Fred Drake · 21 years ago
- 1639f1c fix weird sh-bang line by Fred Drake · 21 years ago
- 2fe7978 avoid bash-isms by Fred Drake · 21 years ago
- a95e87a Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
- b606b3d Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
- e708fbd Remove methods that are no longer called by urllib2. by Jeremy Hylton · 21 years ago
- 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
- df38ea9 Add methods to MockHTTPClass for modern httplib interface. by Jeremy Hylton · 21 years ago
- 023518a Rewrite AbstractHTTPHandler to use modern httplib interface. by Jeremy Hylton · 21 years ago
- a7b673f Fix erroneus argument parsing of socket.htons() on 64bit big endian machines. by Hye-Shik Chang · 21 years ago
- c6f066f Update documentations for str.rsplit() with Alex Martelli's rewrite. by Hye-Shik Chang · 21 years ago
- 4612bc5 Make example more readable by Andrew M. Kuchling · 21 years ago
- 81ad32e Speedup set.update by using the override mode for PyDict_Merge(). by Raymond Hettinger · 21 years ago
- eebb641 Add rsplit method for UserString, too. (Spotted by Raymond Hettinger) by Hye-Shik Chang · 21 years ago
- c0d49d8 Fix typo and improve wording a bit. by Raymond Hettinger · 21 years ago
- 060ebed Add an entry for addition of {str,unicode}.rsplit. by Hye-Shik Chang · 21 years ago
- 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 21 years ago
- dce391c Remove __del__ methods to avoid creating uncollectable cyclic trash. by Jeremy Hylton · 21 years ago
- 6485a87 missing word (should backport - is release23-maint still locked?) by Skip Montanaro · 21 years ago
- fb4e33a Improve algorithm for set.difference when the input is not a set. by Raymond Hettinger · 21 years ago
- c2fcf9b Make the module docstring a raw string, so that the backslash in by Walter Dörwald · 21 years ago
- bd311d8 Remove a "temporary" piece of code that was probably unneeded since by Guido van Rossum · 21 years ago
- 1ecbd67 SF #859811, typo in docs by Neal Norwitz · 21 years ago
- 360cd41 SF #859810, typo in doc by Neal Norwitz · 21 years ago
- 37c5f2a Add news item about processor support in urllib2. by Jeremy Hylton · 21 years ago
- c1be59f SF patch 852995: add processors feature to urllib2 by Jeremy Hylton · 21 years ago
- 328f338 SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald by Neal Norwitz · 21 years ago
- 378f7b5 Add a versionadded tag for traceback.format_exc() by Neal Norwitz · 21 years ago
- 9342fb4 Make private/local functions static by Neal Norwitz · 21 years ago
- 5a92175 After hearing from someone who gave up on timeout sockets due to a by Guido van Rossum · 21 years ago
- 2cbdc2a Cleaning up recursive pieces left in the reorganization. by Gustavo Niemeyer · 21 years ago
- 5469324 Note that \var{ppos} values are not consecutive and should not be altered. by Raymond Hettinger · 21 years ago
- 438e02d * Refactor set.__contains__() by Raymond Hettinger · 21 years ago
- 0deab62 Refactor set.discard() and set.remove(). by Raymond Hettinger · 21 years ago
- 6a8bbdb Improve argument checking speed. by Raymond Hettinger · 21 years ago
- dc5ae11 Use dictionary specific looping idiom where possible. by Raymond Hettinger · 21 years ago
- 0c66967 Simplify previous checkin -- a new function was not needed. by Raymond Hettinger · 21 years ago
- d3ae672 Use PyDict_Contains() instead of PySequence_Contains(). by Raymond Hettinger · 21 years ago
- 8f5cdaa * Added a new method flag, METH_COEXIST. by Raymond Hettinger · 21 years ago
- feb78c9 Expand the groupby() example to: by Raymond Hettinger · 21 years ago
- 1f84ed0 fix typo and join two paragraphs by Fred Drake · 21 years ago
- b167b04 Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%. by Walter Dörwald · 21 years ago
- 35415da Fix broken link (closes bug #852236). Thanks to Fedor Baart for bug file and by Brett Cannon · 21 years ago
- bbd290a Revert previous change which didn't make sense the next day :-) by Raymond Hettinger · 21 years ago