summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Update spec version number.Raymond Hettinger2009-04-271-1/+1
* Issue #5853: calling a function of the mimetypes module from several threadsAntoine Pitrou2009-04-271-15/+13
* Issue #5854: Updated __all__ to include some missing names and remove some na...Vinay Sajip2009-04-271-5/+8
* Right click 'go to file/line' not working if spacesKurt B. Kaiser2009-04-262-25/+13
* Use test.test_support.EnvironmentVarGuard where tests change environment vars.Walter Dörwald2009-04-266-56/+36
* Fix typo.Walter Dörwald2009-04-261-1/+1
* Update pydoc topics.Georg Brandl2009-04-261-28/+28
* Move pydoc_topics module to its own subdirectory, so that no generated code i...Georg Brandl2009-04-263-5/+5
* Issue #4971: Fix titlecase for characters that are their ownMartin v. Löwis2009-04-261-1/+6
* Issue #5835, deprecate PyOS_ascii_formatd.Eric Smith2009-04-251-0/+62
* #5841: add deprecation py3k warning and notice in the docs for commands module.Georg Brandl2009-04-251-4/+4
* Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic inWalter Dörwald2009-04-251-1/+14
* #5810: Fixed Distutils test_build_scriptsTarek Ziadé2009-04-251-1/+1
* Issue #4951: Fixed failure in test_httpserversTarek Ziadé2009-04-251-2/+5
* Issue #5837: Certain sequences of calls to set() and unset() forWalter Dörwald2009-04-251-15/+17
* Fix typo in complex parsing code; expand tests.Mark Dickinson2009-04-251-3/+19
* fix a segfault when setting __class__ in __del__ #5283Benjamin Peterson2009-04-251-0/+10
* Issue 5041: ctypes unwilling to allow pickling wide character.Thomas Heller2009-04-241-0/+5
* Remove unnecessary double negativeMark Dickinson2009-04-241-1/+1
* Issue #5593: Use more robust test for double-rounding in test_fsum.Mark Dickinson2009-04-241-8/+9
* Issue #5812: The two-argument form of the Fraction constructorMark Dickinson2009-04-242-13/+28
* Issue #5816:Mark Dickinson2009-04-241-10/+66
* 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-222-23/+34
* Fixed issue 5782: formatting with commas didn't work if no specifier type cod...Eric Smith2009-04-221-0/+6
* Issue 5354: Change API for import_fresh_module() to better support test_warni...Nick Coghlan2009-04-223-17/+51
* Backport of some of the work in r71665 to trunk. This reworks much ofEric Smith2009-04-222-2/+56
* Issue #5170: Fixed regression caused when fixing #5768.Vinay Sajip2009-04-221-1/+11
* 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-202-0/+93
* 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
* move test to a more appropiate oneBenjamin Peterson2009-04-181-25/+30
* try to initalize all builtin types with PyType_Ready to avoid problems like #...Benjamin Peterson2009-04-181-0/+12
* fix a few nits in unittest.py #5771Benjamin Peterson2009-04-181-2/+2
* Issue #1869: Fix a couple of minor round() issues.Mark Dickinson2009-04-181-0/+3
* 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-162-5/+6
* call __float__ on str subclasses #5759Benjamin Peterson2009-04-151-0/+12
* pep8-fiedTarek Ziadé2009-04-131-42/+23
* improved test coverage for distutils.cmdTarek Ziadé2009-04-132-7/+47
* deactivate test_search_cpp under win32Tarek Ziadé2009-04-131-0/+3
* #5741 followup: should also allow %%(blah)s.Georg Brandl2009-04-131-2/+2
* Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries.Tarek Ziadé2009-04-131-1/+31
* Adjust test_asyncore to account for intentional asyncore behavior changeR. David Murray2009-04-131-4/+1
* #5719: add short usage example to optparse docstring.Georg Brandl2009-04-121-0/+13
* remove useless importBenjamin Peterson2009-04-121-1/+0