projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2010-08-22
Brett Cannon
Under OS X, history_get from readline returns a const...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-22
Georg Brandl
#9649: fix default value description.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-22
Daniel Stutzbach
Added myself to Misc/maintainers.rst for topics on...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-22
Martin v. Löwis
Mention that gethostbyaddr now also supports IDNA.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-22
Martin v. Löwis
Issue #1027206: Support IDNA in gethostbyname, gethostb...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-22
Vinay Sajip
Updated maintainers.rst to reflect correct Roundup...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-22
Vinay Sajip
Issue #9512: Made comment more informative.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-22
Antoine Pitrou
Test that calls to path hooks and meta_path entries...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-22
Martin v. Löwis
Add Daniel Stutzbach.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-22
Raymond Hettinger
Issue 8403: Don't mask KeyboardInterrupt during peepho...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-22
Raymond Hettinger
Issue #9214: Fix set operations on KeysView and ItemsView.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Georg Brandl
Remove usage of rexec in tkinter demo.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Benjamin Peterson
fix old markup
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Giampaolo Rodolà
remove obsolete 'import SOCKS' statement
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Benjamin Peterson
provide sample implementations for attrgetter and metho...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Benjamin Peterson
fix more indentation
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Benjamin Peterson
indent properly
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Antoine Pitrou
Issue #9617: Signals received during a low-level write...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Giampaolo Rodolà
fix smtpd.py I accidentally broke in my previous commit
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Giampaolo Rodolà
revert changes made in r84236 committed by accident
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Giampaolo Rodolà
fix issue #9129: added proper error handling when accep...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Senthil Kumaran
Add info about HTTP/1.1 and Connection:Close header.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Marc-André...
Fix a typo in the alias target name for 'macintosh'.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Benjamin Peterson
alias macintosh to mac_roman #843590
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Benjamin Peterson
speed hack can be implemented more cleanly by directly...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Benjamin Peterson
use blank object instead
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Benjamin Peterson
remove outdated comment
commit
|
commitdiff
|
tree
|
snapshot
2010-08-20
Victor Stinner
Workaround issue #8611 in test_undecodable_code() of...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-20
Victor Stinner
test_undecodable_code(): set locale to C
commit
|
commitdiff
|
tree
|
snapshot
2010-08-20
Victor Stinner
test_main_invalid_unicode() of test_sys: print string...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-20
Vinay Sajip
Issue #7077: Fixed bug in previous fix.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-20
Tim Golden
Remove long-redundant plat-win from sys.path on Windows
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Vinay Sajip
Issue #7077: Fixed SysLogHandler implementation of...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Amaury Forgeot...
Add tests for r84209 (crashes in the Ast builder)
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Vinay Sajip
Issue #9606: Updated documentation for Filter objects.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Senthil Kumaran
Fix Issue9639 - reset the retry count on successful...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Amaury Forgeot...
Check the return values for all functions returning...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Victor Stinner
test_pep277: display the filename as ascii on failure
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Victor Stinner
Skip test_encodings() of test_os on Windows and Mac...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Victor Stinner
test_main_invalid_unicode() of test_sys displays stderr...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Victor Stinner
Fix os.get_exec_path() (code and tests) for python -bb
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Victor Stinner
PYTHONFSENCODING is not available on Windows or Mac...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Victor Stinner
Ooops, finish test_sys fix: use expected variable
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Victor Stinner
Fix test_sys about fs encoding for Windows and Mac...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Victor Stinner
Fix test_os: workaround #8611 bug
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Martin v. Löwis
Decode NIS data to fs encoding, using the surrogate...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Senthil Kumaran
Fix Issue9638 - remove dead code from py3k imaplib
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Victor Stinner
Create os.fsdecode(): decode from the filesystem encodi...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
what's new 3.2: use :mod:
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
test_sys: move tests at the right place
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Éric Araujo
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Andrew M. Kuchling
#7647: add ST_RDONLY, ST_NOSUID constants to os module.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Éric Araujo
Fix indentation level
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
Fix PyUnicode_EncodeFSDefault() indentation
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
Improve error message if the command is not decodable
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Amaury Forgeot...
Add more tests to unicodedata with large code points
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
Fix reindent-rst.py: it works on binary files
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
Issue #8622: Add PYTHONFSENCODING environment variable...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Amaury Forgeot...
Fix stupid typo in test.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
Decompose TESTFN_UNICODE on Mac OS X
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Antoine Pitrou
Issue #5737: Add Solaris-specific mnemonics in the...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Amaury Forgeot...
#5127: Even on narrow unicode builds, the C functions...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Antoine Pitrou
Issue #9433: The "-j" option to regrtest now works...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Senthil Kumaran
Fix Issue672656 - Securing pydoc server.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Martin v. Löwis
Restore GIL in nis_cat in case of error.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
Add versionadded tag to PyModule_GetFilenameObject...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
Improve PEP 383 tests (in test_os)
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Victor Stinner
Issue #9425: Create PyModule_GetFilenameObject() function
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Martin v. Löwis
Correct library name that Ask will work on.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Martin v. Löwis
Add Ask Solem.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Victor Stinner
Remove unused functions _PyImport_FindModule and _PyImp...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Victor Stinner
libpython.py: py-bt commands escape unencodable characters
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Victor Stinner
Issue #8063: Call _PyGILState_Init() earlier in Py_Init...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Victor Stinner
Replace :func: by :cfunc:
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Éric Araujo
Fix example
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Antoine Pitrou
Add versionadded tags
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Antoine Pitrou
Modernize gzip examples
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Antoine Pitrou
Issue #3488: Provide convenient shorthand functions...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Brian Curtin
Cleanup and correct a few ints to be Py_ssize_t.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Brian Curtin
Properly downcast from size_t/Py_ssize_t in a few places.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Antoine Pitrou
Clean some 64-bit issues. Also, always spell "ssize_t...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Raymond Hettinger
Minor rewording to docs for the lru_cache decorator
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Antoine Pitrou
Fix <deque iterator>.__length_hint__() under 64-bit...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Antoine Pitrou
Issue #9612: The set object is now 64-bit clean under...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Benjamin Peterson
wrap
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Giampaolo Rodolà
fix issue #8807: adds a context parameter to POP3_SSL...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Giampaolo Rodolà
fix issue #8866: parameters passed to socket.getaddrinf...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Georg Brandl
Consistency check for versionadded/changed directives.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Georg Brandl
Markup nits.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Nick Coghlan
Issue #8202: Set sys.argv[0] to -m rather than -c while...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Nick Coghlan
Another attempt at pacifying the windows buildbots...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Nick Coghlan
Address XXX comment in dis.py: inspect.py now attempts...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Nick Coghlan
Ignore the exact ID value for the nested function in...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Ezio Melotti
Correct a couple of assert* methods. Patch by Dave...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Nick Coghlan
Issue 9147: Add dis.code_info()
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Nick Coghlan
Document and test the resolution of issue 3445 (tolerat...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Nick Coghlan
Remove some lingering remnants of the short-lived funct...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Benjamin Peterson
added versionadded
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Benjamin Peterson
add tests for mknod() and mkfifo() #9569
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Benjamin Peterson
remove test for oldstyle classes
commit
|
commitdiff
|
tree
|
snapshot
next