summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* pybsddb 4.8.4 integration. Please, comment in issue #8156Jesus Cea2010-03-221-1/+3
* Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger ...Vinay Sajip2010-03-221-0/+4
* Fix the NEWS about my last commit: an unicode subclass can now override theVictor Stinner2010-03-221-1/+1
* Issue #8200: logging: Handle errors when multiprocessing is not fully loaded ...Vinay Sajip2010-03-221-0/+3
* Issue #1583863: An unicode subclass can now override the __str__ methodVictor Stinner2010-03-221-0/+2
* improve error message from passing inadequate number of keyword arguments #6474Benjamin Peterson2010-03-211-0/+3
* Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets.Antoine Pitrou2010-03-211-0/+2
* Issue #1628484: The Makefile doesn't ignore the CFLAGS environmentAntoine Pitrou2010-03-211-0/+4
* Fix plural.Georg Brandl2010-03-211-1/+1
* #8180: Fix test_pep277 on OS X and add more tests for special Unicode normali...Florent Xicluna2010-03-211-0/+3
* Issue #8179: Fix macpath.realpath() on a non-existing path.Florent Xicluna2010-03-211-0/+2
* - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.Matthias Klose2010-03-191-0/+2
* Make python-config support multiple option flags on the same command line, ra...Collin Winter2010-03-192-28/+33
* Add support for weak references to code objects. This will be used by an opti...Collin Winter2010-03-181-0/+2
* Issue #8024: Update the Unicode database to 5.2Florent Xicluna2010-03-181-0/+2
* Issue #8104: socket.recv_into() and socket.recvfrom_into() now supportAntoine Pitrou2010-03-171-0/+4
* prevent lambda functions from having docstrings #8164Benjamin Peterson2010-03-171-0/+2
* - Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBoxMatthias Klose2010-03-161-0/+3
* Issue #7783 and #7787: open_urlresource invalidates the outdated files from t...Florent Xicluna2010-03-151-0/+6
* - Issue #8140: extend compileall to compile single files. Add -i option.Matthias Klose2010-03-151-0/+2
* - Issue #7356: ctypes.util: Make parsing of ldconfig output independent ofMatthias Klose2010-03-151-0/+3
* Issue #6716: Quote -x arguments of compileall in MSI installer.Martin v. Löwis2010-03-151-0/+2
* - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x.Matthias Klose2010-03-151-0/+2
* - Issue #8142: Update libffi to the 3.0.9 release.Matthias Klose2010-03-151-0/+2
* fix freebsd linking #7705Benjamin Peterson2010-03-141-0/+5
* Add a link about the Public Review Issue #29Ezio Melotti2010-03-141-1/+1
* Format and rewrap 2.7 NEWS consistently.Georg Brandl2010-03-141-930/+897
* Issue #7993: Add a test of IO packet processing bandwidth to ccbench.Antoine Pitrou2010-03-131-0/+6
* Deactivate automatic upload of the docs to python.org, they will now be built...Georg Brandl2010-03-121-5/+6
* NEWS: issue #7774 is related to Library (sys), not Core and BuiltinsVictor Stinner2010-03-121-4/+4
* Issue #8117: Updated NEWS entry and added to logging documentation.Vinay Sajip2010-03-121-1/+4
* Issue #8117: logging: Improved algorithm for computing initial rollover time.Vinay Sajip2010-03-121-0/+2
* Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cEleme...Florent Xicluna2010-03-111-0/+3
* Issue #7774: Set sys.executable to an empty string if argv[0] has beenVictor Stinner2010-03-111-0/+4
* Issue #7880: Fix sysconfig when the python executable is a symbolic link.Florent Xicluna2010-03-101-0/+2
* Issue #3137: Don't ignore errors at startup, especially a keyboard interruptVictor Stinner2010-03-101-0/+5
* #7624: Fix isinstance(foo(), collections.Callable) for old-style classes.Florent Xicluna2010-03-081-0/+3
* Issue #7143: get_payload used to strip any trailing newline from aR. David Murray2010-03-082-0/+7
* Issue #1530559: When packing a non-integer with any integer conversionMark Dickinson2010-03-071-0/+16
* #5341: more built-in vs builtin fixes.Georg Brandl2010-03-074-47/+47
* Issue #7849: Now the utility ``check_warnings`` verifies if the warnings areFlorent Xicluna2010-03-071-0/+3
* post release updateBenjamin Peterson2010-03-061-0/+12
* bump version to 2.7a4v2.7a4Benjamin Peterson2010-03-062-2/+2
* Minor tweaking of previous r78734, and add a NEWS entry.Florent Xicluna2010-03-061-0/+3
* Do not print the header lines when running a single test.Florent Xicluna2010-03-061-0/+3
* #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded.Florent Xicluna2010-03-061-0/+2
* Merged code from pysqlite 2.6.0.Gerhard Häring2010-03-051-0/+3
* Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public ReviewVictor Stinner2010-03-041-0/+3
* Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler,Victor Stinner2010-03-041-0/+3
* Issue #7544: Preallocate thread memory before creating the thread to avoid aVictor Stinner2010-03-031-0/+3