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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #6164 AIX specific linker argument in Distutils unixcompiler
Tarek Ziadé
2009-06-20
3
-16/+28
*
use closures
Benjamin Peterson
2009-06-19
1
-3/+3
*
show that this one isn't used
Benjamin Peterson
2009-06-19
1
-1/+1
*
add missing assertion #6313
Benjamin Peterson
2009-06-19
1
-0/+1
*
remove duplicate test
Benjamin Peterson
2009-06-19
1
-9/+0
*
Issue #6274. Fixed a potential FD leak in subprocess.py.
Facundo Batista
2009-06-19
2
-82/+92
*
#6189: The subprocess.py module should be kept compatible with python 2.2
Amaury Forgeot d'Arc
2009-06-18
2
-3/+14
*
#6276: Remove usage of nested() in favor of new with statement with multiple ...
Georg Brandl
2009-06-18
1
-3/+3
*
Issue 6288: update the contextlib.nested() docs to explain why it has been de...
Nick Coghlan
2009-06-17
1
-11/+28
*
#6255: document PyInt_FromSize_t.
Georg Brandl
2009-06-17
1
-0/+9
*
#6295: clarify blocking behavior of getch().
Georg Brandl
2009-06-17
1
-1/+2
*
Issue #6215: Fixed to use self.open() instead of open() or io.open().
Hirokazu Yamamoto
2009-06-17
1
-18/+18
*
remove unused 'encoding' member from the compiler struct
Benjamin Peterson
2009-06-17
1
-4/+0
*
Add usage note.
Raymond Hettinger
2009-06-17
1
-0/+4
*
add underscores
Benjamin Peterson
2009-06-16
1
-2/+2
*
Acknowledge the role of the MPFR library in creating cmath_testcases.txt
Mark Dickinson
2009-06-16
1
-0/+10
*
Remove unused macro.
Georg Brandl
2009-06-16
1
-1/+0
*
Add tabularcolumns directive for tables with bullet lists in them.
Georg Brandl
2009-06-16
1
-0/+6
*
starting distutils.ccompiler test coverage and cleanup
Tarek Ziadé
2009-06-16
2
-22/+57
*
Fixed #6287: documentation for the license field in distutils
Tarek Ziadé
2009-06-16
2
-0/+11
*
don't mask encoding errors when decoding a string #6289
Benjamin Peterson
2009-06-16
3
-4/+15
*
Issue #6286: distutils upload command now uses urllib2
Tarek Ziadé
2009-06-15
3
-62/+55
*
code cleanup
Tarek Ziadé
2009-06-15
1
-13/+9
*
backport r73430
Benjamin Peterson
2009-06-14
1
-9/+0
*
#6227: Because of a wrong indentation, the test was not testing what it should.
Amaury Forgeot d'Arc
2009-06-14
2
-1/+3
*
Issue #6271: mmap tried to close invalid file handle (-1) when annonymous.
Hirokazu Yamamoto
2009-06-14
2
-1/+5
*
Updated MSVC files to follow r73394.
Hirokazu Yamamoto
2009-06-14
5
-34/+124
*
update ast version
Benjamin Peterson
2009-06-13
1
-2/+2
*
when no module is given in a 'from' relative import, make ImportFrom.module NULL
Benjamin Peterson
2009-06-13
6
-21/+28
*
give a better error message when deleting ()
Benjamin Peterson
2009-06-13
2
-4/+13
*
set Print.values to NULL if there are no values
Benjamin Peterson
2009-06-13
1
-9/+12
*
handle different rc format
Benjamin Peterson
2009-06-13
1
-1/+4
*
special case release candidates
Benjamin Peterson
2009-06-13
1
-2/+4
*
use 'rc' for release candidates for consistency
Benjamin Peterson
2009-06-13
1
-1/+1
*
allow importing from a module named None if it has an 'as' clause
Benjamin Peterson
2009-06-13
2
-4/+8
*
prevent import statements from assigning to None
Benjamin Peterson
2009-06-13
3
-11/+34
*
keep the slice.step field as NULL if no step expression is given
Benjamin Peterson
2009-06-13
3
-8/+10
*
Revert r73401 per Raymond Hettinger's request.
Alexandre Vassalotti
2009-06-12
2
-8/+6
*
Make pickling of OrderedDict instances more efficient.
Alexandre Vassalotti
2009-06-12
2
-6/+8
*
Delete outdated make file for building the parser with MSVC 6.
Alexandre Vassalotti
2009-06-12
1
-45/+0
*
Add const qualifier to PyErr_SetFromErrnoWithFilename and to
Alexandre Vassalotti
2009-06-12
2
-4/+5
*
Re-enable testing of builtin open() in test_bufio in test_largefile
Antoine Pitrou
2009-06-12
2
-4/+13
*
Try to restore the old test_file and test_univnewlines as new, different files
Antoine Pitrou
2009-06-12
4
-95/+461
*
Restore the old test_file.py (for the builtin file object) as a new file name...
Antoine Pitrou
2009-06-12
1
-0/+344
*
Issue #6215: backport the 3.1 io lib
Antoine Pitrou
2009-06-12
21
-3031/+11878
*
Clear reference to the static PyExc_RecursionErrorInst in _PyExc_Fini.
Alexandre Vassalotti
2009-06-12
1
-2/+2
*
Support AMD64 in msilib. Set Win64 on reglocator.
Martin v. Löwis
2009-06-12
3
-5/+16
*
Issue 6261: Clarify behavior of random.uniform().
Raymond Hettinger
2009-06-11
2
-1/+3
*
remove check for case handled in sub-function
Benjamin Peterson
2009-06-11
1
-3/+0
*
Move comment to correct line.
Raymond Hettinger
2009-06-11
1
-2/+2
[next]