- 8689a10 Merged revisions 79555 via svnmerge from by Antoine Pitrou · 15 years ago
- 4222e9c Merged revisions 79060 via svnmerge from by Collin Winter · 15 years ago
- 8450857 Change PARSE_PID to _Py_PARSE_PID (cleanup for r78946). by Gregory P. Smith · 15 years ago
- fb94c5f * Replaces the internals of the subprocess module from fork through exec on by Gregory P. Smith · 15 years ago
- 45b9be5 Merged revisions 78638 via svnmerge from by Victor Stinner · 15 years ago
- 72aee3d Merged revisions 78393 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
- 68af50b Issue #5988: Delete deprecated functions PyOS_ascii_formatd, PyOS_ascii_strtod, and PyOS_ascii_atof. by Eric Smith · 15 years ago
- bbe6306 Merged revisions 78189 via svnmerge from by Mark Dickinson · 15 years ago
- 93f562c Merged revisions 77842 via svnmerge from by Mark Dickinson · 15 years ago
- 2ff627a Merged revisions 77581 via svnmerge from by Antoine Pitrou · 15 years ago
- fc8d6f4 Merged revisions 77573 via svnmerge from by Antoine Pitrou · 15 years ago
- 6ecd9e5 Merged revisions 77234 via svnmerge from by Mark Dickinson · 15 years ago
- 1e28a27 Merged revisions 77088 via svnmerge from by Georg Brandl · 15 years ago
- f371859 Merged revisions 76978 via svnmerge from by Mark Dickinson · 15 years ago
- 91d58bd Merged revisions 76822,76824 via svnmerge from by Benjamin Peterson · 15 years ago
- 629dfe2 Merged revisions 76740 via svnmerge from by Mark Dickinson · 15 years ago
- 309608b Merged revisions 76712 via svnmerge from by Ronald Oussoren · 15 years ago
- c2e1cb7 Merged revisions 76623 via svnmerge from by Ronald Oussoren · 15 years ago
- a4962cb Merged revisions 76561 via svnmerge from by Mark Dickinson · 15 years ago
- 6ce4a9a Merged revisions 76308 via svnmerge from by Mark Dickinson · 15 years ago
- 074e5ed Merge in the new GIL. by Antoine Pitrou · 15 years ago
- ba1e0f4 Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) by Skip Montanaro · 15 years ago
- 0df35a9 Merged revisions 74841 via svnmerge from by Benjamin Peterson · 15 years ago
- ae4cfb1 http://bugs.python.org/issue6836 by Kristján Valur Jónsson · 15 years ago
- 4905e80 fix an ambiguity in the grammar from the implementation of extended unpacking by Benjamin Peterson · 15 years ago
- 0a1efd0 Issue #6713: Improve performance of str(n) and repr(n) for integers n by Mark Dickinson · 15 years ago
- 5ea7d64 Merged revisions 74693 via svnmerge from by Mark Dickinson · 15 years ago
- 2db046d Issue #6151: Make PyDescr_COMMON conform to standard C. by Alexandre Vassalotti · 15 years ago
- 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
- 89b8917 remove duplicate declartions #6405 by Benjamin Peterson · 15 years ago
- ffeaa88 a little more fiddling to make flags like 2.x by Benjamin Peterson · 15 years ago
- 466a782 the old CO_FUTURE flags can't be commented out by Benjamin Peterson · 15 years ago
- 16f7651 remove comment about PyNumber_Int by Benjamin Peterson · 15 years ago
- f1664ae remove PyCObject by Benjamin Peterson · 15 years ago
- 835a6c8 Merged revisions 73701 via svnmerge from by Mark Dickinson · 15 years ago
- e9eb7b6 Merged revisions 73660 via svnmerge from by Mark Dickinson · 15 years ago
- 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 15 years ago
- 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 15 years ago
- 9aececf fix mistake in version bump by Benjamin Peterson · 15 years ago
- 46ea4f7 bump to 3.2a0 by Benjamin Peterson · 15 years ago
- 3928516 bump version to 3.1 final :) by Benjamin Peterson · 15 years ago
- 01bf236 post release version bumps by Benjamin Peterson · 15 years ago
- c7c1228 bump version to 3.1rc2 by Benjamin Peterson · 15 years ago
- 1172999 #5735: Modules compiled with incompatible settings (--with-pydebug when python is not) by Amaury Forgeot d'Arc · 15 years ago
- 54e8ddf post-release updates by Benjamin Peterson · 15 years ago
- e6ad387 bump to 3.1rc1 by Benjamin Peterson · 15 years ago
- c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
- 7d5285e #6115: remove entries for the already removed PyNumber_Divide and PyNumber_InPlaceDivide from the header and the docs. by Georg Brandl · 15 years ago
- 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 15 years ago
- bd16edd Refactor to remove duplicated nan/inf parsing code in by Mark Dickinson · 16 years ago
- 5483fe5 Remove trailing whitespace. by Georg Brandl · 16 years ago
- 8223c24 Merged revisions 72698-72699 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- 8bc5b68 these builtins have to be initialized by Benjamin Peterson · 16 years ago
- 224205f Merged revisions 72461 via svnmerge from by Benjamin Peterson · 16 years ago
- accdca5 post release updates by Benjamin Peterson · 16 years ago
- 5c5f3de bump version to 3.1b1 by Benjamin Peterson · 16 years ago
- b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 16 years ago
- 6337622 Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. by Eric Smith · 16 years ago
- 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 16 years ago
- 244651a Merged revisions 72283-72284 via svnmerge from by Antoine Pitrou · 16 years ago
- 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 16 years ago
- 58a4224 Issue #1588: Add complex.__format__. by Eric Smith · 16 years ago
- 8374981 Include files missed in r72044. by Eric Smith · 16 years ago
- 6dc46f5 Merged revisions 72040 via svnmerge from by Eric Smith · 16 years ago
- 0cd526e Don't try to use x87 assembly on OS X universal builds. by Mark Dickinson · 16 years ago
- fd838e6 Merged revisions 71734,71738-71739 via svnmerge from by Benjamin Peterson · 16 years ago
- a4262b9 Add comments to pyport.h explaining how to enable support for short by Mark Dickinson · 16 years ago
- 1cc369c Merged revisions 71743 via svnmerge from by Ronald Oussoren · 16 years ago
- 7abf8d4 The SSE2 detection and enabling could potentially cause by Mark Dickinson · 16 years ago
- f253786 Add check for C99 round function to configure, and define by Mark Dickinson · 16 years ago
- 60fd099 Issue #5781: Only use legacy string<->double conversions when by Mark Dickinson · 16 years ago
- 3800d15 The comments at the top of intobject.h say that it will be removed in 3.1. by Mark Dickinson · 16 years ago
- 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 16 years ago
- b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 16 years ago
- abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 16 years ago
- 091c7b1 Merged revisions 71229,71271 via svnmerge from by Matthias Klose · 16 years ago
- bd35b03 bump version for 3.1a2+ by Benjamin Peterson · 16 years ago
- 88f1435 bump version to 3.1a2 by Benjamin Peterson · 16 years ago
- ab96741 Merged revisions 71163 via svnmerge from by Benjamin Peterson · 16 years ago
- 9247e72 Merged revisions 71159 via svnmerge from by Matthias Klose · 16 years ago
- a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 16 years ago
- a826f32 Merged revisions 71031 via svnmerge from by Brett Cannon · 16 years ago
- e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 16 years ago
- 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 16 years ago
- 16f966e Merged revisions 70489 via svnmerge from by Mark Dickinson · 16 years ago
- d72c7b6 Add ..versionadded for sys.int_info, update py3k version of by Mark Dickinson · 16 years ago
- bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 16 years ago
- 652e707 Issue #5392: when a very low recursion limit was set, the interpreter would by Antoine Pitrou · 16 years ago
- d173589 let's get cracking on 3.1a2! by Benjamin Peterson · 16 years ago
- a58a626 bump version to 3.1a1 by Benjamin Peterson · 16 years ago
- f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 16 years ago
- 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 16 years ago
- e441674 A few more type fixes for py3k that were missed in r69635 by Mark Dickinson · 16 years ago
- 5a74bf6 Merged revisions 69634 via svnmerge from by Mark Dickinson · 16 years ago
- f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 16 years ago
- a9cab51 Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1. by Mark Dickinson · 16 years ago
- 87ec085 Merged revisions 69459 via svnmerge from by Mark Dickinson · 16 years ago
- e836423 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 16 years ago
- 3c16165 Change type of tp_reserved from cmpfunc to (void *); remove definition by Mark Dickinson · 16 years ago
- e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago