summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Improved itertools recipe for generating powerset().Raymond Hettinger2009-01-251-7/+5
* Promote compress() from a recipe to being a regular itertool.Raymond Hettinger2009-01-251-8/+32
* Issue #4863, removing remaining bitsTarek Ziadé2009-01-251-1/+0
* fix building the core with --disable-unicodeBenjamin Peterson2009-01-251-1/+0
* Issue #1672332: Fix unpickling of subnormal floats, which was raisingMark Dickinson2009-01-241-0/+10
* Issue #5025: Fix occasional test_kqueue failure on OS X.Mark Dickinson2009-01-241-3/+6
* Issue #4710: Extract directories properly in the zipfile module;Martin v. Löwis2009-01-242-1/+25
* Add a test for UNC import paths, see issue 3677Kristján Valur Jónsson2009-01-241-0/+21
* Tighten-up the docs for Counter().Raymond Hettinger2009-01-211-0/+5
* Simplify explanation of multiset operations by removing restrictions on negat...Raymond Hettinger2009-01-211-8/+9
* Issue 5009: multiprocessing: failure in manager._debug_info()Jesse Noller2009-01-211-0/+2
* Issue #5008: When a file is opened in append mode with the new IO library,Antoine Pitrou2009-01-211-0/+11
* Issue 4998: __slots__ on Fractions was useless.Raymond Hettinger2009-01-201-0/+5
* allow unicode keyword arguments for the ** syntax #4978Benjamin Peterson2009-01-201-0/+20
* Build-outs for Counter() class:Raymond Hettinger2009-01-201-1/+44
* I'm sick of these deprecations warnings in test_osBenjamin Peterson2009-01-191-3/+5
* make bad file descriptor tests more robustBenjamin Peterson2009-01-193-15/+32
* Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha...Jesse Noller2009-01-191-1/+15
* Issue 4957Kristján Valur Jónsson2009-01-191-2/+1
* raise an OSError for invalid fds #4991Benjamin Peterson2009-01-191-0/+4
* fix test that wasn't working as expected #4990Benjamin Peterson2009-01-181-1/+1
* issue 4293: make test_capi.py more robutst, it times out on some platforms, ...Kristján Valur Jónsson2009-01-181-6/+29
* Resolve issue 4449: AssertionError in mp_benchmarks.pyJesse Noller2009-01-181-2/+14
* fix inspect.isclass() on instances with a custom __getattr__ #1225107Benjamin Peterson2009-01-171-1/+12
* trying to find some fpathconf() settings that all unixs support...Benjamin Peterson2009-01-171-1/+1
* compare with == not is #4946Benjamin Peterson2009-01-161-1/+1
* Make all the invalid fd tests for os subject to the function being available.Kristján Valur Jónsson2009-01-151-6/+12
* Fix two test cases in test_os. ftruncate raises IOError unlike all the other...Kristján Valur Jónsson2009-01-151-2/+5
* Comment typoMark Dickinson2009-01-151-1/+1
* Issue #4397. Fix occasional test_socket failure on OS X.Mark Dickinson2009-01-151-0/+4
* Fix recently introduced test cases.Kristján Valur Jónsson2009-01-152-5/+14
* Re-enable all tests for windows platforms.Kristján Valur Jónsson2009-01-141-25/+24
* Add tests for __init__() and update() with no args.Raymond Hettinger2009-01-141-0/+2
* #1162154: inspect.getmembers() now skips attributes that raise AttributeError,Amaury Forgeot d'Arc2009-01-131-0/+11
* Use assertRaises.Georg Brandl2009-01-131-6/+1
* ast.literal_eval can properly evaluate complex numbers now. This fixes issue...Armin Ronacher2009-01-131-0/+11
* Simplify Counter() API. Replace items keyword argumentRaymond Hettinger2009-01-131-4/+4
* #3720: Interpreter crashes when an evil iterator removes its own next function.Amaury Forgeot d'Arc2009-01-122-53/+22
* Issue 1696199: Add collections.Counter().Raymond Hettinger2009-01-121-2/+98
* Add tests for invalid format specifiers in strftime, and for handling of inva...Kristján Valur Jónsson2009-01-122-1/+59
* Issue 4879: Allow buffering for HTTPResponseKristján Valur Jónsson2009-01-111-1/+1
* Remove an unnecessary check from test_decimal.Mark Dickinson2009-01-101-1/+0
* Issue #3860: GzipFile and BZ2File now support the context manager protocol.Antoine Pitrou2009-01-102-1/+43
* Issue 4293: Make Py_AddPendingCall() thread safeKristján Valur Jónsson2009-01-091-0/+67
* Forward port r68394 for issue 4816.Raymond Hettinger2009-01-081-9/+33
* Use shutil.rmtree rather than os.rmdir.Antoine Pitrou2009-01-061-1/+1
* Issue #1180193: When importing a module from a .pyc (or .pyo) file withAntoine Pitrou2009-01-061-1/+93
* Issue #4272: Add an optional argument to the GzipFile constructor to override...Antoine Pitrou2009-01-041-0/+62
* Manually merge r68095,68186,68187,68188,68190 from 2.6 branch.Georg Brandl2009-01-031-0/+2
* Issue 4796: Add from_float methods to the decimal module.Raymond Hettinger2009-01-031-0/+49