summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Create a TextMate directory in Misc to house a Python-Dev bundle.Brett Cannon2008-05-067-0/+194
* Add an entry about audiodev being slated for removal in 3.0.Brett Cannon2008-05-061-0/+2
* Implemented PEP 370Christian Heimes2008-05-061-0/+2
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+3
* Issue #1734346: Support Unicode file names for zipfiles.Martin v. Löwis2008-05-051-0/+2
* Add a DeprecationWarning for when warnings.showwarning() is set to a functionBrett Cannon2008-05-051-1/+3
* Fix for issue #2573: Can't change the framework name on OS X buildsRonald Oussoren2008-05-021-0/+3
* #2581: Vista UAC/elevation support for bdist_wininstMark Hammond2008-05-021-0/+2
* Fix a backwards-compatibility mistake where a new optional argument forBrett Cannon2008-05-021-1/+3
* #2719: backport next() from 3k.Georg Brandl2008-04-301-0/+2
* Typo fixAndrew M. Kuchling2008-04-301-4/+4
* Add Rodrigo and Heiko.Martin v. Löwis2008-04-291-0/+6
* Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k...Benjamin Peterson2008-04-271-0/+3
* Issue 2635: fix bug in the fix_sentence_endings option to textwrap.fill.Mark Dickinson2008-04-251-0/+4
* Issue #1496032. Add -mieee to BASECFLAGS on alpha, when gcc isMark Dickinson2008-04-251-0/+2
* Add from_buffer and from_buffer_copy class methods to ctypes types.Thomas Heller2008-04-251-0/+3
* Fix typo (now -> no)Neal Norwitz2008-04-251-1/+1
* Remove cyclic reference in CFuncPtr instances; see issue #2682.Thomas Heller2008-04-241-0/+3
* Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0).Amaury Forgeot d'Arc2008-04-241-0/+3
* Add Jesus Cea.Martin v. Löwis2008-04-241-0/+3
* Add Guilherme Polo.Martin v. Löwis2008-04-241-0/+3
* Issue #2670: urllib2.build_opener() failed when two handlersAmaury Forgeot d'Arc2008-04-221-0/+3
* update the getpass entryGregory P. Smith2008-04-221-2/+3
* Add Thomas LeeNeal Norwitz2008-04-221-0/+3
* If sys.stdin is not a tty, fall back to default_getpass after printingGregory P. Smith2008-04-211-0/+3
* Added kill, terminate and send_signal to subprocess.PopenChristian Heimes2008-04-191-0/+2
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-181-0/+11
* resolve issue 2014Skip Montanaro2008-04-181-0/+3
* Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 ...Nick Coghlan2008-04-151-0/+3
* Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C forThomas Heller2008-04-141-0/+3
* Re-implement the 'warnings' module in C. This allows for usage of theBrett Cannon2008-04-121-0/+5
* Add Jeroen.Georg Brandl2008-04-121-0/+3
* Applied patch #2617 from Frank Wierzbicki wit some extras from meChristian Heimes2008-04-121-0/+3
* Add a note about the zlib.decompressobj().flush() fix.Gregory P. Smith2008-04-091-0/+3
* - Issue #2550: The approach used by client/server code for obtaining portsTrent Nelson2008-04-081-0/+37
* Add a NEWS entry for previous checkinAmaury Forgeot d'Arc2008-04-081-0/+4
* Issue #2513: enable 64bit cross compilation on windows.Mark Hammond2008-04-071-0/+4
* Make file objects as thread safe as the underlying libc FILE* implementation.Gregory P. Smith2008-04-061-0/+5
* News entry for: Sync with files from the just released libffi 3.0.5 version.Thomas Heller2008-04-041-0/+4
* Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when gccThomas Heller2008-04-041-0/+3
* - Issue #2385: distutils.core.run_script() makes __file__ available, so theFred Drake2008-04-041-0/+4
* post release updatesBarry Warsaw2008-04-041-1/+25
* #1733757: the interpreter would hang on shutdown, if the function set by sys....Amaury Forgeot d'Arc2008-04-031-0/+4
* Updating for 2.6a2v2.6a2Barry Warsaw2008-04-031-2/+4
* Added updates with respect to recent changes to TimedRotatingFileHandler.Vinay Sajip2008-04-021-8/+17
* Backport #1442: report exception when startup file cannot be run.Georg Brandl2008-03-291-0/+3
* Fix a reference leak found by Georg, when compiling a class nested in another...Amaury Forgeot d'Arc2008-03-281-0/+3
* Patch #1810 by Thomas Lee, reviewed by myself:Georg Brandl2008-03-281-0/+3
* Accept patch issue2426 by Paul Kippes (kippesp).Gregory P. Smith2008-03-282-0/+4
* Issue2495: tokenize.untokenize did not insert space between two consecutive s...Amaury Forgeot d'Arc2008-03-271-0/+4