summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests.Brian Curtin2010-04-021-3/+101
* Issue 8257: Decimal constructor to accept float.Raymond Hettinger2010-04-021-9/+13
* #6647: add note to two examplesAndrew M. Kuchling2010-04-021-2/+7
* #6647: document that catch_warnings is not thread-safeAndrew M. Kuchling2010-04-021-0/+8
* #8012: clarification in generator glossary entry.Georg Brandl2010-04-021-1/+3
* Document PyImport_ExecCodeModuleEx().Georg Brandl2010-04-022-0/+21
* Remove col-spanning cells in logging docs.Georg Brandl2010-04-021-4/+4
* Issue #2531: Make float-to-decimal comparisons return correct results.Mark Dickinson2010-04-021-0/+18
* Fix typo in unicode character name.Georg Brandl2010-04-021-1/+1
* #2768: add a note on how to get a file descriptor.Georg Brandl2010-04-021-0/+4
* Cleanup itertools recipesRaymond Hettinger2010-04-021-8/+8
* Add and update itertools recipes.Raymond Hettinger2010-04-021-1/+23
* Document link to Sorting HowToRaymond Hettinger2010-04-011-0/+3
* A couple small grammar fixes in test.rst, and rewrite theR. David Murray2010-04-011-38/+46
* Fix typoFlorent Xicluna2010-03-311-1/+1
* Revert r79179 and merge r75584 to explain how to implement a queue using coll...Ezio Melotti2010-03-311-14/+13
* add inspect.getcallargs, which binds function arguments like a normal call #3135Benjamin Peterson2010-03-301-0/+26
* Backport of weakref.WeakSet and tests from Python 3.Michael Foord2010-03-291-0/+8
* Update itertools recipe for consume().Raymond Hettinger2010-03-281-1/+7
* Add a note on optimizing the itertools recipes for production.Raymond Hettinger2010-03-281-0/+6
* Update itertools recipes.Raymond Hettinger2010-03-281-7/+28
* Fix #6538. Markup RegexObject and MatchObject as classes. Patch by Ryan Arana.Brian Curtin2010-03-251-173/+176
* Add various itemsAndrew M. Kuchling2010-03-251-14/+66
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-255-34/+230
* Various editsAndrew M. Kuchling2010-03-241-19/+23
* logging: Updated SysLogHandler documentation.Vinay Sajip2010-03-241-0/+8
* logging: Documentation tweak.Vinay Sajip2010-03-241-2/+2
* logging: Added LOG_FTP for SysLogHandler and updated documentation.Vinay Sajip2010-03-241-0/+71
* Another typo.Ezio Melotti2010-03-231-1/+1
* #8217: typo.Ezio Melotti2010-03-231-1/+1
* add some unittest itemsAndrew M. Kuchling2010-03-231-13/+20
* Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docsSenthil Kumaran2010-03-231-1/+2
* Link specifically to the UCD version 5.2.0.Ezio Melotti2010-03-231-2/+2
* Remove link to objects.rst (gone in r79179).Ezio Melotti2010-03-231-1/+1
* Update the version number of the Unicode Database in a few more places.Ezio Melotti2010-03-223-9/+11
* logging: Added getChild utility method to Logger and added isEnabledFor metho...Vinay Sajip2010-03-221-0/+15
* Add itemsAndrew M. Kuchling2010-03-211-5/+30
* Remove leftover word.Georg Brandl2010-03-211-2/+2
* Include structmember.h correctly.Georg Brandl2010-03-211-1/+1
* Update text for newest US DST regulation. The sample file already has the ca...Georg Brandl2010-03-211-2/+2
* Update os.kill() emulation example for Windows to use ctypes.Georg Brandl2010-03-211-4/+6
* Mention inefficiency of lists as queues, add link to collections.deque discus...Georg Brandl2010-03-211-0/+5
* Clarify that for shell=True, the shell PID will be the child PID.Georg Brandl2010-03-211-0/+3
* Introduce copy by slicing, used in later chapters.Georg Brandl2010-03-211-0/+6
* Document that GzipFile supports iteration.Georg Brandl2010-03-211-1/+1
* Add a paragraph about set displays.Georg Brandl2010-03-211-0/+4
* Remove the "built-in objects" file. It only contained two paragraphs of whic...Georg Brandl2010-03-212-28/+0
* Fix some issues found by Jacques Ducasse on the docs list.Georg Brandl2010-03-213-9/+10
* wrapBenjamin Peterson2010-03-201-2/+2
* document exitfunc fixerBenjamin Peterson2010-03-201-0/+5