- f0757a2 #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.) by Georg Brandl · 14 years ago
- 74bd9cf argparse documentation updates (including updates to optparse and getopt documentation that were promised in the PEP) by Steven Bethard · 15 years ago
- 151973e #1436346: make it more obvious that timetuple[7] is yday. by Georg Brandl · 15 years ago
- f93ce0c #8785: less confusing description of regex.find*. by Georg Brandl · 15 years ago
- fa0fdb8 #8709: mention Windows support for os.devnull. by Georg Brandl · 15 years ago
- 042d6a4 Correct info for Semaphore.acquire() semantics under OSX. by Georg Brandl · 15 years ago
- dd59f1b #8707: remove duplicate paragraph part. by Georg Brandl · 15 years ago
- 233eb54 Add missing parameter in SimpleXMLRPCServer signature. by Georg Brandl · 15 years ago
- da69add typo by Georg Brandl · 15 years ago
- 16fd5cd #8783: replace link to now dead hash collision FAQ. by Georg Brandl · 15 years ago
- c76defc Updated logging documentation with more dictConfig information. by Vinay Sajip · 15 years ago
- a85bd06 fix extra 't' #8778 by Benjamin Peterson · 15 years ago
- 4a76905 Fix typo. by Stefan Krah · 15 years ago
- 019551f Fix typo in argparse doc. by Ezio Melotti · 15 years ago
- a38cd52 Fixed minor typo in ReST markup. by Vinay Sajip · 15 years ago
- 71a6324 Fix minor typo. by Senthil Kumaran · 15 years ago
- 1b55347 Add cross-reference to later section by Andrew M. Kuchling · 15 years ago
- 308c2af Document that SSL v2 is insecure. by Antoine Pitrou · 15 years ago
- 8ded477 Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP by Victor Stinner · 15 years ago
- f09bc66 #8696: add documentation for logging.config.dictConfig (PEP 391) by Andrew M. Kuchling · 15 years ago
- 62bebdf - clarify Attr.name comment on the presence of colons in namespace mode by Fred Drake · 15 years ago
- 5840469 fix error introduced in previous commit, and the adjacent additional typo by Fred Drake · 15 years ago
- b9bf971 #8575 - Update and reorganize some _winreg contents. by Brian Curtin · 15 years ago
- 8b37dd1 fix typo by Fred Drake · 15 years ago
- 5d864c8 Fix typo by Andrew M. Kuchling · 15 years ago
- 6487952 Fix typo. by Georg Brandl · 15 years ago
- 6f635f4 Consolidate deprecation messages. by Georg Brandl · 15 years ago
- 0ddc30b Fix reference direction. by Georg Brandl · 15 years ago
- c630195 #8642: fix wrong function name. by Georg Brandl · 15 years ago
- 638b869 Add a link on maketrans(). by Florent Xicluna · 15 years ago
- 368ede8 Issue 8671: Whitespace fix. by Eric Smith · 15 years ago
- 7000e9e Issue #8644: Improve accuracy of timedelta.total_seconds method. by Mark Dickinson · 15 years ago
- 959c16d Updating documentation and adding docstrings to unittest.TestCase.assertRegexpMatches and assertNotRegexpMatches. Issue 8038. by Michael Foord · 15 years ago
- 8851b71 Documenting test discovery from package name and potential problems with test discovery importing tests from the wrong location. Issue 7780 and issue 8547. by Michael Foord · 15 years ago
- 328e377 ensure that availability information is on its own line at the end of the function docs by Benjamin Peterson · 15 years ago
- 7aaef84 Availability gets its own line by Benjamin Peterson · 15 years ago
- a14f2d1 Use anonymous hyperlinks by Andrew M. Kuchling · 15 years ago
- 4758183 Reword paragraph; fix filename, which should be pyconfig.h by Andrew M. Kuchling · 15 years ago
- 9319548 Issue 8628: fix incorrect documentation for numbers.Complex.imag. by Mark Dickinson · 15 years ago
- 9545a23 In a number of places code still revers by Ronald Oussoren · 15 years ago
- c3ce9e3 wbits negative was documented SEVEN years ago by Jesus Cea · 15 years ago
- 7de14ac Minor grammar fix by Andrew M. Kuchling · 15 years ago
- 6038318 Markup fix; clarify by adding 'in that order' by Andrew M. Kuchling · 15 years ago
- 5453366 Fix typos by Andrew M. Kuchling · 15 years ago
- 3ded421 Reword paragraph to make its meaning clearer. by Andrew M. Kuchling · 15 years ago
- a01f689 Fixes issue 8543 (asynchat documentation issues) by Giampaolo Rodolà · 15 years ago
- f62b50f Fixing the Broken links of mechanize library. by Senthil Kumaran · 15 years ago
- ab9149d Group the Windows entries in getfilesystemencoding doc, move the win 9x one at the bottom of the list and fix some markup. by Ezio Melotti · 15 years ago
- fb759a2 Fix doubled 'the'. by Andrew M. Kuchling · 15 years ago
- 689405e Clarify and fix the documentation for IOBase.close() by Antoine Pitrou · 15 years ago
- ece349e State clearly that truncate() doesn't move the file position, by Antoine Pitrou · 15 years ago
- 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