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
*
Make lzma.{encode,decode}_filter_properties private.
Nadeem Vawda
2012-06-21
5
-63/+31
*
Merge /features/pep397 changes
Brian Curtin
2012-06-21
9
-6/+1880
|
\
|
*
branch merge
Brian Curtin
2012-06-21
1
-23/+2
|
|
\
|
|
*
Remove the original license, as this was contributed under Vinay Sajip's agre...
Martin v. Löwis
2012-06-21
2
-46/+4
|
*
|
Remove associator project - it's not needed
Brian Curtin
2012-06-21
6
-2426/+0
|
|
/
|
*
Build and bundle the 32-bit launcher in all configurations.
Martin v. Löwis
2012-06-21
2
-10/+11
|
*
Fix UNICODE glitch.
Martin v. Löwis
2012-06-21
1
-2/+2
|
*
Fix off-by-one error.
Martin v. Löwis
2012-06-21
1
-1/+1
|
*
Package the launcher.
Martin v. Löwis
2012-06-21
1
-6/+30
|
*
Use GetEnvironmentVariableW instead of _wgetenv to silence VC warnings.
Martin v. Löwis
2012-06-21
1
-10/+19
|
*
Add version resource.
Martin v. Löwis
2012-06-21
2
-2/+55
|
*
Add associator
Brian Curtin
2012-06-21
6
-0/+2438
|
*
Add pywlauncher project
Brian Curtin
2012-06-20
2
-0/+192
|
*
Add the pyw launcher
Brian Curtin
2012-06-20
1
-0/+16
|
*
Get 64-bit building
Brian Curtin
2012-06-20
2
-3/+73
|
*
Support 32-bit release building:
Brian Curtin
2012-06-20
1
-1/+10
|
*
Initial changes to get the py launcher building
Brian Curtin
2012-06-20
3
-0/+129
|
*
Add launcher source and resources
Brian Curtin
2012-06-20
3
-0/+1380
*
|
#10053: Don't close FDs when FileIO.__init__ fails
Hynek Schlawack
2012-06-21
3
-6/+20
|
\
\
|
*
|
#10053: Don't close FDs when FileIO.__init__ fails
Hynek Schlawack
2012-06-21
3
-6/+19
*
|
|
Make private function static (from `make smelly`)
Antoine Pitrou
2012-06-21
1
-1/+1
*
|
|
md5_{init,process,done}: make static
doko@ubuntu.com
2012-06-21
1
-4/+6
*
|
|
sha1_{init,process,done}: make static
doko@ubuntu.com
2012-06-21
1
-3/+6
*
|
|
... and fix the name of the sha1 file name.
doko@ubuntu.com
2012-06-21
1
-1/+1
*
|
|
Fix name of the sha1 extension.
doko@ubuntu.com
2012-06-21
1
-1/+1
*
|
|
Remove references to removed md5.h and md5.c files.
doko@ubuntu.com
2012-06-21
1
-3/+2
*
|
|
format_obj: make it static
doko@ubuntu.com
2012-06-21
1
-1/+1
*
|
|
Issue #14225: Fix Unicode support for curses (#12567) on OS X:
Ned Deily
2012-06-21
2
-0/+15
*
|
|
Issue #14684: Add support for predefined compression dictionaries to the zlib...
Nadeem Vawda
2012-06-21
4
-29/+153
*
|
|
Fix comment.
Stefan Krah
2012-06-20
1
-1/+1
*
|
|
Many cleanups of redundant code in mpd_qrem_near():
Stefan Krah
2012-06-20
1
-23/+15
|
|
/
|
/
|
*
|
Prefer assertEqual to simply assert per recommendation in issue6727.
Jason R. Coombs
2012-06-20
1
-3/+8
*
|
Do not italicize punctuation in python(1) manual page (Matt Kraai).
doko@ubuntu.com
2012-06-20
1
-6/+6
*
|
Fix small overeager edit from 8e47e9af826e.
Georg Brandl
2012-06-20
1
-1/+1
*
|
Issue #15096: Drop support for the ur string prefix
Christian Heimes
2012-06-20
6
-37/+28
*
|
Fix GzipFile's handling of filenames given as bytes objects.
Nadeem Vawda
2012-06-19
5
-4/+59
|
\
\
|
|
/
|
*
Fix GzipFile's handling of filenames given as bytes objects.
Nadeem Vawda
2012-06-19
3
-4/+20
*
|
Issue #14928: Fix importlib bootstrap issues by using a custom executable (Mo...
Antoine Pitrou
2012-06-19
8
-697/+806
*
|
Issue #15038: Document caveats with the emulated condition variables.
Kristjan Valur Jonsson
2012-06-19
1
-0/+29
*
|
Add versionchanged tags for #14772 changes
Brian Curtin
2012-06-19
1
-0/+13
*
|
Issue #15103: remove the NUL character (serving as a Mercurial binary marker)...
Antoine Pitrou
2012-06-19
2
-9/+8
*
|
Issue #15038:
Kristjan Valur Jonsson
2012-06-19
1
-5/+13
*
|
Fix #14772: Return the destination from some shutil functions.
Brian Curtin
2012-06-18
4
-8/+62
*
|
Issue #15038: Optimize python Locks on Windows
Kristján Valur Jónsson
2012-06-18
6
-192/+497
*
|
Issue #15064: Use with-blocks for some examples in docs.
Richard Oudkerk
2012-06-18
1
-47/+39
*
|
Issue #15064: Make BaseManager.__enter__() start server if necessary.
Richard Oudkerk
2012-06-18
3
-9/+31
*
|
Add comments to the power functions, in particular to _mpd_qpow_real().
Stefan Krah
2012-06-18
1
-5/+34
*
|
Issue #15064: Implement context manager protocol for multiprocessing types
Richard Oudkerk
2012-06-18
6
-1/+89
*
|
Issue #15101: Make pool finalizer avoid joining current thread.
Richard Oudkerk
2012-06-18
2
-3/+8
|
\
\
|
|
/
|
*
Issue #15101: Make pool finalizer avoid joining current thread.
Richard Oudkerk
2012-06-18
2
-3/+8
[next]