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 |
2008-06-17 |
Georg Brandl | Split the HTML index. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Robert Schuppenies | Issue 3048: Fixed sys.sizeof test fails with wide unicode. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Georg Brandl | Add Jesse Noller to the developers list. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Benjamin Peterson | reduce the test_multiprocessing load to ones that shoul... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Benjamin Peterson | fix Tools/scripts/2to3 as the result of a merge error |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Amaury Forgeot... | Issue 3110: Crash with weakref subclass, |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Raymond Hettinger | Issue 3116: fix quadratic behavior in marshal.dumps(). |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Georg Brandl | Forward-port new test from r64300. |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Benjamin Peterson | Merged revisions 63661,63666,63695,63711,63729,63769... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Gregory P.... | silence the test when it is skipped on some platforms... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Martin v. Löwis | Disable UAC by default. |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Martin v. Löwis | Set eol-style to CRLF for all batch files. |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Martin v. Löwis | Avoid rebuilding tcl/tk. |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Amaury Forgeot... | Since python2.6 must run on Windows 2000, |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Amaury Forgeot... | on windows, r64214 broke compilation with some recent... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Amaury Forgeot... | Use the correct URL for sqlite3 sources, and try to... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Martin v. Löwis | Conservatively restrict support to format 8 repositories. |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Martin v. Löwis | Support subversion repositories of version 8. |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Martin v. Löwis | Revert eol-style to CRLF. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Martin v. Löwis | Run svneol.py on all sources. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Amaury Forgeot... | Add a missing file for VS2005 |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Andrew M. Kuchling | Typo fixes |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Benjamin Peterson | darn! I converted half of the files the wrong way. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Benjamin Peterson | convert multiprocessing to unix line endings |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Martin v. Löwis | Pickup sqlite3.dll from binary directory. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Martin v. Löwis | Update AMD64 build for amalgamated sqlite. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Martin v. Löwis | Switch to SQLite 3.5.9. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Martin v. Löwis | Switch to bzip2 1.0.5. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Benjamin Peterson | set svn:ignore on multiprocessing |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Benjamin Peterson | platform.uname now tries to fill empty values even... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Robert Schuppenies | Fixed: sys.getsizeof does not take the actual length... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Georg Brandl | Clarification. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Martin v. Löwis | Make more symbols static. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Georg Brandl | Typo. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Georg Brandl | #3095: don't leak values from Py_BuildValue. |
commit | commitdiff | tree | snapshot |
next |