index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add from_buffer and from_buffer_copy class methods to ctypes types.
Thomas Heller
2008-04-25
1
-0/+3
*
Fix typo (now -> no)
Neal Norwitz
2008-04-25
1
-1/+1
*
Remove cyclic reference in CFuncPtr instances; see issue #2682.
Thomas Heller
2008-04-24
1
-0/+3
*
Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0).
Amaury Forgeot d'Arc
2008-04-24
1
-0/+3
*
Add Jesus Cea.
Martin v. Löwis
2008-04-24
1
-0/+3
*
Add Guilherme Polo.
Martin v. Löwis
2008-04-24
1
-0/+3
*
Issue #2670: urllib2.build_opener() failed when two handlers
Amaury Forgeot d'Arc
2008-04-22
1
-0/+3
*
update the getpass entry
Gregory P. Smith
2008-04-22
1
-2/+3
*
Add Thomas Lee
Neal Norwitz
2008-04-22
1
-0/+3
*
If sys.stdin is not a tty, fall back to default_getpass after printing
Gregory P. Smith
2008-04-21
1
-0/+3
*
Added kill, terminate and send_signal to subprocess.Popen
Christian Heimes
2008-04-19
1
-0/+2
*
I finally got the time to update and merge Mark's and my trunk-math branch. T...
Christian Heimes
2008-04-18
1
-0/+11
*
resolve issue 2014
Skip Montanaro
2008-04-18
1
-0/+3
*
Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 ...
Nick Coghlan
2008-04-15
1
-0/+3
*
Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C for
Thomas Heller
2008-04-14
1
-0/+3
*
Re-implement the 'warnings' module in C. This allows for usage of the
Brett Cannon
2008-04-12
1
-0/+5
*
Add Jeroen.
Georg Brandl
2008-04-12
1
-0/+3
*
Applied patch #2617 from Frank Wierzbicki wit some extras from me
Christian Heimes
2008-04-12
1
-0/+3
*
Add a note about the zlib.decompressobj().flush() fix.
Gregory P. Smith
2008-04-09
1
-0/+3
*
- Issue #2550: The approach used by client/server code for obtaining ports
Trent Nelson
2008-04-08
1
-0/+37
*
Add a NEWS entry for previous checkin
Amaury Forgeot d'Arc
2008-04-08
1
-0/+4
*
Issue #2513: enable 64bit cross compilation on windows.
Mark Hammond
2008-04-07
1
-0/+4
*
Make file objects as thread safe as the underlying libc FILE* implementation.
Gregory P. Smith
2008-04-06
1
-0/+5
*
News entry for: Sync with files from the just released libffi 3.0.5 version.
Thomas Heller
2008-04-04
1
-0/+4
*
Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when gcc
Thomas Heller
2008-04-04
1
-0/+3
*
- Issue #2385: distutils.core.run_script() makes __file__ available, so the
Fred Drake
2008-04-04
1
-0/+4
*
post release updates
Barry Warsaw
2008-04-04
1
-1/+25
*
#1733757: the interpreter would hang on shutdown, if the function set by sys....
Amaury Forgeot d'Arc
2008-04-03
1
-0/+4
*
Updating for 2.6a2
v2.6a2
Barry Warsaw
2008-04-03
1
-2/+4
*
Added updates with respect to recent changes to TimedRotatingFileHandler.
Vinay Sajip
2008-04-02
1
-8/+17
*
Backport #1442: report exception when startup file cannot be run.
Georg Brandl
2008-03-29
1
-0/+3
*
Fix a reference leak found by Georg, when compiling a class nested in another...
Amaury Forgeot d'Arc
2008-03-28
1
-0/+3
*
Patch #1810 by Thomas Lee, reviewed by myself:
Georg Brandl
2008-03-28
1
-0/+3
*
Accept patch issue2426 by Paul Kippes (kippesp).
Gregory P. Smith
2008-03-28
2
-0/+4
*
Issue2495: tokenize.untokenize did not insert space between two consecutive s...
Amaury Forgeot d'Arc
2008-03-27
1
-0/+4
*
#2248: return result of QUIT from quit().
Georg Brandl
2008-03-27
1
-1/+3
*
add commas for introductory clauses
Benjamin Peterson
2008-03-27
1
-2/+2
*
Patch #2477: Added from __future__ import unicode_literals
Christian Heimes
2008-03-26
1
-0/+8
*
Updated Misc/NEWS
Christian Heimes
2008-03-26
1
-0/+4
*
Add Josiah.
Georg Brandl
2008-03-26
1
-0/+3
*
Opps! I merged the revisions, but forgot to add
Benjamin Peterson
2008-03-25
1
-0/+11
*
Merged the ACKS from py3k
Benjamin Peterson
2008-03-25
1
-62/+58
*
Issue #2482: Make sure that the coefficient of a Decimal
Mark Dickinson
2008-03-25
1
-0/+4
*
Add Benjamin.
Georg Brandl
2008-03-25
1
-0/+3
*
Issue #2478: Decimal(sqrt(0)) failed when the decimal context
Mark Dickinson
2008-03-25
1
-0/+2
*
#2359: add Py3k warning for array.read/array.write.
Georg Brandl
2008-03-25
1
-0/+2
*
#2355: py3k warning for buffer().
Georg Brandl
2008-03-25
1
-1/+3
*
Patch #2240: Implement signal.setitimer and signal.getitimer.
Martin v. Löwis
2008-03-24
2
-0/+6
*
Install 2to3 script.
Martin v. Löwis
2008-03-24
1
-0/+2
*
Issue 2460: Make Ellipsis objects copyable.
Raymond Hettinger
2008-03-24
1
-0/+2
[next]