2009-12-13 |
Benjamin Peterson | add a test of loading the datetime capi |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Benjamin Peterson | initialize to NULL |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Benjamin Peterson | avoid having to update this statement all the time |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Mark Dickinson | Issue #7492: Autoconf tests were leaving semaphore... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Benjamin Peterson | remove unused variable |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Benjamin Peterson | accept None as the same as having passed no argument... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Ezio Melotti | #7342: make sure that the datetime object in test_fract... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Benjamin Peterson | add NEWS note |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Benjamin Peterson | make StringIO like other file objects in that readline... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Benjamin Peterson | fix the ignoring of __cmp__ method on metaclasses ... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Antoine Pitrou | Add NEWS entry as per RDM's suggestion (the bug was... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Benjamin Peterson | add 2.6.x point releases |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Lars Gustäbel | Issue #7357: No longer suppress fatal extraction errors by |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Benjamin Peterson | account for PyObject_IsInstance's new ability to fail |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Antoine Pitrou | Issue #7466: segmentation fault when the garbage collec... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Mark Dickinson | Issue #3366: Add lgamma function to math module. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Vinay Sajip | Issue #7470: logging: fix bug in Unicode encoding fallback. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Tarek Ziadé | using an existing file to avoid dealing with a sleep... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Tarek Ziadé | added test coverage for distutils.dep_util, and cleaned... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Mark Dickinson | Replace the size check for PyMem_MALLOC and PyMem_REALL... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Ronald Oussoren | Fix an issue with the detection of a non-existing SDK |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Raymond Hettinger | Add a reverse() method to collections.deque(). |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Raymond Hettinger | Fix variants of deque.extend: d.extend(d) d+=d ... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Benjamin Peterson | substitute PyDict_Check() for PyObject_IsInstance |
commit | commitdiff | tree | snapshot |
2009-12-09 |
R. David Murray | Skip new imaplib SSL tests if ssl is not available. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
R. David Murray | Issue 5949: fixed IMAP4_SSL hang when the IMAP server... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Antoine Pitrou | Make test_pipes a little bit more robust. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Antoine Pitrou | Fix transient refleaks in test_urllib. Thanks to Floren... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Antoine Pitrou | Fix the transient refleaks in test_zipimport_support. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Ronald Oussoren | Fix for issue 7452: HAVE_GCC_ASM_FOR_X87 gets set when... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Antoine Pitrou | Issue #6986: Fix crash in the JSON C accelerator when... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Tarek Ziadé | removed the usage of rfc822 in favor of email.message... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Tarek Ziadé | Issue #7457: added a read_pkg_file method to distutils... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Andrew M. Kuchling | Typo fix; grammar fix |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Benjamin Peterson | fix test_parser from tokenizer tweak |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Martin v. Löwis | Add UUIDs for 2.7. Drop UUIDs for 2.4. |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Vinay Sajip | logging: Improved support for SMTP over TLS. |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Vinay Sajip | logging: Added optional 'secure' parameter to SMTPHandler. |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Benjamin Peterson | rewrite translate_newlines for clarity |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Tarek Ziadé | Fixed #1923: make sure we don't strip meaningful whites... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Benjamin Peterson | fix date |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Benjamin Peterson | post release version bump |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Benjamin Peterson | tag 2.7 alpha 1 |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Benjamin Peterson | bump version to 2.7a1 v2.7a1 |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Benjamin Peterson | move RPM spec for 2.7 |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Benjamin Peterson | regenerate pydoc_topics |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Mark Dickinson | Add missing issue number in Misc/NEWS entry. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Mark Dickinson | Avoid undefined behaviour due to overflow in i_divmod... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
R. David Murray | Issue 7431: use TESTFN in test_linecache instead of... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Martin v. Löwis | Add Christoph Gohlke, for the issue 4120 work. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Martin v. Löwis | Issue #4120: Drop reference to CRT from manifest when... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Mark Dickinson | Issue #6985: number of range() items should be constra... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Benjamin Peterson | disable pymalloc tricks with the --with-valgrind option... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Philip Jenvey | actually close files |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Philip Jenvey | #7177: clarify the potential PIPE deadlock warnings |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Antoine Pitrou | Issue #7333: The `posix` module gains an `initgroups... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Eric Smith | Issue #4482: Add tests for special float value formatting. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Mark Dickinson | Issue #7406: Fix some occurrences of potential signed... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Andrew M. Kuchling | Markup fixes |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Amaury Forgeot... | #7419: Fix a crash on Windows in locale.setlocale(... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Ronald Oussoren | Fix for issue #7416: SIZEOF_UINTPTR_T can be invalid... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Mark Dickinson | Add dtoa.c and dtoa.h to the relevant project files. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Raymond Hettinger | Update project file for new file: dtoa.c |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Raymond Hettinger | Handle step values other than one. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Raymond Hettinger | Issue 7410: deepcopy of itertools.count resets the... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Benjamin Peterson | now that deepcopy can handle instance methods, this... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Tarek Ziadé | Fixed #7408: dropped group ownership checking because... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Eric Smith | Issue #3382: Make '%F' and float.__format__('F') conver... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Mark Dickinson | Issue #1678380: When distinguishing between -0.0 and... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Antoine Pitrou | Issue #1515: Enable use of deepcopy() with instance... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Mark Dickinson | Multiprocessing configure checks don't need LIBM |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Mark Dickinson | Include ieeefp.h (when available) in pyport.h instead... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Georg Brandl | Fix versions and spacing. |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Mark Dickinson | Issue #7272, continued: don't re-use existing HAVE_BRO... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Gregory P.... | fix typo |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Vinay Sajip | Issue #7403: Fixed possible race condition in lock... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Martin v. Löwis | Issue #6508: Add posix.{getresuid,getresgid,setresuid... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Antoine Pitrou | Add ACKS entry for Pablo Mouzo |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Antoine Pitrou | Issue #6845: Add restart support for binary upload... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Georg Brandl | #7400: typo. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Antoine Pitrou | When open_urlresource() fails, HTTPException is another... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Martin v. Löwis | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Antoine Pitrou | Forgot to add a `versionadded` tag |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Antoine Pitrou | Issue #5788: `datetime.timedelta` objects get a new... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Barry Warsaw | Add mktime_tz to __all__. It's documented as being... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Benjamin Peterson | Merged revisions 76160-76161,76250,76252,76447,76506... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Vinay Sajip | logging: Issue 6615: Changed handler prepend to append. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Vinay Sajip | logging: made _handlers a WeakValueDictionary. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Vinay Sajip | Issue #6615: logging: Used weak references in internal... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Mark Dickinson | Issue #7228: Fix format mismatch when printing somethi... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Alexandre Vassalotti | Issue 7128: Removed reference to the non-existent copyr... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Vinay Sajip | Made logging classes new-style and added name property... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Mark Dickinson | Issue #7117: Update float formatting testcases to... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Mark Dickinson | Fix some documentation examples involving the repr... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Jesse Noller | comment out test added in r76438, which caused refleaks |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Mark Dickinson | round(0, "ermintrude") succeeded instead of producing... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Mark Dickinson | Issue #7117, continued: Remove substitution of %g-style... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Georg Brandl | #7345: fix arguments of formatyear(). |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Mark Dickinson | Remove restriction on precision when formatting floats... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Senthil Kumaran | Fix for issue1488943 - difflib.Differ() doesn't always... |
commit | commitdiff | tree | snapshot |
next |