| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bumping to 2.6b1v2.6b1 | Barry Warsaw | 2008-06-19 | 2 | -2/+2 |
|
|
| * | Fix test_socket_ssl the easy way and remove it per #1489 | Benjamin Peterson | 2008-06-18 | 1 | -283/+0 |
|
|
| * | The ssl certificate at https://sf.net is not valid. | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -1/+1 |
|
|
| * | Remove test_listener_client to remove possible race condition in the multipro... | Jesse Noller | 2008-06-18 | 1 | -2/+2 |
|
|
| * | Attempt RLock creation prior to test execution on Linux, if it raises the OSE... | Jesse Noller | 2008-06-18 | 1 | -3/+6 |
|
|
| * | Fix the previous fix | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -1/+1 |
|
|
| * | On windows, lib2to3 should accept / and \ in the fixer_dir argument | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -1/+3 |
|
|
| * | add needed import | Benjamin Peterson | 2008-06-17 | 1 | -0/+1 |
|
|
| * | skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chr... | Benjamin Peterson | 2008-06-17 | 1 | -0/+3 |
|
|
| * | Roll back Raymond's -r64098 while we think of something better. | Guido van Rossum | 2008-06-17 | 1 | -17/+50 |
|
|
| * | Bug #3126: StreamHandler and FileHandler check before calling "flush" and "cl... | Vinay Sajip | 2008-06-17 | 1 | -2/+3 |
|
|
| * | Issue 3048: Fixed sys.sizeof test fails with wide unicode. | Robert Schuppenies | 2008-06-17 | 1 | -2/+1 |
|
|
| * | reduce the test_multiprocessing load to ones that shouldn't hang. These will ... | Benjamin Peterson | 2008-06-16 | 1 | -19/+20 |
|
|
| * | Issue 3110: Crash with weakref subclass, | Amaury Forgeot d'Arc | 2008-06-16 | 1 | -1/+40 |
|
|
| * | Forward-port new test from r64300. | Georg Brandl | 2008-06-15 | 1 | -0/+1 |
|
|
| * | Merged revisions 63661,63666,63695,63711,63729,63769,63790,63880,63886 via sv... | Benjamin Peterson | 2008-06-15 | 46 | -157/+276 |
|
|
| * | silence the test when it is skipped on some platforms. should fix a | Gregory P. Smith | 2008-06-14 | 1 | -4/+2 |
|
|
| * | Revert eol-style to CRLF. | Martin v. Löwis | 2008-06-14 | 1 | -45/+45 |
|
|
| * | Run svneol.py on all sources. | Martin v. Löwis | 2008-06-13 | 3 | -536/+536 |
|
|
| * | darn! I converted half of the files the wrong way. | Benjamin Peterson | 2008-06-13 | 12 | -4726/+4726 |
|
|
| * | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 15 | -2331/+2331 |
|
|
| * | platform.uname now tries to fill empty values even when os.uname is present | Benjamin Peterson | 2008-06-13 | 1 | -33/+40 |
|
|
| * | Fixed: sys.getsizeof does not take the actual length of the tuples into account. | Robert Schuppenies | 2008-06-13 | 1 | -0/+3 |
|
|
| * | Fix typo in method name. The LT class implemented less than. The LE class | Neal Norwitz | 2008-06-13 | 1 | -1/+1 |
|
|
| * | add py3k warnings to rfc822 | Benjamin Peterson | 2008-06-12 | 3 | -2/+6 |
|
|
| * | deprecated mimetools | Benjamin Peterson | 2008-06-12 | 3 | -2/+8 |
|
|
| * | Sounds obvious, but I didn't even realize that you can put non-string | Armin Rigo | 2008-06-12 | 1 | -4/+3 |
|
|
| * | add old names back into __all__ | Benjamin Peterson | 2008-06-11 | 1 | -1/+2 |
|
|
| * | add aliases to threading module | Benjamin Peterson | 2008-06-11 | 1 | -0/+32 |
|
|
| * | give the threading API PEP 8 names | Benjamin Peterson | 2008-06-11 | 18 | -107/+107 |
|
|
| * | Add test for heapq using both __lt__ and __le__. | Raymond Hettinger | 2008-06-11 | 1 | -0/+21 |
|
|
| * | fix import of multiprocessing by juggling imports | Benjamin Peterson | 2008-06-11 | 2 | -2/+4 |
|
|
| * | Multi-arg form for set.difference() and set.difference_update(). | Raymond Hettinger | 2008-06-11 | 1 | -0/+14 |
|
|
| * | Merge in release25-maint r60793: | Gregory P. Smith | 2008-06-11 | 2 | -0/+25 |
|
|
| * | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 15 | -0/+6719 |
|
|
| * | convert test_struct to a unittest thanks to Giampaolo Rodola | Benjamin Peterson | 2008-06-11 | 1 | -624/+524 |
|
|
| * | Handle the case with zero arguments. | Raymond Hettinger | 2008-06-11 | 1 | -0/+6 |
|
|
| * | Mini-PEP: Simplifying numbers.py | Raymond Hettinger | 2008-06-11 | 1 | -50/+17 |
|
|
| * | backport of 64096 | Benjamin Peterson | 2008-06-10 | 1 | -1/+1 |
|
|
| * | Correct test_pydoc for win32 platforms, to account for normalized URLs: | Amaury Forgeot d'Arc | 2008-06-10 | 1 | -1/+6 |
|
|
| * | Fixed test to reflect new filedispatcher semantics, as well as two | Josiah Carlson | 2008-06-10 | 2 | -4/+4 |
|
|
| * | Issue 3048: Fixed sys.getsizeof for unicode objects. | Robert Schuppenies | 2008-06-10 | 1 | -7/+28 |
|
|
| * | Add the "ast" module, containing helpers to ease use of the "_ast" classes. | Georg Brandl | 2008-06-10 | 2 | -9/+400 |
|
|
| * | Applying updated patch from Issue 1736190, which addresses partial | Josiah Carlson | 2008-06-10 | 3 | -103/+187 |
|
|
| * | Added better pickling support to xrange objects. | Alexandre Vassalotti | 2008-06-10 | 1 | -9/+10 |
|
|
| * | Issue 2582: Fix pickling of xrange objects. | Alexandre Vassalotti | 2008-06-10 | 1 | -0/+10 |
|
|
| * | Let set.intersection() and set.intersection_update() take multiple input argu... | Raymond Hettinger | 2008-06-09 | 1 | -0/+6 |
|
|
| * | Let set.union() and set.update() accept multiple inputs. | Raymond Hettinger | 2008-06-09 | 1 | -0/+7 |
|
|
| * | Issue #2138: Add math.factorial(). | Raymond Hettinger | 2008-06-09 | 1 | -0/+15 |
|
|
| * | Issue3065: Fixed pickling of named tuples. Added tests. | Raymond Hettinger | 2008-06-09 | 2 | -2/+23 |
|
|