| Commit message (Expand) | Author | Age | Files | Lines |
* | warnings.warn_explicit() did not have the proper TypeErrors in place to prevent | Brett Cannon | 2008-06-27 | 2 | -0/+16 |
|
|
* | fix isSet in _exposed | Benjamin Peterson | 2008-06-26 | 1 | -2/+1 |
|
|
* | use the new API | Benjamin Peterson | 2008-06-26 | 1 | -1/+1 |
|
|
* | Corrected inconsistencies in sizeof tests and addressed issue pointed | Robert Schuppenies | 2008-06-26 | 1 | -12/+12 |
|
|
* | Reverting the patch from #3165, as it broke other | Facundo Batista | 2008-06-25 | 1 | -10/+22 |
|
|
* | get rid of 2.6/3.0 switch statements in multiprocessing | Benjamin Peterson | 2008-06-25 | 2 | -23/+6 |
|
|
* | use byte literals in multiprocessing | Benjamin Peterson | 2008-06-25 | 1 | -8/+3 |
|
|
* | Issue 3147: Fixed SizeofTest failure for LLP64 systems. | Robert Schuppenies | 2008-06-25 | 1 | -71/+60 |
|
|
* | remove bytes alias in multiprocessing | Benjamin Peterson | 2008-06-25 | 2 | -14/+0 |
|
|
* | Revert 64424, 64438, and 64439. | Raymond Hettinger | 2008-06-24 | 2 | -28/+1 |
|
|
* | Issue 3189: Py3k DeprecationWarning in difflib | Raymond Hettinger | 2008-06-24 | 1 | -4/+4 |
|
|
* | Fixed formatting with thousands separator and padding. Resolves issue 3140. | Eric Smith | 2008-06-24 | 1 | -0/+8 |
|
|
* | Issue 3161: Missing import and test. | Raymond Hettinger | 2008-06-23 | 2 | -0/+16 |
|
|
* | Fixing the problem stated in issue 2702 with the patch submitted | Facundo Batista | 2008-06-22 | 1 | -2/+18 |
|
|
* | Just returning nothing instead of rising TestSkipped, because | Facundo Batista | 2008-06-22 | 1 | -1/+5 |
|
|
* | Trying to see if the problem in Martin's buildot is at | Facundo Batista | 2008-06-22 | 1 | -1/+4 |
|
|
* | Trying to see if the @ in a path is causing the issue in the | Facundo Batista | 2008-06-22 | 1 | -1/+1 |
|
|
* | Issue #2722. Now the char buffer to support the path string has | Facundo Batista | 2008-06-22 | 1 | -0/+33 |
|
|
* | Now a from submitted via POST that also has a query string | Facundo Batista | 2008-06-21 | 2 | -0/+99 |
|
|
* | Fixed issue #2888. Now the behaviour of pprint when working with nested | Facundo Batista | 2008-06-21 | 2 | -1/+12 |
|
|
* | Docstring correction | Andrew M. Kuchling | 2008-06-21 | 1 | -1/+1 |
|
|
* | Use repr() for bad input strings; this makes the empty string or binary chara... | Andrew M. Kuchling | 2008-06-21 | 2 | -10/+10 |
|
|
* | Issue 3008: hex/oct/bin can show floats exactly. | Raymond Hettinger | 2008-06-21 | 1 | -0/+27 |
|
|
* | Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now | Mark Dickinson | 2008-06-20 | 1 | -0/+14 |
|
|
* | Make bin() implementation parallel oct() and hex() so that int/long subclasse... | Raymond Hettinger | 2008-06-20 | 1 | -1/+1 |
|
|
* | Bug #3136: fileConfig()'s disabling of old loggers is now conditional via an ... | Vinay Sajip | 2008-06-19 | 1 | -4/+4 |
|
|
* | skip test_macostools when UCS4 is enabled | Benjamin Peterson | 2008-06-19 | 2 | -0/+6 |
|
|
* | In test_site, correctly escape backslashes in path names. | Amaury Forgeot d'Arc | 2008-06-19 | 1 | -3/+3 |
|
|
* | test_macos can be skipped on non-mac platforms. | Amaury Forgeot d'Arc | 2008-06-19 | 1 | -1/+1 |
|
|
* | 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 |
|
|