summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Trying to see if the problem in Martin's buildot is atFacundo Batista2008-06-221-1/+4
* Trying to see if the @ in a path is causing the issue in theFacundo Batista2008-06-221-1/+1
* Issue #2722. Now the char buffer to support the path string hasFacundo Batista2008-06-221-0/+33
* Now a from submitted via POST that also has a query stringFacundo Batista2008-06-212-0/+99
* Fixed issue #2888. Now the behaviour of pprint when working with nestedFacundo Batista2008-06-212-1/+12
* Docstring correctionAndrew M. Kuchling2008-06-211-1/+1
* Use repr() for bad input strings; this makes the empty string or binary chara...Andrew M. Kuchling2008-06-212-10/+10
* Issue 3008: hex/oct/bin can show floats exactly.Raymond Hettinger2008-06-211-0/+27
* Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) nowMark Dickinson2008-06-201-0/+14
* Make bin() implementation parallel oct() and hex() so that int/long subclasse...Raymond Hettinger2008-06-201-1/+1
* Bug #3136: fileConfig()'s disabling of old loggers is now conditional via an ...Vinay Sajip2008-06-191-4/+4
* skip test_macostools when UCS4 is enabledBenjamin Peterson2008-06-192-0/+6
* In test_site, correctly escape backslashes in path names.Amaury Forgeot d'Arc2008-06-191-3/+3
* test_macos can be skipped on non-mac platforms.Amaury Forgeot d'Arc2008-06-191-1/+1
* Bumping to 2.6b1v2.6b1Barry Warsaw2008-06-192-2/+2
* Fix test_socket_ssl the easy way and remove it per #1489Benjamin Peterson2008-06-181-283/+0
* The ssl certificate at https://sf.net is not valid.Amaury Forgeot d'Arc2008-06-181-1/+1
* Remove test_listener_client to remove possible race condition in the multipro...Jesse Noller2008-06-181-2/+2
* Attempt RLock creation prior to test execution on Linux, if it raises the OSE...Jesse Noller2008-06-181-3/+6
* Fix the previous fixAmaury Forgeot d'Arc2008-06-171-1/+1
* On windows, lib2to3 should accept / and \ in the fixer_dir argumentAmaury Forgeot d'Arc2008-06-171-1/+3
* add needed importBenjamin Peterson2008-06-171-0/+1
* skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chr...Benjamin Peterson2008-06-171-0/+3
* Roll back Raymond's -r64098 while we think of something better.Guido van Rossum2008-06-171-17/+50
* Bug #3126: StreamHandler and FileHandler check before calling "flush" and "cl...Vinay Sajip2008-06-171-2/+3
* Issue 3048: Fixed sys.sizeof test fails with wide unicode.Robert Schuppenies2008-06-171-2/+1
* reduce the test_multiprocessing load to ones that shouldn't hang. These will ...Benjamin Peterson2008-06-161-19/+20
* Issue 3110: Crash with weakref subclass,Amaury Forgeot d'Arc2008-06-161-1/+40
* Forward-port new test from r64300.Georg Brandl2008-06-151-0/+1
* Merged revisions 63661,63666,63695,63711,63729,63769,63790,63880,63886 via sv...Benjamin Peterson2008-06-1546-157/+276
* silence the test when it is skipped on some platforms. should fix aGregory P. Smith2008-06-141-4/+2
* 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