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 |
2008-06-13 |
Neal Norwitz | Fix typo in method name. The LT class implemented... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Neal Norwitz | Fix some memory dealloc problems when exceptions occur. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Neal Norwitz | Check for memory alloc failure |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Amaury Forgeot... | Restore support for Microsoft VC6 compiler. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Benjamin Peterson | #1683 prevent forking from interfering in threading... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Benjamin Peterson | add py3k warnings to rfc822 |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Amaury Forgeot... | Update VS8.0 build files, using the script vs9to8.py. |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Amaury Forgeot... | It seems that my VS2008 Express does not include a... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Martin v. Löwis | Fix Tcl/Tk license file in tcl8*/tk8*, include Tix... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Martin v. Löwis | Support file names which include '+' (for Tk 8.5). |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Martin v. Löwis | Split Tcl make targets into separate ones. |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Martin v. Löwis | Revert bogus disabling of Tcl and Tk. |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Martin v. Löwis | Switch to Tcl/Tk 8.5. |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Martin v. Löwis | Switch to Tcl/Tk 8.5.2. |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Benjamin Peterson | deprecated mimetools |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Armin Rigo | Sounds obvious, but I didn't even realize that you... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Georg Brandl | Can we agree to put dots at entry ends? Thanks. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Benjamin Peterson | update ACKS and NEWs for multiprocessing |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Thomas Heller | Markup fixes, thanks Georg for the help. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Thomas Heller | Add versionadded marker to ctypes.c_longdouble. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Georg Brandl | Add future_builtins.ascii(). |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Thomas Heller | Smaller doc fixes. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Thomas Heller | More doc fixes. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Benjamin Peterson | add old names back into __all__ |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Gregory P.... | Correct an incorrect comment about our #include of... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Thomas Heller | Markup fixes, spelling corrections, and better wordings... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Georg Brandl | Clarify what ":errorhandler" refers to. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Georg Brandl | Fix typos. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Benjamin Peterson | add aliases to threading module |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Benjamin Peterson | give the threading API PEP 8 names |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Benjamin Peterson | fix Windows building for multiprocessing |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Raymond Hettinger | Add test for heapq using both __lt__ and __le__. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Andrew M. Kuchling | Note PEP 371 section |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Raymond Hettinger | Optimize previous checkin for heapq. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Benjamin Peterson | fix import of multiprocessing by juggling imports |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Raymond Hettinger | Issue 3051: Let heapq work with either __lt__ or __le__. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Raymond Hettinger | Multi-arg form for set.difference() and set.difference_... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Gregory P.... | Merge in release25-maint r60793: |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Thomas Heller | Fix markup. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Gregory P.... | swap stringobject.h and bytesobject.h contents to make... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Benjamin Peterson | add the multiprocessing package to fulfill PEP 371 |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Benjamin Peterson | convert test_struct to a unittest thanks to Giampaolo... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Raymond Hettinger | Handle the case with zero arguments. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Raymond Hettinger | Update numbers doc for the Integral simplification. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Raymond Hettinger | Mini-PEP: Simplifying numbers.py |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Benjamin Peterson | backport of 64096 |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Amaury Forgeot... | Correct test_pydoc for win32 platforms, to account... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Gregory P.... | Rename bytesobject.c back to stringobject.c to keep... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Armin Ronacher | Documented the new AST constructor. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Armin Ronacher | Fix a formatting error in the ast documentation. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Gregory P.... | More reverting of r63675 per the mailing list discussio... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Josiah Carlson | Fixed test to reflect new filedispatcher semantics... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Thomas Heller | NEWS entry for: |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Thomas Heller | Add an optional 'offset' parameter to byref, defaulting... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Georg Brandl | more markup fix. |
commit | commitdiff | tree | snapshot |
next |