summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix missing 'return NULL'Mark Dickinson2009-04-241-1/+1
* Issue #5816:Mark Dickinson2009-04-244-176/+230
* Add link to PEP 236.Georg Brandl2009-04-231-0/+5
* #5813: add a reference to the "future statements" section.Georg Brandl2009-04-231-0/+4
* Fix rewrapping accident.Georg Brandl2009-04-231-3/+3
* #5820: fix bug in usage of getreader().Georg Brandl2009-04-231-1/+1
* Produce correct version string to access the .chmKurt B. Kaiser2009-04-234-10/+22
* Issue #5812: make Fraction('1e-6') valid. Backport of r71806.Mark Dickinson2009-04-224-32/+46
* Fixed issue 5782: formatting with commas didn't work if no specifier type cod...Eric Smith2009-04-222-0/+7
* Issue 5354: Change API for import_fresh_module() to better support test_warni...Nick Coghlan2009-04-225-21/+85
* Backport of some of the work in r71665 to trunk. This reworks much ofEric Smith2009-04-229-508/+906
* Issue #5170: Fixed regression caused when fixing #5768.Vinay Sajip2009-04-221-1/+11
* Documentation for issue 5237, auto-numbered format fields. Contributed by Ter...Eric Smith2009-04-222-9/+16
* #5751: fix escaping of \\n.Georg Brandl2009-04-211-1/+1
* #5757: fix copy-paste error in notify().Georg Brandl2009-04-211-5/+5
* Restore skips of posix and pty tests on Windows by calling theR. David Murray2009-04-212-3/+8
* Fix for the Issue918368 - urllib doesn't correct server returned urlsSenthil Kumaran2009-04-212-0/+16
* Nit: integer division should use //, not /Mark Dickinson2009-04-201-1/+1
* Issue #3166: Make long -> float (and int -> float) conversionsMark Dickinson2009-04-205-27/+316
* Fix typoRaymond Hettinger2009-04-201-1/+1
* adding a NEWS note for #5795 (previously checked via the buildbot)Tarek Ziadé2009-04-201-0/+2
* making BuildWinInstTestCase silent in case bdist_wininst is not run under win32Tarek Ziadé2009-04-201-0/+1
* #5795 sysconfig._config_vars was shadowed in tearDownTarek Ziadé2009-04-201-3/+4
* Automatic conversion of floats to integers for struct.pack integer codesMark Dickinson2009-04-191-1/+1
* Fix for issue5657.Ronald Oussoren2009-04-191-0/+12
* fix typoBenjamin Peterson2009-04-191-1/+1
* make errors consistentBenjamin Peterson2009-04-191-2/+2
* initialize weakref some weakref typesBenjamin Peterson2009-04-191-0/+6
* many more types to initialize (I had to expose some of them)Benjamin Peterson2009-04-185-6/+52
* move test to a more appropiate oneBenjamin Peterson2009-04-181-25/+30
* initalize -> initializeBenjamin Peterson2009-04-181-4/+4
* try to initalize all builtin types with PyType_Ready to avoid problems like #...Benjamin Peterson2009-04-184-16/+83
* fix a few nits in unittest.py #5771Benjamin Peterson2009-04-181-2/+2
* rename internal bytes_ functions to bytearrayBenjamin Peterson2009-04-181-153/+153
* Issue #1869: Fix a couple of minor round() issues.Mark Dickinson2009-04-183-4/+7
* Backport r71704 (add configure check for C99 round function) to trunk.Mark Dickinson2009-04-185-3/+24
* copysign shouldn't be declared as static in pymath.cMark Dickinson2009-04-181-1/+1
* "not subscriptable" should be a bit more understandable than "unsubscriptable".Georg Brandl2009-04-181-1/+1
* DistutilsSetupError was not raised when one single warning occuredTarek Ziadé2009-04-172-10/+9
* Issue #5768: Change to Unicode output logic and test case for same.Vinay Sajip2009-04-161-6/+8
* Issue #5768: Change to Unicode output logic and test case for same.Vinay Sajip2009-04-162-5/+6
* Clarify the behavior of any() and all() with an empty iterable.Raymond Hettinger2009-04-161-2/+4
* Less red ink (warning->note) and add link to def of side-by-side assembly.R. David Murray2009-04-161-4/+6
* Remove duplicated function declaration.Thomas Heller2009-04-162-2/+1
* Remove unneeded code.Thomas Heller2009-04-163-18/+0
* Fix for issue3440: add warning to subprocess discussion ofR. David Murray2009-04-151-0/+7
* call __float__ on str subclasses #5759Benjamin Peterson2009-04-153-1/+17
* tupel -> tupleBenjamin Peterson2009-04-141-3/+3
* pep8-fiedTarek Ziadé2009-04-131-42/+23
* improved test coverage for distutils.cmdTarek Ziadé2009-04-132-7/+47