Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #5170: Fixed regression caused when fixing #5768. | Vinay Sajip | 2009-04-22 | 1 | -1/+11 | |
| | ||||||
* | Documentation for issue 5237, auto-numbered format fields. Contributed by ↵ | Eric Smith | 2009-04-22 | 2 | -9/+16 | |
| | | | | Terry J. Reedy. | |||||
* | #5751: fix escaping of \\n. | Georg Brandl | 2009-04-21 | 1 | -1/+1 | |
| | ||||||
* | #5757: fix copy-paste error in notify(). | Georg Brandl | 2009-04-21 | 1 | -5/+5 | |
| | ||||||
* | Restore skips of posix and pty tests on Windows by calling the | R. David Murray | 2009-04-21 | 2 | -3/+8 | |
| | | | | | test_support.import_module on the appropriate modules before any other imports. | |||||
* | Fix for the Issue918368 - urllib doesn't correct server returned urls | Senthil Kumaran | 2009-04-21 | 2 | -0/+16 | |
| | ||||||
* | Nit: integer division should use //, not / | Mark Dickinson | 2009-04-20 | 1 | -1/+1 | |
| | ||||||
* | Issue #3166: Make long -> float (and int -> float) conversions | Mark Dickinson | 2009-04-20 | 5 | -27/+316 | |
| | | | | | | correctly rounded, using round-half-to-even. This ensures that the value of float(n) doesn't depend on whether we're using 15-bit digits or 30-bit digits for Python longs. | |||||
* | Fix typo | Raymond Hettinger | 2009-04-20 | 1 | -1/+1 | |
| | ||||||
* | adding a NEWS note for #5795 (previously checked via the buildbot) | Tarek Ziadé | 2009-04-20 | 1 | -0/+2 | |
| | ||||||
* | making BuildWinInstTestCase silent in case bdist_wininst is not run under win32 | Tarek Ziadé | 2009-04-20 | 1 | -0/+1 | |
| | ||||||
* | #5795 sysconfig._config_vars was shadowed in tearDown | Tarek Ziadé | 2009-04-20 | 1 | -3/+4 | |
| | ||||||
* | Automatic conversion of floats to integers for struct.pack integer codes | Mark Dickinson | 2009-04-19 | 1 | -1/+1 | |
| | | | | is deprecated. Use an explicit int() instead. | |||||
* | Fix for issue5657. | Ronald Oussoren | 2009-04-19 | 1 | -0/+12 | |
| | ||||||
* | fix typo | Benjamin Peterson | 2009-04-19 | 1 | -1/+1 | |
| | ||||||
* | make errors consistent | Benjamin Peterson | 2009-04-19 | 1 | -2/+2 | |
| | ||||||
* | initialize weakref some weakref types | Benjamin Peterson | 2009-04-19 | 1 | -0/+6 | |
| | ||||||
* | many more types to initialize (I had to expose some of them) | Benjamin Peterson | 2009-04-18 | 5 | -6/+52 | |
| | ||||||
* | move test to a more appropiate one | Benjamin Peterson | 2009-04-18 | 1 | -25/+30 | |
| | ||||||
* | initalize -> initialize | Benjamin Peterson | 2009-04-18 | 1 | -4/+4 | |
| | ||||||
* | try to initalize all builtin types with PyType_Ready to avoid problems like ↵ | Benjamin Peterson | 2009-04-18 | 4 | -16/+83 | |
| | | | | #5787 | |||||
* | fix a few nits in unittest.py #5771 | Benjamin Peterson | 2009-04-18 | 1 | -2/+2 | |
| | ||||||
* | rename internal bytes_ functions to bytearray | Benjamin Peterson | 2009-04-18 | 1 | -153/+153 | |
| | ||||||
* | Issue #1869: Fix a couple of minor round() issues. | Mark Dickinson | 2009-04-18 | 3 | -4/+7 | |
| | ||||||
* | Backport r71704 (add configure check for C99 round function) to trunk. | Mark Dickinson | 2009-04-18 | 5 | -3/+24 | |
| | ||||||
* | copysign shouldn't be declared as static in pymath.c | Mark Dickinson | 2009-04-18 | 1 | -1/+1 | |
| | ||||||
* | "not subscriptable" should be a bit more understandable than "unsubscriptable". | Georg Brandl | 2009-04-18 | 1 | -1/+1 | |
| | ||||||
* | DistutilsSetupError was not raised when one single warning occured | Tarek Ziadé | 2009-04-17 | 2 | -10/+9 | |
| | ||||||
* | Issue #5768: Change to Unicode output logic and test case for same. | Vinay Sajip | 2009-04-16 | 1 | -6/+8 | |
| | ||||||
* | Issue #5768: Change to Unicode output logic and test case for same. | Vinay Sajip | 2009-04-16 | 2 | -5/+6 | |
| | ||||||
* | Clarify the behavior of any() and all() with an empty iterable. | Raymond Hettinger | 2009-04-16 | 1 | -2/+4 | |
| | ||||||
* | Less red ink (warning->note) and add link to def of side-by-side assembly. | R. David Murray | 2009-04-16 | 1 | -4/+6 | |
| | ||||||
* | Remove duplicated function declaration. | Thomas Heller | 2009-04-16 | 2 | -2/+1 | |
| | | | | Make _pagesize static. | |||||
* | Remove unneeded code. | Thomas Heller | 2009-04-16 | 3 | -18/+0 | |
| | ||||||
* | Fix for issue3440: add warning to subprocess discussion of | R. David Murray | 2009-04-15 | 1 | -0/+7 | |
| | | | | | env parameter that on Windows SystemRoot is required in order to run side-by-side assemblies. | |||||
* | call __float__ on str subclasses #5759 | Benjamin Peterson | 2009-04-15 | 3 | -1/+17 | |
| | | | | tests by R. David Murray | |||||
* | tupel -> tuple | Benjamin Peterson | 2009-04-14 | 1 | -3/+3 | |
| | ||||||
* | pep8-fied | Tarek Ziadé | 2009-04-13 | 1 | -42/+23 | |
| | ||||||
* | improved test coverage for distutils.cmd | Tarek Ziadé | 2009-04-13 | 2 | -7/+47 | |
| | ||||||
* | Add missing NEWS item for issue1161031 fix. | R. David Murray | 2009-04-13 | 1 | -0/+6 | |
| | ||||||
* | #5745: more linking for identifiers in email docs. | Georg Brandl | 2009-04-13 | 8 | -111/+124 | |
| | ||||||
* | deactivate test_search_cpp under win32 | Tarek Ziadé | 2009-04-13 | 1 | -0/+3 | |
| | ||||||
* | #5741 followup: should also allow %%(blah)s. | Georg Brandl | 2009-04-13 | 1 | -2/+2 | |
| | ||||||
* | Simplify markup. | Georg Brandl | 2009-04-13 | 1 | -6/+3 | |
| | ||||||
* | Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries. | Tarek Ziadé | 2009-04-13 | 2 | -1/+33 | |
| | ||||||
* | Fixed another typos. (email.Utils => email.utils) | Hirokazu Yamamoto | 2009-04-13 | 1 | -2/+2 | |
| | ||||||
* | Fixed typo. (email.Utils => email.utils) | Hirokazu Yamamoto | 2009-04-13 | 1 | -2/+2 | |
| | ||||||
* | Adjust test_asyncore to account for intentional asyncore behavior change | R. David Murray | 2009-04-13 | 1 | -4/+1 | |
| | | | | introduced by r70934 that was causing a test failure when run under -O. | |||||
* | Fixed incorrect object passed into format_float_internal(). This was ↵ | Eric Smith | 2009-04-13 | 1 | -1/+1 | |
| | | | | resulting in a conversion being done twice. | |||||
* | fix missing quote | Benjamin Peterson | 2009-04-12 | 1 | -1/+1 | |
| |