2008-06-28 |
Bill Janssen | make sure we close the active channels when eof is... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Bill Janssen | various SSL fixes; issues 1251, 3162, 3212 |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Raymond Hettinger | Issue 3230: Do not the set specific size macro. |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Benjamin Peterson | fix typo |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Hye-Shik Chang | Give information for compililation of _multiprocessing... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Benjamin Peterson | edit multiprocessing docs |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Mark Dickinson | Fix typo in configure.in, and propagate configure.in... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Raymond Hettinger | Fix whitespace in example code. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Mark Dickinson | Issue #3197: rework documentation for fractions module. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Mark Dickinson | Add Jean Brouwers for his work on math.sum |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Mark Dickinson | Remove trailing 'L's from numerator and denominator... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Trent Nelson | Merged revisions 64368-64369 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Trent Nelson | Initialized merge tracking via "svnmerge" with revision... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Brett Cannon | Ignore .pyc and .pyo files. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Brett Cannon | warnings.warn_explicit() did not have the proper TypeEr... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Benjamin Peterson | fix isSet in _exposed |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Benjamin Peterson | use the new API |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Benjamin Peterson | add a htmlview directive |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Georg Brandl | Use newer versions of externals. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Georg Brandl | Add a version tag for shutdown(). |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Robert Schuppenies | Corrected inconsistencies in sizeof tests and addressed... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Facundo Batista | Reverting the patch from #3165, as it broke other |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Mark Dickinson | issue #3199: Fix typo in Mac/Makefile.in |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Benjamin Peterson | get rid of 2.6/3.0 switch statements in multiprocessing |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Benjamin Peterson | use byte literals in multiprocessing |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Robert Schuppenies | Issue 3147: Fixed SizeofTest failure for LLP64 systems. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Benjamin Peterson | remove bytes alias in multiprocessing |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Raymond Hettinger | Revert 64424, 64438, and 64439. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Raymond Hettinger | Issue 3189: Py3k DeprecationWarning in difflib |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Mark Dickinson | Remove references to Py3k in __floor__, __ceil__ and... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Eric Smith | Fixed formatting with thousands separator and padding... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Mark Dickinson | Change description of float('nan') feature; NaNs don... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Eric Smith | Typo in comment. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Benjamin Peterson | minor fix |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Eric Smith | Modified interface to _Py_[String|Unicode]InsertThousan... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Thomas Heller | Include debug info when assembling win64.asm in a debug... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Thomas Heller | Fix compilation on Windows. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Raymond Hettinger | Issue 3161: Missing import and test. |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Facundo Batista | Fixing the problem stated in issue 2702 with the patch... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Facundo Batista | Just returning nothing instead of rising TestSkipped... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Georg Brandl | Write out "phi" consistently. |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Georg Brandl | Expand docstrings of sqlite3 functions. |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Facundo Batista | Trying to see if the problem in Martin's buildot is at |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Georg Brandl | #3085: Fix syntax error. |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Facundo Batista | Trying to see if the @ in a path is causing the issue... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Facundo Batista | Issue 3164. Small fix to don't repeat a comparation |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Andrew M. Kuchling | Wording fix |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Facundo Batista | Issue #2722. Now the char buffer to support the path... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Georg Brandl | Turn section references into proper cross-references. |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Facundo Batista | In the deprecated functions I added an alert to review |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Facundo Batista | Now a from submitted via POST that also has a query... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Facundo Batista | Fixed issue #2888. Now the behaviour of pprint when... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Facundo Batista | Reviewed and updated the documentation. Fixes #3017. |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Georg Brandl | Documentation fix. |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Andrew M. Kuchling | Docstring correction |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Andrew M. Kuchling | Use repr() for bad input strings; this makes the empty... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Andrew M. Kuchling | Docstring typo |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Hye-Shik Chang | Fix build on FreeBSD gcc. |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Raymond Hettinger | Issue 3008: hex/oct/bin can show floats exactly. |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Andrew M. Kuchling | Correct two versionchanged directives, to improve the... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Andrew M. Kuchling | Various items |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Andrew M. Kuchling | Grammar fixes |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Andrew M. Kuchling | Remove request for e-mail; it's unlikely these classes... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Benjamin Peterson | rephrase |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Georg Brandl | Change references to the new math functions to generate... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Mark Dickinson | Fix another typo in math_sum comment |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Mark Dickinson | Fix outdated count of the number of new math module... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Mark Dickinson | Issue #3004: Minor fix to slice.indices(). slice... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Andrew M. Kuchling | Various items |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Raymond Hettinger | Make bin() implementation parallel oct() and hex()... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Benjamin Peterson | add multiprocessing to the Makefile |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Andrew M. Kuchling | Fix comment typos |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Andrew M. Kuchling | Various items |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Vinay Sajip | Updated with fix for #3136. |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Vinay Sajip | Bug #3136: fileConfig()'s disabling of old loggers... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Benjamin Peterson | skip test_macostools when UCS4 is enabled |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Amaury Forgeot... | In test_site, correctly escape backslashes in path... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Andrew M. Kuchling | Put threading in front of thread |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Amaury Forgeot... | test_macos can be skipped on non-mac platforms. |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Andrew M. Kuchling | Remove some standalone material from the introduction... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Andrew M. Kuchling | Only include update_lines_cols() function when it's... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Barry Warsaw | Post release changes |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Barry Warsaw | Tagging for 2.6b1 |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Barry Warsaw | Bumping to 2.6b1 v2.6b1 |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Benjamin Peterson | Fix test_socket_ssl the easy way and remove it per... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Amaury Forgeot... | Typo in a directory name. Should help the AMD64 buildbots |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Amaury Forgeot... | The ssl certificate at https://sf.net is not valid. |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Jesse Noller | Remove test_listener_client to remove possible race... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Jesse Noller | Attempt RLock creation prior to test execution on Linux... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Georg Brandl | Add versionadded tags to new math functions. |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Mark Dickinson | Typo fix |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Raymond Hettinger | Fix double decref. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Amaury Forgeot... | Fix the previous fix |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Amaury Forgeot... | On windows, lib2to3 should accept / and \ in the fixer_... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Benjamin Peterson | add needed import |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Benjamin Peterson | skip test_multiprocessing when /dev/shm doesn't exist... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Mark Dickinson | Issue 3118: make test_math pass on Ubuntu/ia64. exp... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Guido van Rossum | Roll back Raymond's -r64098 while we think of something... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Vinay Sajip | Updated with fix for #3126. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Vinay Sajip | Bug #3126: StreamHandler and FileHandler check before... |
commit | commitdiff | tree | snapshot |
next |