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
*
bump version to 2.7a1
v2.7a1
Benjamin Peterson
2009-12-05
2
-3/+3
*
move RPM spec for 2.7
Benjamin Peterson
2009-12-05
1
-0/+0
*
Add missing issue number in Misc/NEWS entry.
Mark Dickinson
2009-12-04
1
-1/+1
*
Issue 7431: use TESTFN in test_linecache instead of trying to create a
R. David Murray
2009-12-03
1
-0/+4
*
Add Christoph Gohlke, for the issue 4120 work.
Martin v. Löwis
2009-12-03
1
-0/+1
*
Issue #4120: Drop reference to CRT from manifest when building
Martin v. Löwis
2009-12-03
1
-0/+3
*
disable pymalloc tricks with the --with-valgrind option #2422
Benjamin Peterson
2009-12-03
1
-0/+5
*
Issue #7333: The `posix` module gains an `initgroups()` function providing
Antoine Pitrou
2009-12-02
1
-0/+4
*
#7419: Fix a crash on Windows in locale.setlocale() when the category
Amaury Forgeot d'Arc
2009-12-01
1
-1/+4
*
Fixed #7408: dropped group ownership checking because it relies on os-specifi...
Tarek Ziadé
2009-11-29
1
-0/+4
*
Issue #3382: Make '%F' and float.__format__('F') convert results to upper cas...
Eric Smith
2009-11-29
1
-0/+4
*
Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert...
Antoine Pitrou
2009-11-28
2
-0/+4
*
Issue #7403: Fixed possible race condition in lock creation.
Vinay Sajip
2009-11-27
1
-0/+2
*
Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.
Martin v. Löwis
2009-11-27
1
-0/+2
*
Add ACKS entry for Pablo Mouzo
Antoine Pitrou
2009-11-27
1
-0/+1
*
Issue #6845: Add restart support for binary upload in ftplib. The
Antoine Pitrou
2009-11-27
1
-0/+4
*
Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method ...
Antoine Pitrou
2009-11-25
1
-0/+4
*
Issue #6615: logging: Used weak references in internal handler list. Thanks t...
Vinay Sajip
2009-11-25
1
-2/+4
*
Issue #7117, continued: Remove substitution of %g-style formatting for
Mark Dickinson
2009-11-23
1
-0/+3
*
Remove restriction on precision when formatting floats. This is the
Mark Dickinson
2009-11-23
1
-0/+4
*
Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab
Senthil Kumaran
2009-11-23
1
-0/+2
*
Issue #6123: Fix opening empty archives and files.
Lars Gustäbel
2009-11-22
1
-0/+3
*
spelling
Benjamin Peterson
2009-11-19
1
-1/+1
*
add news notes for r76416
Benjamin Peterson
2009-11-19
1
-0/+4
*
Misc/NEWS entries for issue 7117.
Mark Dickinson
2009-11-19
1
-4/+33
*
Fix for issue #7085
Ronald Oussoren
2009-11-19
1
-0/+3
*
dragfullwindows can have value 2
Tarek Ziadé
2009-11-19
1
-0/+3
*
#5037 proxy __unicode__ correctly
Benjamin Peterson
2009-11-19
1
-0/+3
*
Issue #7341: Close the internal file object in the TarFile
Lars Gustäbel
2009-11-18
1
-0/+3
*
Issue #7117, continued: Change round implementation to use the correctly-rou...
Mark Dickinson
2009-11-18
1
-0/+9
*
#7293: distutils.test_msvc9compiler now uses a key that exists on any fresh w...
Tarek Ziadé
2009-11-18
1
-0/+3
*
#1757126: fix typo with the cyrillic_asian alias
Philip Jenvey
2009-11-17
1
-0/+2
*
Issue #7328: don't corrupt sys.path when running pydoc with the -m switch
Nick Coghlan
2009-11-15
1
-0/+2
*
Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using
Antoine Pitrou
2009-11-15
1
-0/+3
*
Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,
Mark Dickinson
2009-11-15
1
-0/+3
*
Issue #4969: The mimetypes module now reads the MIME database from
Antoine Pitrou
2009-11-15
1
-0/+3
*
Issue #6816: expose the zipfile and directory execution mechanism to Python c...
Nick Coghlan
2009-11-15
1
-0/+6
*
Issue 7324: add a sanity check to regrtest argument parsing to
R. David Murray
2009-11-15
1
-0/+3
*
Issue #7312 (new feature): Add a -F flag to run the selected tests in
R. David Murray
2009-11-14
1
-0/+3
*
Issue #7318: multiprocessing now uses a timeout when it fails to establish
Antoine Pitrou
2009-11-13
1
-0/+5
*
fix several compile() issues by translating newlines in the tokenizer
Benjamin Peterson
2009-11-12
1
-0/+3
*
Issue #7295: Do not use a hardcoded file name in test_tarfile.
Antoine Pitrou
2009-11-11
1
-0/+2
*
Issue #7197: Allow unittest.TextTestRunner objects to be pickled and
Antoine Pitrou
2009-11-10
1
-0/+4
*
Issue #7282: Fix a memory leak when an RLock was used in a thread other
Antoine Pitrou
2009-11-09
1
-0/+4
*
Properly detect whether a C file is using tabs or spaces for Vim.
Brett Cannon
2009-11-08
2
-18/+21
*
Issue #7270: Add some dedicated unit tests for multi-thread synchronization
Antoine Pitrou
2009-11-06
1
-0/+3
*
Issue #7264: Fix a possible deadlock when deallocating thread-local objects
Antoine Pitrou
2009-11-05
1
-0/+3
*
Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent
Antoine Pitrou
2009-11-04
2
-0/+4
*
Since r76034 was successful, add a NEWS entry for it.
Antoine Pitrou
2009-11-02
1
-0/+4
*
Fix exception handling in itertools.izip_longest().
Raymond Hettinger
2009-11-01
1
-0/+3
[next]