summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Revert eol-style to CRLF.Martin v. Löwis2008-06-141-45/+45
* Run svneol.py on all sources.Martin v. Löwis2008-06-133-536/+536
* darn! I converted half of the files the wrong way.Benjamin Peterson2008-06-1312-4726/+4726
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-1315-2331/+2331
* platform.uname now tries to fill empty values even when os.uname is presentBenjamin Peterson2008-06-131-33/+40
* Fixed: sys.getsizeof does not take the actual length of the tuples into account.Robert Schuppenies2008-06-131-0/+3
* Fix typo in method name. The LT class implemented less than. The LE classNeal Norwitz2008-06-131-1/+1
* add py3k warnings to rfc822Benjamin Peterson2008-06-123-2/+6
* deprecated mimetoolsBenjamin Peterson2008-06-123-2/+8
* Sounds obvious, but I didn't even realize that you can put non-stringArmin Rigo2008-06-121-4/+3
* add old names back into __all__Benjamin Peterson2008-06-111-1/+2
* add aliases to threading moduleBenjamin Peterson2008-06-111-0/+32
* give the threading API PEP 8 namesBenjamin Peterson2008-06-1118-107/+107
* Add test for heapq using both __lt__ and __le__.Raymond Hettinger2008-06-111-0/+21
* fix import of multiprocessing by juggling importsBenjamin Peterson2008-06-112-2/+4
* Multi-arg form for set.difference() and set.difference_update().Raymond Hettinger2008-06-111-0/+14
* Merge in release25-maint r60793:Gregory P. Smith2008-06-112-0/+25
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-1115-0/+6719
* convert test_struct to a unittest thanks to Giampaolo RodolaBenjamin Peterson2008-06-111-624/+524
* Handle the case with zero arguments.Raymond Hettinger2008-06-111-0/+6
* Mini-PEP: Simplifying numbers.pyRaymond Hettinger2008-06-111-50/+17
* backport of 64096Benjamin Peterson2008-06-101-1/+1
* Correct test_pydoc for win32 platforms, to account for normalized URLs:Amaury Forgeot d'Arc2008-06-101-1/+6
* Fixed test to reflect new filedispatcher semantics, as well as twoJosiah Carlson2008-06-102-4/+4
* Issue 3048: Fixed sys.getsizeof for unicode objects.Robert Schuppenies2008-06-101-7/+28
* Add the "ast" module, containing helpers to ease use of the "_ast" classes.Georg Brandl2008-06-102-9/+400
* Applying updated patch from Issue 1736190, which addresses partialJosiah Carlson2008-06-103-103/+187
* Added better pickling support to xrange objects.Alexandre Vassalotti2008-06-101-9/+10
* Issue 2582: Fix pickling of xrange objects.Alexandre Vassalotti2008-06-101-0/+10
* Let set.intersection() and set.intersection_update() take multiple input argu...Raymond Hettinger2008-06-091-0/+6
* Let set.union() and set.update() accept multiple inputs.Raymond Hettinger2008-06-091-0/+7
* Issue #2138: Add math.factorial().Raymond Hettinger2008-06-091-0/+15
* Issue3065: Fixed pickling of named tuples. Added tests.Raymond Hettinger2008-06-092-2/+23
* warn about parameter tuple unpackingBenjamin Peterson2008-06-081-0/+6
* Warn about assigning to Py3k keywords (True and False)Benjamin Peterson2008-06-081-0/+49
* change Py3k backquote warning to a SyntaxWarning and add a testBenjamin Peterson2008-06-081-0/+6
* #3057: Fix the MutableMapping ABC to use the 2.6 dict interface.Georg Brandl2008-06-071-9/+14
* Register IterableUserDict as a MutableMapping.Georg Brandl2008-06-071-0/+4
* Revert unwanted changes.Georg Brandl2008-06-071-100/+9
* Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()Georg Brandl2008-06-073-9/+111
* Finished bug #2451. Fixed the retrying part to make itFacundo Batista2008-06-071-8/+16
* Issue #1798: Add ctypes calling convention that allows safe access of errno.Thomas Heller2008-06-062-23/+125
* revert 63965 for preformance reasonsBenjamin Peterson2008-06-051-1/+1
* use the more idomatic while TrueBenjamin Peterson2008-06-051-1/+1
* Backport from py3k: Implement the new buffer interface from pep3118Thomas Heller2008-06-051-0/+191
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-054-3/+79
* Fixed complex.__getnewargs__() to not emit another complex object.Alexandre Vassalotti2008-06-041-0/+8
* Revert revisions 63943 and 63942 (Issue #1798: Add ctypes callingThomas Heller2008-06-042-125/+23
* Issue #1798: Add ctypes calling convention that allows safe access toThomas Heller2008-06-042-23/+125
* Patch #1513695: New turtle module, with demos.Martin v. Löwis2008-06-041-750/+3822