- ed920434 Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-encoding: chunked" by Senthil Kumaran · 15 years ago
- dfb45df Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module containing the exception under test (original patch by Lennart Regebro) by Nick Coghlan · 15 years ago
- eef5c35 make slice notation in (r)find docs consistent by Benjamin Peterson · 15 years ago
- a9bd6d5 reject None as the buffering argument like the C implementation does #8546 by Benjamin Peterson · 15 years ago
- 47b5440 Adding versionadded to various new unittest functions in documentation by Michael Foord · 15 years ago
- 5c322ec Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs. by Michael Foord · 15 years ago
- adbcf1f Patch from Tim Hatch: Make socket setblocking <-> settimeout examples symmetric. by Georg Brandl · 15 years ago
- 1e51825 Fix code example to have valid syntax so that it can be highlighted. by Georg Brandl · 15 years ago
- bb091e7 Patch from Tim Hatch: Minor spelling changes to _winreg docs. by Georg Brandl · 15 years ago
- a3f1e4c Patch from Tim Hatch: Remove reference to winreg being the fabled high-level registry interface. by Georg Brandl · 15 years ago
- 9bfb78d Patch from Tim Hatch: Better cross-referencing in socket and winreg docs. by Georg Brandl · 15 years ago
- 1f62087 Remove LaTeXy index entry syntax. by Georg Brandl · 15 years ago
- 404bd7f #8528: fix typo. by Georg Brandl · 15 years ago
- 5fa9fb4 Fix #5774. Some _winreg functions are documented as taking kwargs but don't. by Brian Curtin · 15 years ago
- f8bff48 Markup fixes. by Georg Brandl · 15 years ago
- f6ce3cb issue8451: Making syslog module use sys.argv[0] for "ident". by Sean Reifscheider · 15 years ago
- 3982461 Changed tests to only urlparse one, which was enough, addressed Ezio's comment by Senthil Kumaran · 15 years ago
- 0a36181 Updated the RFCs list in the See Also section of urlparse.rst by Senthil Kumaran · 15 years ago
- e593fad removed ztar support in shutil.make_archive by Tarek Ziadé · 15 years ago
- 8c09ebc #8472: fix wrong function name in functions.rst: itertools.filterfalse -> itertools.ifilterfalse by Ezio Melotti · 15 years ago
- 1f8dd36 Add version info for os.kill and signal changes from #1220212. by Brian Curtin · 15 years ago
- 8a12f94 Fixed #8463: added missing reference to bztar in shutil's documentation. by Tarek Ziadé · 15 years ago
- 0a6373c Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the by Antoine Pitrou · 15 years ago
- c9a8a4a #8370: fix module name in backported doc addition. by Georg Brandl · 15 years ago
- 4a589c3 #8399: add note about Windows and O_BINARY. by Georg Brandl · 15 years ago
- 6c50efe Add an x-ref to where the O_ constants are documented and move the SEEK_ constants after lseek(). by Georg Brandl · 15 years ago
- 44340e6 Add usage notes for collections.Counter(). by Raymond Hettinger · 15 years ago
- 78ab583 More struct doc tweaks. by Mark Dickinson · 15 years ago
- b633f10 Rewrap some long lines in struct module doc source. by Mark Dickinson · 15 years ago
- bbacb83 Issue #7355: Various improvements to struct module documentation. by Mark Dickinson · 15 years ago
- 1a14d3d Issue #7585: use tab between components in unified and context diff headers. by R. David Murray · 15 years ago
- fa900d4 typo by Barry Warsaw · 15 years ago
- 884d0a3 Two typo fixes by Andrew M. Kuchling · 15 years ago
- ca2413e Punctuation fix by Andrew M. Kuchling · 15 years ago
- 90aae55 #8360: skipTest was added in 2.7. by Georg Brandl · 15 years ago
- a1d61d0 Fixup new itertools recipes. by Raymond Hettinger · 15 years ago
- efc2f49 Correction of unittest documentation typos and omissions by Michael Foord · 15 years ago
- 497256b Issue #8331: logging: fixed some grammatical errors in documentation. by Vinay Sajip · 15 years ago
- ccd8bc8 Issue #8327: logging: Clarification of propagation functionality in documentation. by Vinay Sajip · 15 years ago
- ad971d6 More NaN consistency doc fixes. by Mark Dickinson · 15 years ago
- e07acb5 Use consistent spelling for nans (thanks Georg for noticing). by Mark Dickinson · 15 years ago
- 99e73f9 Issue #7947: Clarify math module behaviour for IEEE 754 special cases, along by Mark Dickinson · 15 years ago
- abe448c #8320: document return value of recv_into(). by Georg Brandl · 15 years ago
- f9de534 Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, by Antoine Pitrou · 15 years ago
- d341ec8 Further documentation fix for unittest.rst by Michael Foord · 15 years ago
- c5ff3f6 Furterh documentation fix for unittest.rst by Michael Foord · 15 years ago
- 3165503 Documentation fixes for unittest by Michael Foord · 15 years ago
- 9ccc581 Fix markup errors. by Ezio Melotti · 15 years ago
- 01fa86a Fix markup, punctuation and whitespaces in _winreg.rst. by Ezio Melotti · 15 years ago
- 5543035 Document signal handling functions in unittest.rst by Michael Foord · 15 years ago
- ddb20df Adding documentation for new unittest.main() parameters by Michael Foord · 15 years ago
- 6f65d2d Fix markup in decimal.rst. by Ezio Melotti · 15 years ago
- 09e2980 unittest documentation formatting changes by Michael Foord · 15 years ago
- b1affc5 Add versionchanged entry for Decimal(float) construction. by Mark Dickinson · 15 years ago
- bb006cf Add tests for cmp_to_key. by Raymond Hettinger · 15 years ago
- a551f31 Add functools.CmpToKey() by Raymond Hettinger · 15 years ago
- 0d57caa Documentation nit by Raymond Hettinger · 15 years ago
- 4edfe96 Revert 79733 - Counter is new in 2.7, the versionadded is not necessary - and fix a typo. by Ezio Melotti · 15 years ago
- 0cee379 Add a versionadded to Counter.subtract() doc. by Ezio Melotti · 15 years ago
- 20ae90d Issue 5479: Add functools.total_ordering class decorator. by Raymond Hettinger · 15 years ago
- 945d4cc Fix wording / typography, and a slightly misleading statement by Antoine Pitrou · 15 years ago
- 5f516ed Add count() method to collections.deque(). by Raymond Hettinger · 15 years ago
- ba097ec Documenting new features in unittest by Michael Foord · 15 years ago
- 4846a8e Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. by Mark Dickinson · 15 years ago
- 34c35b2 Add subtract() method to collections.Counter() objects. by Raymond Hettinger · 15 years ago
- e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 15 years ago
- 7c63eee Issue #8294: Allow float and Decimal arguments in Fraction constructor. by Mark Dickinson · 15 years ago
- e33fa88 Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests. by Brian Curtin · 15 years ago
- ed171ab Issue 8257: Decimal constructor to accept float. by Raymond Hettinger · 15 years ago
- dc36d7c #6647: add note to two examples by Andrew M. Kuchling · 15 years ago
- d886290 #6647: document that catch_warnings is not thread-safe by Andrew M. Kuchling · 15 years ago
- d3bab6a Remove col-spanning cells in logging docs. by Georg Brandl · 15 years ago
- 99d8096 Issue #2531: Make float-to-decimal comparisons return correct results. by Mark Dickinson · 15 years ago
- 49b9192 #2768: add a note on how to get a file descriptor. by Georg Brandl · 15 years ago
- f28dd0d Cleanup itertools recipes by Raymond Hettinger · 15 years ago
- 4bfd3bd Add and update itertools recipes. by Raymond Hettinger · 15 years ago
- f54c268 Document link to Sorting HowTo by Raymond Hettinger · 15 years ago
- 6c9fc4c A couple small grammar fixes in test.rst, and rewrite the by R. David Murray · 15 years ago
- 7e21325 add inspect.getcallargs, which binds function arguments like a normal call #3135 by Benjamin Peterson · 15 years ago
- e6410c5 Backport of weakref.WeakSet and tests from Python 3. by Michael Foord · 15 years ago
- b8d688c Update itertools recipe for consume(). by Raymond Hettinger · 15 years ago
- d282b93 Add a note on optimizing the itertools recipes for production. by Raymond Hettinger · 15 years ago
- 5b027f8 Update itertools recipes. by Raymond Hettinger · 15 years ago
- fbe5199 Fix #6538. Markup RegexObject and MatchObject as classes. Patch by Ryan Arana. by Brian Curtin · 15 years ago
- 66d19e2 logging: Updated SysLogHandler documentation. by Vinay Sajip · 15 years ago
- a3c39c0 logging: Documentation tweak. by Vinay Sajip · 15 years ago
- b0623d6 logging: Added LOG_FTP for SysLogHandler and updated documentation. by Vinay Sajip · 15 years ago
- 67b4e18 Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docs by Senthil Kumaran · 15 years ago
- 0d0b80b Link specifically to the UCD version 5.2.0. by Ezio Melotti · 15 years ago
- 88b6f8b Remove link to objects.rst (gone in r79179). by Ezio Melotti · 15 years ago
- ae735a7 Update the version number of the Unicode Database in a few more places. by Ezio Melotti · 15 years ago
- 804899b logging: Added getChild utility method to Logger and added isEnabledFor method to LoggerAdapter. by Vinay Sajip · 15 years ago
- aa89f8d Remove leftover word. by Georg Brandl · 15 years ago
- ce00cf2 Update text for newest US DST regulation. The sample file already has the calculation right. by Georg Brandl · 15 years ago
- 0b56ce0 Clarify that for shell=True, the shell PID will be the child PID. by Georg Brandl · 15 years ago
- d1068be Document that GzipFile supports iteration. by Georg Brandl · 15 years ago
- 3814ddf Add a paragraph about set displays. by Georg Brandl · 15 years ago
- dad0203 Remove the "built-in objects" file. It only contained two paragraphs of which only one contained useful information, which belongs in the ref manual however. by Georg Brandl · 15 years ago
- 118c557 Fix some issues found by Jacques Ducasse on the docs list. by Georg Brandl · 15 years ago
- 2405547 wrap by Benjamin Peterson · 15 years ago