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
*
Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and
Mark Dickinson
2008-05-09
1
-0/+5
*
Issue #2801: fix bug in float.is_integer where ValueError
Mark Dickinson
2008-05-09
1
-0/+3
*
Deprecate the toaiff module for removal in 3.0.
Brett Cannon
2008-05-09
1
-0/+2
*
Deprecate test.testall for removal in 3.0.
Brett Cannon
2008-05-09
1
-0/+2
*
Deprecate the new module for removal in 3.0.
Brett Cannon
2008-05-09
1
-0/+2
*
Add Py3k warnings to os.path.walk
Benjamin Peterson
2008-05-09
1
-0/+2
*
Deprecate the user module for removal in 3.0.
Brett Cannon
2008-05-08
1
-0/+2
*
Add test.test_support.catch_warning()'s new argument.
Brett Cannon
2008-05-08
1
-0/+2
*
Add a missing entry on the fix for issue #2790.
Brett Cannon
2008-05-08
1
-0/+2
*
Deprecate stringold for removal in 3.0.
Brett Cannon
2008-05-08
1
-1/+3
*
The mutex module has been deprecated for removal in 3.0.
Brett Cannon
2008-05-08
1
-0/+2
*
Deprecate the imputil module for removal in 3.0.
Brett Cannon
2008-05-08
1
-0/+19
*
Bump to 2.6a3
v2.6a3
Barry Warsaw
2008-05-08
2
-2/+2
*
Create a TextMate directory in Misc to house a Python-Dev bundle.
Brett Cannon
2008-05-06
7
-0/+194
*
Add an entry about audiodev being slated for removal in 3.0.
Brett Cannon
2008-05-06
1
-0/+2
*
Implemented PEP 370
Christian Heimes
2008-05-06
1
-0/+2
*
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
Brett Cannon
2008-05-05
1
-0/+3
*
Issue #1734346: Support Unicode file names for zipfiles.
Martin v. Löwis
2008-05-05
1
-0/+2
*
Add a DeprecationWarning for when warnings.showwarning() is set to a function
Brett Cannon
2008-05-05
1
-1/+3
*
Fix for issue #2573: Can't change the framework name on OS X builds
Ronald Oussoren
2008-05-02
1
-0/+3
*
#2581: Vista UAC/elevation support for bdist_wininst
Mark Hammond
2008-05-02
1
-0/+2
*
Fix a backwards-compatibility mistake where a new optional argument for
Brett Cannon
2008-05-02
1
-1/+3
*
#2719: backport next() from 3k.
Georg Brandl
2008-04-30
1
-0/+2
*
Typo fix
Andrew M. Kuchling
2008-04-30
1
-4/+4
*
Add Rodrigo and Heiko.
Martin v. Löwis
2008-04-29
1
-0/+6
*
Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k...
Benjamin Peterson
2008-04-27
1
-0/+3
*
Issue 2635: fix bug in the fix_sentence_endings option to textwrap.fill.
Mark Dickinson
2008-04-25
1
-0/+4
*
Issue #1496032. Add -mieee to BASECFLAGS on alpha, when gcc is
Mark Dickinson
2008-04-25
1
-0/+2
*
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
[next]